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-04-02T23:17:28.579Z||main|||||INFO|500||The following profiles are active: basic
2023-04-02T23:17:39.865Z||main|||||INFO|500||Starting service [Tomcat]
2023-04-02T23:17:39.865Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2023-04-02T23:17:40.009Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2023-04-02T23:17:42.805Z||main|||||INFO|500||catdb-pool - Starting...
2023-04-02T23:17:43.176Z||main|||||INFO|500||catdb-pool - Start completed.
2023-04-02T23:17:43.695Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2023-04-02T23:17:44.084Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2023-04-02T23:17:44.984Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2023-04-02T23:17:48.544Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-04-02T23:17:49.591Z||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-04-02T23:17:52.247Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-04-02T23:17:52.357Z||main|||||INFO|500||reqdb-pool - Starting...
2023-04-02T23:17:52.427Z||main|||||INFO|500||reqdb-pool - Start completed.
2023-04-02T23:17:52.443Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2023-04-02T23:17:52.960Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2023-04-02T23:17:53.612Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2023-04-02T23:17:54.567Z||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-04-02T23:17:55.882Z||main|||||WARN|500||SQL Error: 1146, SQLState: 42S02
2023-04-02T23:17:55.882Z||main|||||ERROR|500||(conn=775) Table 'catalogdb.activity_spec' doesn't exist
2023-04-02T23:17:55.899Z||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-04-02T23:17:58.972Z||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-04-02T23:18:01.797Z||main|||||WARN|500||---
2023-04-02T23:18:01.797Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2023-04-02T23:18:01.797Z||main|||||WARN|500||---
2023-04-02T23:18:02.106Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2023-04-02T23:18:06.913Z||main|||||INFO|500||Started Application in 44.632 seconds (JVM running for 48.229)
2023-04-02T23:18:06.938Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2023-04-02T23:18:06.940Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2023-04-02T23:18:06.946Z||scheduling-1|||||INFO|500||DistributionClient - init
2023-04-02T23:18:07.059Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= 94b71f65-7bac-4fed-a274-f29b54d885df url= /sdc/v1/artifactTypes
2023-04-02T23:18:07.064Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/artifactTypes
2023-04-02T23:18:07.253Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-04-02T23:18:07.319Z||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-04-02T23:18:07.320Z||scheduling-1|||||DEBUG|500||Get MessageBus cluster information from SDC
2023-04-02T23:18:07.320Z||scheduling-1|||||DEBUG|500||about to perform get on SDC. requestId= ffb41d8f-fa50-403c-b7dd-723c49a73ca6 url= /sdc/v1/distributionKafkaData
2023-04-02T23:18:07.320Z||scheduling-1|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/distributionKafkaData
2023-04-02T23:18:07.346Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2023-04-02T23:18:07.351Z||scheduling-1|||||DEBUG|500||MessageBus cluster info retrieved successfully org.onap.sdc.utils.kafka.KafkaDataResponse@35be7a58
2023-04-02T23:18:07.411Z||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-2c0a7c14-2bd6-423a-adad-4c361be01ab6
	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-04-02T23:18:07.454Z||scheduling-1|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2c0a7c14-2bd6-423a-adad-4c361be01ab6] Instantiated an idempotent producer.
2023-04-02T23:18:07.544Z||scheduling-1|||||INFO|500||Successfully logged in.
2023-04-02T23:18:07.612Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-04-02T23:18:07.612Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-04-02T23:18:07.613Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1680477487610
2023-04-02T23:18:07.630Z||scheduling-1|||||INFO|500||start DistributionClient
2023-04-02T23:18:07.649Z||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-811e84c1-a69b-41cb-a005-43a964d1a1ac
	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-04-02T23:18:07.756Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-04-02T23:18:07.756Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-04-02T23:18:07.756Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1680477487756
2023-04-02T23:18:07.758Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Subscribed to topic(s): SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:18:07.761Z||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-63368d20-f757-4a30-82f0-9c3faa71b926
	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-04-02T23:18:07.761Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:18:07.771Z||scheduling-1|||||INFO|500||Kafka version: 3.3.1
2023-04-02T23:18:07.771Z||scheduling-1|||||INFO|500||Kafka commitId: e23c59d00e687ff5
2023-04-02T23:18:07.772Z||scheduling-1|||||INFO|500||Kafka startTimeMs: 1680477487771
2023-04-02T23:18:07.772Z||scheduling-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Subscribed to topic(s): SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:18:07.774Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:18:07.784Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2023-04-02T23:18:09.776Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 scx6gYooSGq4dNzNUqU1GA
2023-04-02T23:18:09.776Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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 224Buxt-TfaoZml-aDplqw
2023-04-02T23:18:09.777Z||kafka-producer-network-thread | SO-sdc-controller-producer-2c0a7c14-2bd6-423a-adad-4c361be01ab6|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2c0a7c14-2bd6-423a-adad-4c361be01ab6] Cluster ID: M_jDh-SlSt27lHw3k4UhYg
2023-04-02T23:18:09.777Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 scx6gYooSGq4dNzNUqU1GA
2023-04-02T23:18:09.777Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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 224Buxt-TfaoZml-aDplqw
2023-04-02T23:18:09.777Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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 224Buxt-TfaoZml-aDplqw
2023-04-02T23:18:09.777Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 scx6gYooSGq4dNzNUqU1GA
2023-04-02T23:18:09.778Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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 224Buxt-TfaoZml-aDplqw
2023-04-02T23:18:09.778Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 scx6gYooSGq4dNzNUqU1GA
2023-04-02T23:18:09.778Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 scx6gYooSGq4dNzNUqU1GA
2023-04-02T23:18:09.778Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 scx6gYooSGq4dNzNUqU1GA
2023-04-02T23:18:09.778Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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 224Buxt-TfaoZml-aDplqw
2023-04-02T23:18:09.778Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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 224Buxt-TfaoZml-aDplqw
2023-04-02T23:18:09.779Z||kafka-producer-network-thread | SO-sdc-controller-producer-2c0a7c14-2bd6-423a-adad-4c361be01ab6|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2c0a7c14-2bd6-423a-adad-4c361be01ab6] ProducerId set to 2 with epoch 0
2023-04-02T23:18:09.780Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Cluster ID: M_jDh-SlSt27lHw3k4UhYg
2023-04-02T23:18:09.780Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Cluster ID: M_jDh-SlSt27lHw3k4UhYg
2023-04-02T23:18:09.781Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-04-02T23:18:09.781Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Discovered group coordinator onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2147483645 rack: null)
2023-04-02T23:18:09.830Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-02T23:18:09.831Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-02T23:18:09.988Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-767e16e8-8a01-46d4-aeb8-eaf1cbf73f9b
2023-04-02T23:18:09.989Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-02T23:18:09.989Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-02T23:18:09.993Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252
2023-04-02T23:18:09.994Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-02T23:18:09.994Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-02T23:18:15.995Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-02T23:18:15.995Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully joined group with generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-767e16e8-8a01-46d4-aeb8-eaf1cbf73f9b', protocol='range'}
2023-04-02T23:18:16.048Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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 scx6gYooSGq4dNzNUqU1GA
2023-04-02T23:18:16.049Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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 scx6gYooSGq4dNzNUqU1GA
2023-04-02T23:18:16.050Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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 scx6gYooSGq4dNzNUqU1GA
2023-04-02T23:18:16.050Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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 scx6gYooSGq4dNzNUqU1GA
2023-04-02T23:18:16.050Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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 scx6gYooSGq4dNzNUqU1GA
2023-04-02T23:18:16.050Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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 scx6gYooSGq4dNzNUqU1GA
2023-04-02T23:18:16.055Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Finished assignment for group at generation 1: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-767e16e8-8a01-46d4-aeb8-eaf1cbf73f9b=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-04-02T23:18:16.075Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-767e16e8-8a01-46d4-aeb8-eaf1cbf73f9b', protocol='range'}
2023-04-02T23:18:16.075Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=1, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-02T23:18:16.077Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-02T23:18:16.077Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-02T23:18:16.085Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-02T23:18:16.085Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-02T23:18:16.102Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5
2023-04-02T23:18:16.102Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5
2023-04-02T23:18:16.102Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4
2023-04-02T23:18:16.102Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3
2023-04-02T23:18:16.102Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2
2023-04-02T23:18:16.102Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1
2023-04-02T23:18:16.103Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Found no committed offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0
2023-04-02T23:18:16.102Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4
2023-04-02T23:18:16.103Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3
2023-04-02T23:18:16.103Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2
2023-04-02T23:18:16.103Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1
2023-04-02T23:18:16.104Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Found no committed offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0
2023-04-02T23:18:16.155Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-04-02T23:18:16.157Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-04-02T23:18:16.265Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-04-02T23:18:16.266Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-04-02T23:18:16.272Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-04-02T23:18:16.273Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}.
2023-04-02T23:18:16.274Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-04-02T23:18:16.274Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}.
2023-04-02T23:18:16.279Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-04-02T23:18:16.279Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Resetting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-04-02T23:18:16.306Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-04-02T23:18:16.307Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Resetting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to position FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}.
2023-04-02T23:19:07.768Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:19:07.775Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:20:07.770Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:20:07.776Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:21:07.771Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:21:07.778Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:22:07.773Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:22:07.780Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:23:07.774Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:23:07.780Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:24:07.776Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:24:07.781Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:25:07.777Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:25:07.782Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:26:07.779Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:26:07.784Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:27:07.779Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:27:07.786Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:27:10.027Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Node -1 disconnected.
2023-04-02T23:27:10.037Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Node -1 disconnected.
2023-04-02T23:27:10.081Z||kafka-producer-network-thread | SO-sdc-controller-producer-2c0a7c14-2bd6-423a-adad-4c361be01ab6|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2c0a7c14-2bd6-423a-adad-4c361be01ab6] Node -1 disconnected.
2023-04-02T23:27:47.995Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2023-04-02T23:28:07.781Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:28:07.787Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:29:07.782Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:29:07.788Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:30:07.783Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:30:07.789Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:31:07.784Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:31:07.790Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:32:07.785Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:32:07.791Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:33:07.787Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:33:07.792Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:34:07.788Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:34:07.795Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:35:07.790Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:35:07.795Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:36:07.792Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:36:07.797Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:37:07.792Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:37:07.798Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:38:07.795Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:38:07.799Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:39:07.797Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:39:07.800Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:40:07.799Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:40:07.802Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:41:07.801Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:41:07.802Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:42:07.802Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:42:07.802Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:43:07.802Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:43:07.803Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:44:07.803Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:44:07.804Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:45:07.805Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:45:07.805Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:46:07.806Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:46:07.807Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:47:07.808Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:47:07.807Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:48:07.808Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:48:07.810Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:49:07.809Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:49:07.811Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:50:07.810Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:50:07.812Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:51:07.811Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:51:07.814Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:52:07.813Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:52:07.814Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:53:07.815Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:53:07.816Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:54:07.816Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:54:07.817Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:55:07.818Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:55:07.818Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:56:07.818Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:56:07.819Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:57:07.820Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:57:07.820Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:58:07.821Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:58:07.822Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-02T23:59:07.822Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-02T23:59:07.823Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:00:07.823Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:00:07.825Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:01:07.825Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:01:07.826Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:02:07.827Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:02:07.827Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:03:07.828Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:03:07.828Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:04:07.829Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:04:07.830Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:05:07.830Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:05:07.831Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:06:07.831Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:06:07.831Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:07:07.832Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:07:07.832Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:08:07.833Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:08:07.833Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:09:07.834Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:09:07.835Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:10:07.836Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:10:07.837Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:11:07.838Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:11:07.838Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:12:07.839Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:12:07.839Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:13:07.840Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:13:07.841Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:14:07.841Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:14:07.842Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:15:07.841Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:15:07.843Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:16:07.843Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:16:07.844Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:17:07.845Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:17:07.845Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:18:07.845Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:18:07.846Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:19:07.846Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:19:07.846Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:20:07.848Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:20:07.849Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:21:07.849Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:21:07.850Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:22:07.850Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:22:07.851Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:23:07.852Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:23:07.851Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:24:07.853Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:24:07.853Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:25:07.853Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:25:07.854Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:26:07.854Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:26:07.855Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:27:07.855Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:27:07.856Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:28:07.856Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:28:07.858Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:29:07.856Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:29:07.859Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:30:07.858Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:30:07.860Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:31:07.858Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:31:07.861Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:32:07.859Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:32:07.861Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:33:07.859Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:33:07.862Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:34:07.860Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:34:07.862Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:35:07.861Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:35:07.864Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:36:07.863Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:36:07.864Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:37:07.864Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:37:07.865Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:38:07.865Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:38:07.865Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:39:07.865Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:39:07.865Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:40:07.866Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:40:07.867Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:41:07.867Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:41:07.868Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:42:07.869Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:42:07.869Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:43:07.869Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:43:07.869Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:44:07.871Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:44:07.871Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:45:07.872Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:45:07.872Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:46:07.873Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:46:07.873Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:47:07.874Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:47:07.875Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:48:07.876Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:48:07.877Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:49:07.877Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:49:07.877Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:50:07.878Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:50:07.878Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:51:07.879Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:51:07.880Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:52:07.879Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:52:07.880Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:53:07.880Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:53:07.881Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:54:07.881Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:54:07.882Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:55:07.883Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:55:07.883Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:56:07.884Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:56:07.884Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:57:07.884Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:57:07.885Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:58:07.885Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:58:07.886Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T00:59:07.886Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T00:59:07.886Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:00:07.886Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:00:07.887Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:01:07.889Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:01:07.888Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:02:07.890Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:02:07.891Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:03:07.891Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:03:07.892Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:04:07.893Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:04:07.893Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:05:07.894Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:05:07.894Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:06:07.894Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:06:07.896Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:07:07.895Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:07:07.896Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:08:07.895Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:08:07.898Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:09:07.897Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:09:07.898Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:10:07.898Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:10:07.899Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:11:07.899Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:11:07.899Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:12:07.901Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:12:07.901Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:13:07.901Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:13:07.901Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:14:07.902Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:14:07.902Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:15:07.904Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:15:07.904Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:16:07.905Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:16:07.905Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:17:07.906Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:17:07.907Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:18:07.906Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:18:07.907Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:19:07.908Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:19:07.909Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:20:07.910Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:20:07.910Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:21:07.910Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:21:07.910Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:22:07.911Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:22:07.912Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:23:07.911Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:23:07.912Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:24:07.913Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:24:07.914Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:25:07.914Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:25:07.914Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:26:07.915Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:26:07.919Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:27:07.917Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:27:07.919Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:28:07.917Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:28:07.920Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:29:07.919Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:29:07.920Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:30:07.920Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:30:07.922Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:31:07.920Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:31:07.923Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:32:07.921Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:32:07.923Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:33:07.922Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:33:07.925Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:34:07.924Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:34:07.925Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:35:07.924Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:35:07.926Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:36:07.925Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:36:07.926Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:37:07.926Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:37:07.928Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:38:07.928Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:38:07.928Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:39:07.929Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:39:07.930Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:40:07.930Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:40:07.931Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:41:07.932Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:41:07.932Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:42:07.933Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:42:07.934Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:43:07.933Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:43:07.935Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:44:07.935Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:44:07.936Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:45:07.935Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:45:07.937Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:46:07.937Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:46:07.937Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:47:07.937Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:47:07.938Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:48:07.937Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:48:07.938Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:49:07.939Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:49:07.940Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:50:07.940Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:50:07.941Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:51:07.942Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:51:07.942Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:52:07.942Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:52:07.944Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:53:07.943Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:53:07.944Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:54:07.944Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:54:07.945Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:55:07.946Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:55:07.946Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:56:07.947Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:56:07.947Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:57:07.948Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:57:07.948Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:58:07.949Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:58:07.950Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T01:59:07.951Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T01:59:07.951Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:00:07.952Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:00:07.953Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:01:07.953Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:01:07.953Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:02:07.954Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:02:07.954Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:03:07.956Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:03:07.956Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:04:07.957Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:04:07.957Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:05:07.957Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:05:07.959Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:06:07.959Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:06:07.960Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:07:07.959Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:07:07.961Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:08:07.961Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:08:07.961Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:09:07.962Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:09:07.962Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:10:07.963Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:10:07.964Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:11:07.964Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:11:07.965Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:12:07.964Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:12:07.965Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:13:07.966Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:13:07.967Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:14:07.967Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:14:07.968Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:15:07.967Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:15:07.968Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:16:07.969Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:16:07.969Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:17:07.970Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:17:07.972Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:18:07.972Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:18:07.973Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:19:07.972Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:19:07.975Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:20:07.974Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:20:07.975Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:21:07.974Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:21:07.976Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:22:07.976Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:22:07.978Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:23:07.977Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:23:07.978Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:24:07.977Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:24:07.979Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:25:07.979Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:25:07.981Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:26:07.981Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:26:07.981Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:27:07.981Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:27:07.982Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:28:07.983Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:28:07.983Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:29:07.983Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:29:07.984Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:30:07.985Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:30:07.986Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:31:07.987Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:31:07.988Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:32:07.989Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:32:07.989Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:33:07.989Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:33:07.990Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:34:07.991Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:34:07.992Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:35:07.991Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:35:07.992Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:36:07.993Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:36:07.994Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:37:07.995Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:37:07.995Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:38:07.996Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:38:07.997Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:39:07.996Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:39:07.999Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:40:07.998Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:40:08.000Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:41:07.999Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:41:08.000Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:42:07.999Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:42:08.000Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:43:08.000Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:43:08.002Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:44:08.002Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:44:08.002Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:45:08.002Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:45:08.003Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:46:08.003Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:46:08.004Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:47:08.004Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:47:08.005Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:48:08.006Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:48:08.006Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:49:08.006Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:49:08.007Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:50:08.006Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:50:08.007Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:51:08.007Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:51:08.008Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:52:08.009Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:52:08.010Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:53:08.010Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:53:08.011Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:54:08.012Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:54:08.012Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:55:08.012Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:55:08.013Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:56:08.013Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:56:08.014Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:57:08.013Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:57:08.015Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:58:08.014Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:58:08.015Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T02:59:08.015Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T02:59:08.017Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:00:08.015Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:00:08.018Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:01:08.017Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:01:08.019Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:02:08.017Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:02:08.019Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:03:08.019Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:03:08.020Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:04:08.020Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:04:08.020Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:05:08.020Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:05:08.022Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:06:08.021Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:06:08.022Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:07:08.022Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:07:08.024Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:08:08.022Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:08:08.025Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:09:08.024Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:09:08.026Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:10:08.025Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:10:08.026Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:11:08.026Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:11:08.026Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:12:08.026Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:12:08.027Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:13:08.027Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:13:08.028Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:14:08.029Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:14:08.029Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:15:08.030Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:15:08.030Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:16:08.031Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:16:08.031Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:17:08.032Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:17:08.032Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:18:08.033Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:18:08.033Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:19:08.033Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:19:08.035Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:20:08.035Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:20:08.036Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:21:08.036Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:21:08.037Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:22:08.037Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:22:08.038Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:23:08.039Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:23:08.039Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:24:08.040Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:24:08.040Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:25:08.040Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:25:08.040Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:26:08.041Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:26:08.041Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:27:08.042Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:27:08.043Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:28:08.042Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:28:08.044Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:29:08.044Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:29:08.045Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:30:08.044Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:30:08.046Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:31:08.046Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:31:08.046Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:32:08.047Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:32:08.047Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:33:08.047Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:33:08.049Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:34:08.049Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:34:08.050Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:35:08.050Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:35:08.051Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:36:08.051Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:36:08.051Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:37:08.051Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:37:08.053Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:38:08.053Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:38:08.053Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:39:08.054Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:39:08.054Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:40:08.055Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:40:08.055Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:41:08.055Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:41:08.056Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:42:08.056Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:42:08.057Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:43:08.057Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:43:08.058Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:44:08.057Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:44:08.058Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:45:08.059Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:45:08.059Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:46:08.060Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:46:08.061Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:47:08.061Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:47:08.061Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:48:08.062Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:48:08.062Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:49:08.063Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:49:08.063Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:50:08.064Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:50:08.065Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:51:08.065Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:51:08.066Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:52:08.066Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:52:08.067Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:53:08.067Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:53:08.067Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:54:08.068Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:54:08.069Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:55:08.068Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:55:08.070Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:56:08.070Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:56:08.070Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:57:08.071Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:57:08.071Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:58:08.071Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:58:08.072Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T03:59:08.072Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T03:59:08.073Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T04:00:08.072Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:00:08.073Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T04:01:08.073Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:01:08.074Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T04:02:08.075Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:02:08.075Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T04:03:08.076Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:03:08.076Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T04:04:08.076Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:04:08.077Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T04:05:08.078Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:05:08.078Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T04:06:08.079Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T04:06:08.080Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:07:08.081Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T04:07:08.080Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:08:08.082Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T04:08:08.082Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:09:08.082Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T04:09:08.084Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:10:08.083Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T04:10:08.085Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:11:08.085Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T04:11:08.086Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:12:08.086Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T04:12:08.086Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:13:08.087Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T04:13:08.087Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:14:08.088Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T04:14:08.088Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:15:08.088Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T04:15:08.089Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:16:08.089Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:16:08.090Z||pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T04:17:02.838Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-03T04:17:02.838Z||pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"67140925-3a6f-407a-959c-109e177260de","serviceName":"basic_onboard_FLWUdk","serviceVersion":"1.0","serviceUUID":"19ebdf40-c64a-481d-8a8f-8b59c9326af3","serviceDescription":"service","serviceInvariantUUID":"2bac4cbd-5db1-4650-9def-8fec2ad66681","resources":[{"resourceInstanceName":"basic_onboard_FLWUdk 0","resourceName":"basic_onboard_FLWUdk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dac3165c-a204-413f-adbe-704623ed23b4","resourceInvariantUUID":"d53cee2e-031e-415a-8fae-95f51faf2e70","resourceCustomizationUUID":"4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml","artifactChecksum":"NGM5YzhiYzRjZjc0ZjU3MmRkMjA5ZTUyYTAwMjQwNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd788691-5050-4702-936e-5323ddbfa177","artifactVersion":"1"},{"artifactName":"basic_onboard_flwudk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json","artifactChecksum":"ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d45e3439-bba4-4631-9b18-813915a57166","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f47d27f-dfde-477b-a49d-8653be82ad1c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ea2f5259-0af6-448f-9bc0-3a618a91f457","artifactVersion":"2","generatedFromUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFlwudk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml","artifactChecksum":"MDk4ODRiZjQ2ZjgxMzhiYjYyYjdkMDAzZGYyNTc2MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"589963b3-da11-4d3e-b9e4-5adee2b92999","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFlwudk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar","artifactChecksum":"ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f8f74d7f-c5f7-425e-a01c-0a969b83b0dc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T04:17:02.853Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:17:02.867Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:17:02.867Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:17:02.867Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495368090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:17:02.885Z||kafka-producer-network-thread | SO-sdc-controller-producer-2c0a7c14-2bd6-423a-adad-4c361be01ab6|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2c0a7c14-2bd6-423a-adad-4c361be01ab6] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to 0 since the associated topicId changed from null to scx6gYooSGq4dNzNUqU1GA
2023-04-03T04:17:02.886Z||kafka-producer-network-thread | SO-sdc-controller-producer-2c0a7c14-2bd6-423a-adad-4c361be01ab6|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2c0a7c14-2bd6-423a-adad-4c361be01ab6] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to 0 since the associated topicId changed from null to scx6gYooSGq4dNzNUqU1GA
2023-04-03T04:17:02.886Z||kafka-producer-network-thread | SO-sdc-controller-producer-2c0a7c14-2bd6-423a-adad-4c361be01ab6|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2c0a7c14-2bd6-423a-adad-4c361be01ab6] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to 0 since the associated topicId changed from null to scx6gYooSGq4dNzNUqU1GA
2023-04-03T04:17:02.886Z||kafka-producer-network-thread | SO-sdc-controller-producer-2c0a7c14-2bd6-423a-adad-4c361be01ab6|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2c0a7c14-2bd6-423a-adad-4c361be01ab6] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to 0 since the associated topicId changed from null to scx6gYooSGq4dNzNUqU1GA
2023-04-03T04:17:02.886Z||kafka-producer-network-thread | SO-sdc-controller-producer-2c0a7c14-2bd6-423a-adad-4c361be01ab6|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2c0a7c14-2bd6-423a-adad-4c361be01ab6] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to 0 since the associated topicId changed from null to scx6gYooSGq4dNzNUqU1GA
2023-04-03T04:17:02.886Z||kafka-producer-network-thread | SO-sdc-controller-producer-2c0a7c14-2bd6-423a-adad-4c361be01ab6|||||INFO|500||[Producer clientId=SO-sdc-controller-producer-2c0a7c14-2bd6-423a-adad-4c361be01ab6] Resetting the last seen epoch of partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to 0 since the associated topicId changed from null to scx6gYooSGq4dNzNUqU1GA
2023-04-03T04:17:02.949Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:17:02.950Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680495399373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:17:02.989Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:17:03.927Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:17:03.928Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:17:03.928Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:17:03.929Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495368090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:17:04.930Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:17:04.931Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:17:04.931Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:17:04.931Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495368090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:17:05.934Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:17:05.934Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:17:05.934Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:17:05.934Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495368090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:17:06.936Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:17:06.937Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:17:06.937Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:17:06.937Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495368090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:17:07.773Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:17:07.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:17:07.775Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680495418526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:17:07.776Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:17:07.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:17:07.776Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "aai-model-loader",
  "timestamp": 1680495405778,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:17:07.776Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:17:07.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:17:07.777Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680495411067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:17:07.777Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:17:07.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:17:07.777Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680495410274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:17:07.777Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:17:07.938Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:17:07.939Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:17:07.939Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:17:07.939Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495368090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:17:08.940Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:17:08.941Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:17:08.941Z||pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:17:08.941Z||pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495368090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:17:09.944Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "serviceName": "basic_onboard_FLWUdk",
  "serviceVersion": "1.0",
  "serviceUUID": "19ebdf40-c64a-481d-8a8f-8b59c9326af3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2bac4cbd-5db1-4650-9def-8fec2ad66681",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_FLWUdk 0",
      "resourceCustomizationUUID": "4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf",
      "resourceName": "basic_onboard_FLWUdk",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dac3165c-a204-413f-adbe-704623ed23b4",
      "resourceInvariantUUID": "d53cee2e-031e-415a-8fae-95f51faf2e70",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_flwudk0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
          "artifactChecksum": "ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d45e3439-bba4-4631-9b18-813915a57166",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
            "generatedFromUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardFlwudk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
      "artifactChecksum": "ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f8f74d7f-c5f7-425e-a01c-0a969b83b0dc"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T04:17:09.949Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T04:17:09.950Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC
2023-04-03T04:17:10.038Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:67140925-3a6f-407a-959c-109e177260de
ServiceName:basic_onboard_FLWUdk
ServiceVersion:1.0
ServiceUUID:19ebdf40-c64a-481d-8a8f-8b59c9326af3
ServiceInvariantUUID:2bac4cbd-5db1-4650-9def-8fec2ad66681
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFlwudk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
ArtifactUUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc
ArtifactChecksum:ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_FLWUdk 0
ResourceCustomizationUUID:4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf
ResourceInvariantUUID:d53cee2e-031e-415a-8fae-95f51faf2e70
ResourceName:basic_onboard_FLWUdk
ResourceType:VF
ResourceUUID:dac3165c-a204-413f-adbe-704623ed23b4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_flwudk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
ArtifactUUID:d45e3439-bba4-4631-9b18-813915a57166
ArtifactChecksum:ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ=
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:01129bd9-4e3f-4f2f-92c1-083f0cfccae5
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T04:17:10.038Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-04-03T04:17:10.213Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T04:17:10.214Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-03T04:17:10.214Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-03T04:17:10.214Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f8f74d7f-c5f7-425e-a01c-0a969b83b0dc from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T04:17:10.215Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-03T04:17:10.215Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T04:17:10.330Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-03T04:17:10.339Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar f8f74d7f-c5f7-425e-a01c-0a969b83b0dc 75650
2023-04-03T04:17:10.340Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar ASDC sendASDCNotification
2023-04-03T04:17:10.341Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T04:17:10.342Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T04:17:10.343Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:17:10.344Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:17:10.344Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495430339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:17:11.345Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T04:17:11.345Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-03T04:17:11.346Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: f8f74d7f-c5f7-425e-a01c-0a969b83b0dc, URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar to file: /app/ASDC/1/service-BasicOnboardFlwudk-csar.csar
2023-04-03T04:17:11.346Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardFlwudk-csar.csar
2023-04-03T04:17:11.412Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardFlwudk-csar.csar
2023-04-03T04:17:11.412Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardFlwudk-csar.csar
2023-04-03T04:17:11.813Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13190180037529778622/Definitions/service-BasicOnboardFlwudk-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2023-04-03T04:17:13.717Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T04:17:13.728Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-03T04:17:13.728Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardFlwudk-csar.csar
2023-04-03T04:17:13.728Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T04:17:13.728Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardFlwudk-csar.csar
2023-04-03T04:17:13.728Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFlwudk-csar.csar
2023-04-03T04:17:13.728Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_FLWUdk 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-BasicOnboardFlwudk-csar.csar
2023-04-03T04:17:13.728Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFlwudk-csar.csar
2023-04-03T04:17:13.728Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardFlwudk-csar.csar
2023-04-03T04:17:13.728Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardFlwudk-csar.csar
2023-04-03T04:17:13.729Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardFlwudk-csar.csar
2023-04-03T04:17:13.729Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-03T04:17:13.734Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:17:13.736Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FLWUdk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:17:13.739Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FLWUdk 0 is matching search criteria
2023-04-03T04:17:13.739Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-03T04:17:13.740Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_FLWUdk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T04:17:13.741Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:17:13.741Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FLWUdk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:17:13.741Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FLWUdk 0 is matching search criteria
2023-04-03T04:17:13.741Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-03T04:17:13.742Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_FLWUdk 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T04:17:13.742Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:17:13.742Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FLWUdk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:17:13.744Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:17:13.744Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FLWUdk 0 is not matching search criteria
2023-04-03T04:17:13.745Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2023-04-03T04:17:13.745Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2023-04-03T04:17:13.745Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2023-04-03T04:17:13.745Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-04-03T04:17:13.745Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T04:17:13.745Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:17:13.745Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FLWUdk is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T04:17:13.746Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:17:13.746Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FLWUdk 0 is matching search criteria
2023-04-03T04:17:13.746Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_FLWUdk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T04:17:13.747Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:17:13.747Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FLWUdk 0 is matching search criteria
2023-04-03T04:17:13.747Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_FLWUdk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T04:17:13.747Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:17:13.747Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FLWUdk 0 is matching search criteria
2023-04-03T04:17:13.747Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_FLWUdk 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T04:17:13.747Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:17:13.747Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_FLWUdk 0 is not matching search criteria
2023-04-03T04:17:13.747Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2023-04-03T04:17:13.747Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2023-04-03T04:17:13.747Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=cded0ee7-67a0-4518-984d-c93e17dbe1bb
2023-04-03T04:17:13.747Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:17:13.748Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FLWUdk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:17:13.748Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:17:13.748Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FLWUdk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:17:13.748Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:17:13.748Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FLWUdk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:17:13.748Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:17:13.748Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_FLWUdk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:17:13.748Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_FLWUdk
Description:service
Model UUID:19ebdf40-c64a-481d-8a8f-8b59c9326af3
Model Version:NULL
Model InvariantUuid:2bac4cbd-5db1-4650-9def-8fec2ad66681
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_FLWUdk
Model UUID:674853aa-ca60-4dd7-93b7-66f05bad80d9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d53cee2e-031e-415a-8fae-95f51faf2e70
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d1a6b654-1778-4cc1-b48d-4bea26fb5a3d
ModelName:BasicOnboardFlwudk..base_ubuntu18..module-0
ModelUuid:5dd087c7-ea86-4a74-a074-8cf8daf8ff51
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:cded0ee7-67a0-4518-984d-c93e17dbe1bb
ModelInvariantUuid:944c3826-fa40-4de0-8312-35dfed079159
ModelName:basic_onboard_FLWUdk-nodes.ubuntu18Cvfc
ModelUuid:753ef864-630a-48ce-80f7-08d2909a68a4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:d3465ef7-275e-4a1e-ae19-31f1eef727ac
ModelInvariantUuid:875aaf91-d698-4cdc-a9ed-b4cf3b348c40
ModelName:BasicOnboardFlwudk.compute.nodes.heat.ubuntu18
ModelUuid:268209f4-2645-4114-942f-6f85adede426
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-04-03T04:17:13.779Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T04:17:13.829Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||basic_onboard_FLWUdk 0
2023-04-03T04:17:13.835Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
2023-04-03T04:17:13.835Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d45e3439-bba4-4631-9b18-813915a57166 from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T04:17:13.835Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-03T04:17:13.835Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T04:17:13.917Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-03T04:17:13.918Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3d249980
2023-04-03T04:17:13.919Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T04:17:13.920Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T04:17:13.923Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_flwudk0_modules.json /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json d45e3439-bba4-4631-9b18-813915a57166 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T04:17:13.928Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json ASDC sendASDCNotification
2023-04-03T04:17:13.929Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(Specified artifact is  not found)
2023-04-03T04:17:13.929Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T04:17:13.929Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:17:13.929Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:17:13.929Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495433924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:17:14.945Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_flwudk0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(UUID:d45e3439-bba4-4631-9b18-813915a57166)
Error message 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-04-03T04:17:14.945Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:17:14.989Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:17:14.993Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:17:14.993Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:17:44.993Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:17:45.017Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:17:45.022Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:17:45.022Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:18:07.773Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:18:07.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:18:07.778Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495368090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:18:07.779Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:18:07.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:18:07.779Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680495399373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:18:07.780Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:18:07.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:18:07.780Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680495411067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:18:07.780Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:18:07.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:18:07.780Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680495410274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T04:18:07.781Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:18:07.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:18:07.781Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680495418526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:18:07.781Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:18:07.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:18:07.781Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "aai-model-loader",
  "timestamp": 1680495405778,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:18:07.782Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:18:07.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:18:07.782Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495368090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T04:18:07.782Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:18:07.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:18:07.782Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680495399373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:18:07.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:18:07.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:18:07.783Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680495418526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:18:07.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:18:07.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:18:07.783Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680495411067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-03T04:18:07.784Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:18:07.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:18:07.784Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680495410274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-03T04:18:07.785Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:18:07.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:18:07.786Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "aai-model-loader",
  "timestamp": 1680495405778,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:18:07.786Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:18:07.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:18:07.786Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495368090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-03T04:18:07.787Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:18:07.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:18:07.787Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680495399373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:18:07.787Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:18:07.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:18:07.788Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680495411067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:18:07.788Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:18:07.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:18:07.788Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680495418526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:18:07.789Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:18:07.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:18:07.789Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680495410274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:18:07.789Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:18:07.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:18:07.790Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "aai-model-loader",
  "timestamp": 1680495405778,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:18:07.790Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:18:07.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:18:07.792Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495368090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:18:07.792Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:18:07.792Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:18:07.793Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680495399373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:18:07.793Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:18:07.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:18:07.793Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680495418526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:18:07.793Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:18:07.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:18:07.794Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680495410274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-03T04:18:07.794Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:18:07.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:18:07.794Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680495411067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:18:07.794Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:18:07.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:18:07.795Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "aai-model-loader",
  "timestamp": 1680495405778,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:18:07.796Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:18:07.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:18:07.796Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495368090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-03T04:18:07.797Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:18:15.023Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:18:15.051Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:18:15.056Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:18:15.056Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:18:45.057Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:18:45.089Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:18:45.095Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:18:45.095Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:19:07.773Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:19:07.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T04:19:07.778Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680495411067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:19:07.778Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:19:07.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T04:19:07.779Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680495418526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:19:07.779Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:19:07.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T04:19:07.779Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680495399373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:19:07.779Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:19:07.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T04:19:07.779Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680495410274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:19:07.780Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:19:07.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T04:19:07.780Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "aai-model-loader",
  "timestamp": 1680495405778,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:19:07.780Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:19:07.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T04:19:07.780Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495368090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:19:07.780Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:19:07.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T04:19:07.780Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680495418526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:19:07.781Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:19:07.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T04:19:07.781Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680495411067,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T04:19:07.781Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:19:07.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T04:19:07.781Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680495399373,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T04:19:07.781Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:19:07.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T04:19:07.781Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680495410274,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T04:19:07.782Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:19:07.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T04:19:07.782Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "aai-model-loader",
  "timestamp": 1680495405778,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T04:19:07.782Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:19:07.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T04:19:07.782Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495368090,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T04:19:07.782Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:19:07.782Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T04:19:07.783Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680495430457,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T04:19:07.783Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:19:07.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T04:19:07.783Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680495429781,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-03T04:19:07.783Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:19:07.783Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T04:19:07.783Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680495429910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T04:19:07.783Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:19:07.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T04:19:07.784Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "aai-model-loader",
  "timestamp": 1680495430522,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T04:19:07.784Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:19:07.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T04:19:07.784Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495430339,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T04:19:07.784Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:19:07.784Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T04:19:07.784Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680495430928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T04:19:07.785Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:19:07.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T04:19:07.785Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680495430955,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-03T04:19:07.785Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:19:07.785Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T04:19:07.785Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680495431932,
  "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-04-03T04:19:07.808Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 67140925-3a6f-407a-959c-109e177260de
2023-04-03T04:19:07.808Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67140925-3a6f-407a-959c-109e177260de 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-04-03T04:19:07.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T04:19:07.846Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680495432068,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/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-04-03T04:19:07.846Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:19:07.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T04:19:07.846Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680495433074,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/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-04-03T04:19:07.846Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:19:07.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T04:19:07.846Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495433924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T04:19:07.846Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:19:07.846Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T04:19:07.846Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680495434192,
  "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-04-03T04:19:07.861Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_ERROR distributionID of 67140925-3a6f-407a-959c-109e177260de
2023-04-03T04:19:07.862Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67140925-3a6f-407a-959c-109e177260de 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-04-03T04:19:07.889Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T04:19:07.890Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680495435429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:19:07.890Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:19:07.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T04:19:07.890Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680495435429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:19:07.890Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:19:07.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T04:19:07.891Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680495435429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:19:07.891Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:19:07.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T04:19:07.891Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680495435429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:19:07.891Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:19:07.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T04:19:07.891Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "aai-model-loader",
  "timestamp": 1680495439575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T04:19:07.891Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:19:07.891Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T04:19:07.892Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680495435429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:19:07.892Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:19:07.892Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T04:19:07.892Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "aai-model-loader",
  "timestamp": 1680495440580,
  "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-04-03T04:19:07.910Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 67140925-3a6f-407a-959c-109e177260de
2023-04-03T04:19:07.910Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67140925-3a6f-407a-959c-109e177260de 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-04-03T04:19:07.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T04:19:07.940Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680495435429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:19:07.941Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:19:07.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T04:19:07.941Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680495435429,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T04:19:07.942Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:19:07.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T04:19:07.948Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680495443253,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR"
}
2023-04-03T04:19:07.948Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:19:07.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T04:19:07.948Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680495444261,
  "artifactURL": "",
  "status": "COMPONENT_DONE_ERROR",
  "errorReason": "SDN-C encountered an error downloading an artifact in this distribution",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T04:19:07.966Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_ERROR distributionID of 67140925-3a6f-407a-959c-109e177260de
2023-04-03T04:19:07.967Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67140925-3a6f-407a-959c-109e177260de 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-04-03T04:19:15.096Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:19:15.122Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:19:15.129Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:19:15.129Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:19:45.129Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:19:45.158Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:19:45.165Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:19:45.165Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:20:07.773Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:20:15.166Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:20:15.195Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:20:15.201Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:20:15.201Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:20:45.202Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:20:45.238Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:20:45.248Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:20:45.248Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:21:07.775Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:21:15.249Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:21:15.278Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:21:15.284Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:21:15.285Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:21:45.285Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:21:45.319Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:21:45.326Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:21:45.327Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:22:02.733Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:22:02.734Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Member SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-767e16e8-8a01-46d4-aeb8-eaf1cbf73f9b 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-04-03T04:22:02.735Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-03T04:22:02.736Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-03T04:22:05.010Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:22:05.030Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T04:22:05.032Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T04:22:05.042Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=2, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T04:22:05.043Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 2: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-03T04:22:05.064Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=2, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T04:22:05.065Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T04:22:05.065Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T04:22:05.070Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T04:22:05.071Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T04:22:05.071Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T04:22:05.072Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=65, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T04:22:05.073Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T04:22:05.073Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T04:22:07.776Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:22:15.327Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-03T04:22:15.327Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67140925-3a6f-407a-959c-109e177260de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T04:22:15.343Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67140925-3a6f-407a-959c-109e177260de and serviceModelVersionId: 19ebdf40-c64a-481d-8a8f-8b59c9326af3
2023-04-03T04:22:15.344Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2bac4cbd-5db1-4650-9def-8fec2ad66681
2023-04-03T04:22:26.897Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0
2023-04-03T04:22:26.990Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T04:22:27.408Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||Invoke
2023-04-03T04:22:27.413Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[67140925-3a6f-407a-959c-109e177260de], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[78f0d15f-c0a1-479f-aef6-6ce409d50ccc], X-ECOMP-RequestID=[67140925-3a6f-407a-959c-109e177260de], X-TransactionId=[], X-ONAP-RequestID=[67140925-3a6f-407a-959c-109e177260de], Content-Type=[application/merge-patch+json]}
2023-04-03T04:22:27.448Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-03T04:22:27.737Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 04:22:27 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[252], vertex-id=[376920], x-aai-txid=[0-aai-resources-230403-04:22:27:461-88523], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T04:22:27.739Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T04:22:27.740Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||InvokeReturn
2023-04-03T04:22:27.749Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T04:22:27.750Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T04:22:27.763Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T04:22:27.764Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67140925-3a6f-407a-959c-109e177260de and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-03T04:22:27.765Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-03T04:22:27.766Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:22:27.766Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:22:27.766Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495747764,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:22:27.788Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T04:22:27.788Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495747764,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-03T04:22:27.789Z||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-04-03T04:22:28.799Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T04:22:28.800Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-03T04:22:28.803Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:22:28.804Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:22:28.804Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:22:28.805Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T04:22:28.815Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-5931bf54-def8-4fef-8d6b-ee7c94084a0d
2023-04-03T04:22:28.816Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=1, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-04-03T04:22:28.817Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:22:28.818Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T04:22:29.293Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:22:32.302Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:22:35.312Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:22:38.320Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:22:41.330Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:22:44.340Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:22:47.349Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:22:50.359Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:22:53.369Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:22:56.379Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:22:59.389Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:23:02.398Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:23:05.410Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:23:07.773Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:23:07.788Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T04:23:07.788Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T04:23:07.794Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T04:23:07.794Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully joined group with generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-5931bf54-def8-4fef-8d6b-ee7c94084a0d', protocol='range'}
2023-04-03T04:23:07.800Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 224Buxt-TfaoZml-aDplqw
2023-04-03T04:23:07.800Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 224Buxt-TfaoZml-aDplqw
2023-04-03T04:23:07.800Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 224Buxt-TfaoZml-aDplqw
2023-04-03T04:23:07.800Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 224Buxt-TfaoZml-aDplqw
2023-04-03T04:23:07.801Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 224Buxt-TfaoZml-aDplqw
2023-04-03T04:23:07.801Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 224Buxt-TfaoZml-aDplqw
2023-04-03T04:23:07.801Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 3: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-5931bf54-def8-4fef-8d6b-ee7c94084a0d=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-04-03T04:23:07.818Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully synced group in generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-5931bf54-def8-4fef-8d6b-ee7c94084a0d', protocol='range'}
2023-04-03T04:23:07.819Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T04:23:07.819Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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 (version64: {SDC-DISTR-NOTIF-TOPIC-AUTO=6})
2023-04-03T04:23:07.819Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T04:23:07.820Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T04:23:07.820Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:23:07.820Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:23:07.820Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:23:07.821Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T04:23:07.824Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully joined group with generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-5931bf54-def8-4fef-8d6b-ee7c94084a0d', protocol='range'}
2023-04-03T04:23:07.825Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T04:23:07.826Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T04:23:07.826Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T04:23:07.826Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=66, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T04:23:07.827Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T04:23:07.827Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T04:23:07.829Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully synced group in generation Generation{generationId=3, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-5931bf54-def8-4fef-8d6b-ee7c94084a0d', protocol='range'}
2023-04-03T04:23:07.829Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:23:07.830Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:23:07.833Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T04:23:07.833Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T04:23:07.833Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T04:23:07.833Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T04:23:07.834Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T04:23:07.834Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T04:23:07.842Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-03T04:23:07.842Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"67140925-3a6f-407a-959c-109e177260de","serviceName":"basic_onboard_FLWUdk","serviceVersion":"1.0","serviceUUID":"19ebdf40-c64a-481d-8a8f-8b59c9326af3","serviceDescription":"service","serviceInvariantUUID":"2bac4cbd-5db1-4650-9def-8fec2ad66681","resources":[{"resourceInstanceName":"basic_onboard_FLWUdk 0","resourceName":"basic_onboard_FLWUdk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dac3165c-a204-413f-adbe-704623ed23b4","resourceInvariantUUID":"d53cee2e-031e-415a-8fae-95f51faf2e70","resourceCustomizationUUID":"4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml","artifactChecksum":"NGM5YzhiYzRjZjc0ZjU3MmRkMjA5ZTUyYTAwMjQwNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd788691-5050-4702-936e-5323ddbfa177","artifactVersion":"1"},{"artifactName":"basic_onboard_flwudk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json","artifactChecksum":"ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d45e3439-bba4-4631-9b18-813915a57166","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f47d27f-dfde-477b-a49d-8653be82ad1c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ea2f5259-0af6-448f-9bc0-3a618a91f457","artifactVersion":"2","generatedFromUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFlwudk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml","artifactChecksum":"MDk4ODRiZjQ2ZjgxMzhiYjYyYjdkMDAzZGYyNTc2MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"589963b3-da11-4d3e-b9e4-5adee2b92999","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFlwudk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar","artifactChecksum":"ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f8f74d7f-c5f7-425e-a01c-0a969b83b0dc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T04:23:07.845Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:23:07.845Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:23:07.846Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:23:07.846Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495748799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:23:08.843Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T04:23:08.843Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495748799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:23:08.844Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:23:08.846Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:23:08.847Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:23:08.847Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:23:08.847Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495748799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:23:09.848Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:23:09.849Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:23:09.849Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:23:09.849Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495748799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:23:10.850Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:23:10.851Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:23:10.852Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:23:10.852Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495748799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:23:11.854Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:23:11.854Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:23:11.854Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:23:11.854Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495748799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:23:12.855Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:23:12.856Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:23:12.856Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:23:12.856Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495748799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:23:13.857Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:23:13.858Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:23:13.858Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:23:13.858Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495748799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:23:14.860Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "serviceName": "basic_onboard_FLWUdk",
  "serviceVersion": "1.0",
  "serviceUUID": "19ebdf40-c64a-481d-8a8f-8b59c9326af3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2bac4cbd-5db1-4650-9def-8fec2ad66681",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_FLWUdk 0",
      "resourceCustomizationUUID": "4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf",
      "resourceName": "basic_onboard_FLWUdk",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dac3165c-a204-413f-adbe-704623ed23b4",
      "resourceInvariantUUID": "d53cee2e-031e-415a-8fae-95f51faf2e70",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_flwudk0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
          "artifactChecksum": "ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d45e3439-bba4-4631-9b18-813915a57166",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
            "generatedFromUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardFlwudk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
      "artifactChecksum": "ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f8f74d7f-c5f7-425e-a01c-0a969b83b0dc"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T04:23:14.861Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T04:23:14.861Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC
2023-04-03T04:23:14.861Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:67140925-3a6f-407a-959c-109e177260de
ServiceName:basic_onboard_FLWUdk
ServiceVersion:1.0
ServiceUUID:19ebdf40-c64a-481d-8a8f-8b59c9326af3
ServiceInvariantUUID:2bac4cbd-5db1-4650-9def-8fec2ad66681
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFlwudk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
ArtifactUUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc
ArtifactChecksum:ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_FLWUdk 0
ResourceCustomizationUUID:4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf
ResourceInvariantUUID:d53cee2e-031e-415a-8fae-95f51faf2e70
ResourceName:basic_onboard_FLWUdk
ResourceType:VF
ResourceUUID:dac3165c-a204-413f-adbe-704623ed23b4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_flwudk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
ArtifactUUID:d45e3439-bba4-4631-9b18-813915a57166
ArtifactChecksum:ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ=
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:01129bd9-4e3f-4f2f-92c1-083f0cfccae5
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T04:23:14.861Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T04:23:14.919Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T04:23:14.919Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-03T04:23:14.919Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-03T04:23:14.919Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f8f74d7f-c5f7-425e-a01c-0a969b83b0dc from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T04:23:14.919Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-03T04:23:14.919Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T04:23:14.948Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-03T04:23:14.949Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5cfcb392
2023-04-03T04:23:14.949Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T04:23:14.949Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T04:23:14.949Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardFlwudk-csar.csar /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar f8f74d7f-c5f7-425e-a01c-0a969b83b0dc Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T04:23:14.949Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar ASDC sendASDCNotification
2023-04-03T04:23:14.949Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(Specified artifact is  not found)
2023-04-03T04:23:14.949Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T04:23:14.950Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:23:14.950Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:23:14.950Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495794949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:23:15.951Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardFlwudk-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(UUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-04-03T04:23:15.974Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T04:23:15.975Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T04:23:15.980Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||basic_onboard_FLWUdk 0
2023-04-03T04:23:15.980Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
2023-04-03T04:23:15.981Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d45e3439-bba4-4631-9b18-813915a57166 from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T04:23:15.981Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-03T04:23:15.981Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T04:23:16.001Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-03T04:23:16.001Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6f804152
2023-04-03T04:23:16.002Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T04:23:16.002Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T04:23:16.002Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_flwudk0_modules.json /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json d45e3439-bba4-4631-9b18-813915a57166 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T04:23:16.003Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json ASDC sendASDCNotification
2023-04-03T04:23:16.003Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(Specified artifact is  not found)
2023-04-03T04:23:16.003Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T04:23:16.003Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:23:16.004Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:23:16.004Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495796002,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:23:17.005Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_flwudk0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(UUID:d45e3439-bba4-4631-9b18-813915a57166)
Error message 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-04-03T04:23:17.006Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:23:17.038Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:23:17.047Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:23:17.047Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:23:47.048Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:23:47.082Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:23:47.089Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:23:47.090Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:24:07.773Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:24:07.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T04:24:07.775Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495748799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T04:24:07.776Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:24:17.090Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:24:17.123Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:24:17.129Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:24:17.130Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:24:47.130Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:24:47.156Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:24:47.162Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:24:47.162Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:25:07.773Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:25:07.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T04:25:07.776Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495748799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-03T04:25:07.778Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:25:07.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T04:25:07.778Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495748799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:25:07.778Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:25:07.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T04:25:07.779Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495748799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-03T04:25:07.779Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:25:07.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T04:25:07.780Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495748799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:25:07.781Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:25:07.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T04:25:07.781Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495748799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T04:25:07.781Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:25:07.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T04:25:07.781Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495794949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T04:25:07.782Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:25:07.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T04:25:07.782Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680495796002,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T04:25:07.782Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:25:17.162Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:25:17.193Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:25:17.199Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:25:17.199Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:25:47.199Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:25:47.230Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:25:47.238Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:25:47.238Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:26:07.773Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:26:17.239Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:26:17.270Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:26:17.276Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:26:17.276Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:26:47.276Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:26:47.305Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:26:47.311Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:26:47.311Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:27:07.774Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:27:17.312Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:27:17.341Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:27:17.350Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:27:17.350Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:27:41.157Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T04:27:41.157Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680496032956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:27:41.159Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:27:47.350Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:27:47.378Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:27:47.383Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:27:47.384Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:28:07.774Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:28:07.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T04:28:07.776Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680496035219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:28:07.777Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:28:07.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T04:28:07.778Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680496057695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:28:07.778Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:28:07.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T04:28:07.778Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680496031480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:28:07.779Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:28:07.847Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:28:07.847Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Member SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-5931bf54-def8-4fef-8d6b-ee7c94084a0d 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-04-03T04:28:07.848Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-03T04:28:07.849Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-03T04:28:08.637Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:28:11.646Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:28:14.656Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:28:17.384Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-03T04:28:17.384Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67140925-3a6f-407a-959c-109e177260de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T04:28:17.399Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67140925-3a6f-407a-959c-109e177260de and serviceModelVersionId: 19ebdf40-c64a-481d-8a8f-8b59c9326af3
2023-04-03T04:28:17.399Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2bac4cbd-5db1-4650-9def-8fec2ad66681
2023-04-03T04:28:17.400Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0
2023-04-03T04:28:17.409Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T04:28:17.453Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T04:28:17.454Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||Invoke
2023-04-03T04:28:17.461Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-03T04:28:17.615Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||InvokeReturn
2023-04-03T04:28:17.615Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 04:28:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[376920], x-aai-txid=[0-aai-resources-230403-04:28:17:470-42635], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T04:28:17.615Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T04:28:17.616Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T04:28:17.616Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T04:28:17.625Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T04:28:17.625Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67140925-3a6f-407a-959c-109e177260de and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-03T04:28:17.625Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-03T04:28:17.626Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:28:17.626Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:28:17.626Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496097625,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:28:17.665Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T04:28:18.664Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T04:28:18.665Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-03T04:28:18.666Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:28:18.666Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:28:18.666Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:28:18.667Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T04:28:18.670Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-bd5e46e8-cd54-4820-819a-189b5bb533ee
2023-04-03T04:28:18.671Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=1, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-04-03T04:28:18.671Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:28:18.672Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T04:28:20.674Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:28:23.682Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:28:26.691Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:28:29.699Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:28:32.709Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:28:35.718Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:28:38.727Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:28:41.736Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:28:44.745Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:28:47.756Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:28:50.767Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:28:53.776Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:28:56.786Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:28:59.795Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:29:02.804Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:29:05.818Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:29:07.773Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:29:07.787Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T04:29:07.787Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T04:29:07.794Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T04:29:07.794Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully joined group with generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-bd5e46e8-cd54-4820-819a-189b5bb533ee', protocol='range'}
2023-04-03T04:29:07.800Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 4: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-bd5e46e8-cd54-4820-819a-189b5bb533ee=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-04-03T04:29:07.814Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T04:29:07.814Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully synced group in generation Generation{generationId=4, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-bd5e46e8-cd54-4820-819a-189b5bb533ee', protocol='range'}
2023-04-03T04:29:07.815Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T04:29:07.815Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:29:07.815Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T04:29:07.815Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:29:07.819Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T04:29:07.819Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T04:29:07.819Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T04:29:07.819Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T04:29:07.820Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T04:29:07.820Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T04:29:07.820Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T04:29:07.820Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=79, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T04:29:07.820Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T04:29:07.820Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T04:29:07.820Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T04:29:07.820Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T04:29:07.828Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-03T04:29:07.828Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"67140925-3a6f-407a-959c-109e177260de","serviceName":"basic_onboard_FLWUdk","serviceVersion":"1.0","serviceUUID":"19ebdf40-c64a-481d-8a8f-8b59c9326af3","serviceDescription":"service","serviceInvariantUUID":"2bac4cbd-5db1-4650-9def-8fec2ad66681","resources":[{"resourceInstanceName":"basic_onboard_FLWUdk 0","resourceName":"basic_onboard_FLWUdk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dac3165c-a204-413f-adbe-704623ed23b4","resourceInvariantUUID":"d53cee2e-031e-415a-8fae-95f51faf2e70","resourceCustomizationUUID":"4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml","artifactChecksum":"NGM5YzhiYzRjZjc0ZjU3MmRkMjA5ZTUyYTAwMjQwNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd788691-5050-4702-936e-5323ddbfa177","artifactVersion":"1"},{"artifactName":"basic_onboard_flwudk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json","artifactChecksum":"ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d45e3439-bba4-4631-9b18-813915a57166","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f47d27f-dfde-477b-a49d-8653be82ad1c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ea2f5259-0af6-448f-9bc0-3a618a91f457","artifactVersion":"2","generatedFromUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFlwudk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml","artifactChecksum":"MDk4ODRiZjQ2ZjgxMzhiYjYyYjdkMDAzZGYyNTc2MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"589963b3-da11-4d3e-b9e4-5adee2b92999","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFlwudk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar","artifactChecksum":"ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f8f74d7f-c5f7-425e-a01c-0a969b83b0dc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T04:29:07.831Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:29:07.832Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:29:07.832Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:29:07.832Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496098664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:29:08.833Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:29:08.833Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:29:08.834Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:29:08.834Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496098664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:29:08.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.844Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680496032956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:29:08.845Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.845Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680496035219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T04:29:08.845Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.845Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680496031480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:29:08.845Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.846Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680496057695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:29:08.846Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.846Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680496032956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-03T04:29:08.847Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.847Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680496057695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:29:08.847Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.847Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680496035219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-03T04:29:08.847Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.847Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680496031480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:29:08.847Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.848Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680496032956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:29:08.848Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.848Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680496057695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:29:08.848Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.848Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680496035219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:29:08.848Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.848Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680496031480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:29:08.848Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.848Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680496032956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:29:08.849Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.849Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680496035219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-03T04:29:08.849Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.849Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680496057695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:29:08.849Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.849Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680496031480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:29:08.849Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.849Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "aai-model-loader",
  "timestamp": 1680496065778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:29:08.849Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.850Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680496065429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:29:08.850Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.850Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680496032956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:29:08.850Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.850Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680496057695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:29:08.850Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.851Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680496035219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:29:08.851Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.851Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680496031480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:29:08.851Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.851Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.851Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "aai-model-loader",
  "timestamp": 1680496065778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:29:08.851Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.852Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680496065429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:29:08.852Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.852Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680496032956,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T04:29:08.852Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.852Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680496057695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:29:08.852Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.852Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680496035219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T04:29:08.852Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.854Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680496031480,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T04:29:08.854Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.854Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "aai-model-loader",
  "timestamp": 1680496065778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:29:08.855Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.855Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680496065429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:29:08.855Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.855Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680496067897,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-03T04:29:08.855Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.855Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680496068606,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T04:29:08.856Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.856Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680496068021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T04:29:08.856Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.856Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "aai-model-loader",
  "timestamp": 1680496065778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:29:08.856Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.857Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680496065429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:29:08.857Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.857Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680496069024,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T04:29:08.857Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.857Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680496069037,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-03T04:29:08.858Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.858Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "aai-model-loader",
  "timestamp": 1680496065778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:29:08.858Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.858Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680496065429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:29:08.858Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.858Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680496070026,
  "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-04-03T04:29:08.897Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ba6c437-f06e-4cf5-971b-291d0684a066
2023-04-03T04:29:08.897Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ba6c437-f06e-4cf5-971b-291d0684a066 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-04-03T04:29:08.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.918Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "aai-model-loader",
  "timestamp": 1680496065778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:29:08.918Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.918Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680496070161,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-04-03T04:29:08.918Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.918Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.918Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680496065429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:29:08.919Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.919Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "aai-model-loader",
  "timestamp": 1680496065778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T04:29:08.919Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.919Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680496071244,
  "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-04-03T04:29:08.931Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ba6c437-f06e-4cf5-971b-291d0684a066
2023-04-03T04:29:08.932Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ba6c437-f06e-4cf5-971b-291d0684a066 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-04-03T04:29:08.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.949Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680496065429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T04:29:08.949Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.949Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680496072247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-03T04:29:08.949Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.949Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.949Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "aai-model-loader",
  "timestamp": 1680496072963,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T04:29:08.950Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.950Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680496073291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T04:29:08.950Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.950Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680496078469,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T04:29:08.950Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.950Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680496079473,
  "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-04-03T04:29:08.964Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1ba6c437-f06e-4cf5-971b-291d0684a066
2023-04-03T04:29:08.964Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ba6c437-f06e-4cf5-971b-291d0684a066 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-04-03T04:29:08.984Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.984Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "aai-model-loader",
  "timestamp": 1680496081405,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T04:29:08.985Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:08.985Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:08.985Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "aai-model-loader",
  "timestamp": 1680496082407,
  "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-04-03T04:29:08.997Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1ba6c437-f06e-4cf5-971b-291d0684a066
2023-04-03T04:29:08.997Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ba6c437-f06e-4cf5-971b-291d0684a066 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-04-03T04:29:09.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:09.019Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496097625,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-03T04:29:09.019Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:09.019Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:29:09.019Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496098664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:29:09.019Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:29:09.835Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:29:09.836Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:29:09.836Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:29:09.836Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496098664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:29:10.837Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:29:10.838Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:29:10.838Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:29:10.838Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496098664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:29:11.839Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:29:11.840Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:29:11.840Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:29:11.840Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496098664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:29:12.841Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:29:12.842Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:29:12.842Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:29:12.842Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496098664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:29:13.843Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:29:13.843Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:29:13.843Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:29:13.844Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496098664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:29:14.845Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "serviceName": "basic_onboard_FLWUdk",
  "serviceVersion": "1.0",
  "serviceUUID": "19ebdf40-c64a-481d-8a8f-8b59c9326af3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2bac4cbd-5db1-4650-9def-8fec2ad66681",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_FLWUdk 0",
      "resourceCustomizationUUID": "4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf",
      "resourceName": "basic_onboard_FLWUdk",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dac3165c-a204-413f-adbe-704623ed23b4",
      "resourceInvariantUUID": "d53cee2e-031e-415a-8fae-95f51faf2e70",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_flwudk0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
          "artifactChecksum": "ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d45e3439-bba4-4631-9b18-813915a57166",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
            "generatedFromUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardFlwudk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
      "artifactChecksum": "ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f8f74d7f-c5f7-425e-a01c-0a969b83b0dc"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T04:29:14.845Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T04:29:14.845Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC
2023-04-03T04:29:14.846Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:67140925-3a6f-407a-959c-109e177260de
ServiceName:basic_onboard_FLWUdk
ServiceVersion:1.0
ServiceUUID:19ebdf40-c64a-481d-8a8f-8b59c9326af3
ServiceInvariantUUID:2bac4cbd-5db1-4650-9def-8fec2ad66681
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFlwudk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
ArtifactUUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc
ArtifactChecksum:ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_FLWUdk 0
ResourceCustomizationUUID:4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf
ResourceInvariantUUID:d53cee2e-031e-415a-8fae-95f51faf2e70
ResourceName:basic_onboard_FLWUdk
ResourceType:VF
ResourceUUID:dac3165c-a204-413f-adbe-704623ed23b4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_flwudk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
ArtifactUUID:d45e3439-bba4-4631-9b18-813915a57166
ArtifactChecksum:ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ=
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:01129bd9-4e3f-4f2f-92c1-083f0cfccae5
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T04:29:14.846Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T04:29:14.897Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T04:29:14.897Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-03T04:29:14.897Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-03T04:29:14.897Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f8f74d7f-c5f7-425e-a01c-0a969b83b0dc from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T04:29:14.897Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-03T04:29:14.897Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T04:29:14.923Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-03T04:29:14.924Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3643d480
2023-04-03T04:29:14.924Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T04:29:14.924Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T04:29:14.924Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardFlwudk-csar.csar /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar f8f74d7f-c5f7-425e-a01c-0a969b83b0dc Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T04:29:14.924Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar ASDC sendASDCNotification
2023-04-03T04:29:14.924Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(Specified artifact is  not found)
2023-04-03T04:29:14.924Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T04:29:14.925Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:29:14.925Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:29:14.925Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496154924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:29:15.926Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardFlwudk-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(UUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-04-03T04:29:15.950Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T04:29:15.951Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T04:29:15.956Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||basic_onboard_FLWUdk 0
2023-04-03T04:29:15.957Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
2023-04-03T04:29:15.957Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d45e3439-bba4-4631-9b18-813915a57166 from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T04:29:15.957Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-03T04:29:15.957Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T04:29:15.977Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||GET Response Status 404
2023-04-03T04:29:15.977Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@19b97bbc
2023-04-03T04:29:15.978Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T04:29:15.978Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T04:29:15.978Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_flwudk0_modules.json /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json d45e3439-bba4-4631-9b18-813915a57166 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T04:29:15.979Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json ASDC sendASDCNotification
2023-04-03T04:29:15.979Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(Specified artifact is  not found)
2023-04-03T04:29:15.979Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T04:29:15.979Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:29:15.979Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:29:15.979Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496155978,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:29:16.981Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_flwudk0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(UUID:d45e3439-bba4-4631-9b18-813915a57166)
Error message 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-04-03T04:29:16.982Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:29:17.010Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:29:17.019Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:29:17.019Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:29:47.019Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:29:47.047Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:29:47.052Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:29:47.052Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:30:07.773Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:30:07.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T04:30:07.775Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496098664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T04:30:07.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:30:17.052Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:30:17.075Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:30:17.081Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:30:17.081Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:30:47.081Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:30:47.110Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:30:47.116Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:30:47.116Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:31:07.773Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:31:07.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T04:31:07.776Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496098664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-03T04:31:07.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:31:07.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T04:31:07.777Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496098664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:31:07.777Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:31:07.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T04:31:07.777Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496098664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-03T04:31:07.778Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:31:07.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T04:31:07.778Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496098664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:31:07.778Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:31:07.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T04:31:07.778Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496098664,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T04:31:07.778Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:31:07.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T04:31:07.779Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496154924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T04:31:07.779Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:31:07.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T04:31:07.779Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496155978,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T04:31:07.780Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:31:17.117Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:31:17.151Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:31:17.158Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:31:17.158Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:31:47.159Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:31:47.188Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:31:47.195Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:31:47.195Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:32:07.773Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:32:17.196Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:32:17.223Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:32:17.228Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:32:17.229Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:32:47.229Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:32:47.262Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:32:47.269Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:32:47.269Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:33:07.775Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:33:17.270Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:33:17.299Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:33:17.306Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:33:17.306Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:33:47.307Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:33:47.338Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:33:47.346Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:33:47.346Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:34:07.776Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:34:07.901Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:34:07.901Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Member SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-bd5e46e8-cd54-4820-819a-189b5bb533ee 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-04-03T04:34:07.902Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-03T04:34:07.902Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-03T04:34:08.370Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:34:08.385Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T04:34:08.386Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T04:34:08.391Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T04:34:08.391Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 5: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-03T04:34:08.407Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=5, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T04:34:08.408Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T04:34:08.408Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T04:34:08.411Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T04:34:08.412Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T04:34:08.412Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T04:34:08.413Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=142, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T04:34:08.413Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T04:34:08.413Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T04:34:17.347Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-03T04:34:17.347Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67140925-3a6f-407a-959c-109e177260de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T04:34:17.362Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67140925-3a6f-407a-959c-109e177260de and serviceModelVersionId: 19ebdf40-c64a-481d-8a8f-8b59c9326af3
2023-04-03T04:34:17.362Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2bac4cbd-5db1-4650-9def-8fec2ad66681
2023-04-03T04:34:17.363Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0
2023-04-03T04:34:17.372Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T04:34:17.413Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||Invoke
2023-04-03T04:34:17.414Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[67140925-3a6f-407a-959c-109e177260de], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e00fffa5-d77d-408f-8ca2-ea0ed95decbc], X-ECOMP-RequestID=[67140925-3a6f-407a-959c-109e177260de], X-TransactionId=[], X-ONAP-RequestID=[67140925-3a6f-407a-959c-109e177260de], Content-Type=[application/merge-patch+json]}
2023-04-03T04:34:17.422Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-03T04:34:17.603Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 04:34:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[178], vertex-id=[376920], x-aai-txid=[1-aai-resources-230403-04:34:17:431-29746], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T04:34:17.604Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T04:34:17.605Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||InvokeReturn
2023-04-03T04:34:17.606Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T04:34:17.606Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T04:34:17.615Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T04:34:17.616Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67140925-3a6f-407a-959c-109e177260de and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-03T04:34:17.616Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-03T04:34:17.617Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:34:17.617Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:34:17.617Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496457616,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:34:17.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T04:34:17.638Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496457616,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-03T04:34:17.639Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T04:34:18.659Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-03T04:34:18.659Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||received notification from broker: {"distributionID":"1ba6c437-f06e-4cf5-971b-291d0684a066","serviceName":"vFW 2023-04-03 04-26-19","serviceVersion":"1.0","serviceUUID":"1d95d522-2e0f-4343-9cc1-c8057874e1a7","serviceDescription":"catalog service description","serviceInvariantUUID":"8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38","resources":[{"resourceInstanceName":"vFW 8e02d361-5433 0","resourceName":"vFW 8e02d361-5433","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6acdd6c7-fab4-4f67-9353-504622dd5512","resourceInvariantUUID":"38e6e99e-de44-4a71-b00e-d6a14e39c0d0","resourceCustomizationUUID":"c8134348-724c-4ac8-8b4e-b4601205c1d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml","artifactChecksum":"MTlhZWVmMDU3OWZkMjU2Njk5YWMzZWI4YTk1YzgwZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6a0a1ac1-1076-4d05-be3a-49fee5f34737","artifactVersion":"1"},{"artifactName":"vfw8e02d36154330_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json","artifactChecksum":"NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"476a91f6-7739-4473-b109-ebba85512af9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml","artifactChecksum":"MDJmNmQ4NzA3YTZmNDA2MDA0ZDU4MTRiOGFlN2Q2Mjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b38e7060-1448-4d85-8cdf-3a929672567e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"966ecea8-9af0-46aa-8d5d-3895d9686ba8","artifactVersion":"2","generatedFromUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230403042619-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml","artifactChecksum":"MGZlMGI4Zjc5NjcxZjg2N2I1Y2I2NWUyNTVjYjIzNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1540bab5-1751-409a-b2de-7a325f5eb69d","artifactVersion":"1"},{"artifactName":"service-Vfw20230403042619-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar","artifactChecksum":"ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"284a7ed8-be7f-4a31-9f04-d5e7b63fe142","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T04:34:18.660Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:34:18.660Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:34:18.660Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:34:18.661Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496098664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:34:19.661Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:34:19.662Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:34:19.662Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:34:19.662Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496098664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:34:20.663Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:34:20.663Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:34:20.664Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:34:20.664Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496098664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:34:21.664Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:34:21.665Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:34:21.665Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:34:21.665Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496098664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:34:22.665Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:34:22.666Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:34:22.666Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:34:22.666Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496098664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:34:23.667Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:34:23.668Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:34:23.668Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:34:23.668Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496098664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:34:24.669Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:34:24.671Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:34:24.672Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:34:24.672Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496098664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:34:25.674Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "serviceName": "vFW 2023-04-03 04-26-19",
  "serviceVersion": "1.0",
  "serviceUUID": "1d95d522-2e0f-4343-9cc1-c8057874e1a7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38",
  "resources": [
    {
      "resourceInstanceName": "vFW 8e02d361-5433 0",
      "resourceCustomizationUUID": "c8134348-724c-4ac8-8b4e-b4601205c1d5",
      "resourceName": "vFW 8e02d361-5433",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6acdd6c7-fab4-4f67-9353-504622dd5512",
      "resourceInvariantUUID": "38e6e99e-de44-4a71-b00e-d6a14e39c0d0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8e02d36154330_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
          "artifactChecksum": "NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "476a91f6-7739-4473-b109-ebba85512af9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
            "generatedFromUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230403042619-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
      "artifactChecksum": "ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "284a7ed8-be7f-4a31-9f04-d5e7b63fe142"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T04:34:25.674Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T04:34:25.674Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC
2023-04-03T04:34:25.675Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:1ba6c437-f06e-4cf5-971b-291d0684a066
ServiceName:vFW 2023-04-03 04-26-19
ServiceVersion:1.0
ServiceUUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
ServiceInvariantUUID:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230403042619-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
ArtifactUUID:284a7ed8-be7f-4a31-9f04-d5e7b63fe142
ArtifactChecksum:ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8e02d361-5433 0
ResourceCustomizationUUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
ResourceInvariantUUID:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
ResourceName:vFW 8e02d361-5433
ResourceType:VF
ResourceUUID:6acdd6c7-fab4-4f67-9353-504622dd5512
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8e02d36154330_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json
ArtifactUUID:476a91f6-7739-4473-b109-ebba85512af9
ArtifactChecksum:NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI=
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml
ArtifactUUID:62b20843-bd6e-4ffa-9cf5-dfe2585e9862
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T04:34:25.675Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-04-03T04:34:25.748Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T04:34:25.749Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-03T04:34:25.749Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-03T04:34:25.749Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 from URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T04:34:25.749Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-03T04:34:25.750Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T04:34:26.066Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-03T04:34:26.069Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 101447
2023-04-03T04:34:26.069Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T04:34:26.069Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T04:34:26.070Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T04:34:26.070Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:34:26.071Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:34:26.071Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496466069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:34:27.072Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T04:34:27.073Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2023-04-03T04:34:27.073Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142, URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar to file: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:34:27.073Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230403042619-csar.csar
2023-04-03T04:34:27.074Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:34:27.074Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:34:27.259Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8570047541317142083/Definitions/service-Vfw20230403042619-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-04-03T04:34:29.538Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T04:34:29.538Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-03T04:34:29.538Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:34:29.538Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-03T04:34:29.539Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:34:29.539Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:34:29.539Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:34:29.539Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:34:29.539Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:34:29.539Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:34:29.539Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:34:29.539Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:34:29.539Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:34:29.539Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:34:29.539Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8e02d361-5433 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-Vfw20230403042619-csar.csar
2023-04-03T04:34:29.539Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||WARN|500||####################################################################################################
2023-04-03T04:34:29.539Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:34:29.539Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:34:29.540Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T04:34:29.540Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-03T04:34:29.540Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T04:34:29.540Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:34:29.540Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:34:29.540Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T04:34:29.540Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2023-04-03T04:34:29.540Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T04:34:29.540Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:34:29.540Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:34:29.541Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:34:29.541Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T04:34:29.541Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T04:34:29.541Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T04:34:29.541Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T04:34:29.541Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T04:34:29.541Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T04:34:29.541Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T04:34:29.541Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T04:34:29.541Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T04:34:29.541Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T04:34:29.542Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T04:34:29.542Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T04:34:29.542Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T04:34:29.542Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T04:34:29.542Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T04:34:29.542Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T04:34:29.542Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T04:34:29.543Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:34:29.543Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T04:34:29.543Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:34:29.543Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T04:34:29.543Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T04:34:29.543Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:34:29.543Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T04:34:29.543Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T04:34:29.544Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:34:29.544Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T04:34:29.544Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T04:34:29.544Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:34:29.544Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T04:34:29.544Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T04:34:29.544Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-03T04:34:29.544Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T04:34:29.545Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T04:34:29.545Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T04:34:29.545Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T04:34:29.545Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T04:34:29.545Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T04:34:29.545Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T04:34:29.545Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T04:34:29.545Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T04:34:29.546Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5ffc881a-26c6-4204-a1d2-ba4d1a62f347
2023-04-03T04:34:29.546Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:34:29.546Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T04:34:29.546Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T04:34:29.546Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T04:34:29.546Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T04:34:29.546Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T04:34:29.546Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T04:34:29.547Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T04:34:29.547Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T04:34:29.547Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-03T04:34:29.547Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T04:34:29.547Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T04:34:29.547Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T04:34:29.547Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T04:34:29.547Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
2023-04-03T04:34:29.547Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:34:29.548Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T04:34:29.548Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T04:34:29.548Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T04:34:29.548Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T04:34:29.548Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T04:34:29.548Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T04:34:29.548Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T04:34:29.548Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T04:34:29.548Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T04:34:29.548Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T04:34:29.549Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T04:34:29.549Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T04:34:29.549Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-03T04:34:29.549Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=122e325f-2e27-4d48-9a3f-efbc72a34c71
2023-04-03T04:34:29.549Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:34:29.549Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:34:29.549Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:34:29.549Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:34:29.549Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:34:29.550Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:34:29.550Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:34:29.550Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:34:29.550Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-03 04-26-19
Description:catalog service description
Model UUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
Model Version:NULL
Model InvariantUuid:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8e02d361-5433
Model UUID:47d4862e-1a6e-4dae-9653-99928c24d602
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cde9fb02-b9a2-4c60-9c16-09798dbb426d
ModelName:Vfw8e02d3615433..base_vfw..module-0
ModelUuid:6455b1ae-49c2-4d62-8cfb-2a21c47b6279
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5ffc881a-26c6-4204-a1d2-ba4d1a62f347
ModelInvariantUuid:7e3cea96-7596-4528-9dfb-591d1405d3a3
ModelName:vFW 8e02d361-5433-nodes.vfwCvfc
ModelUuid:756475be-46b0-4af1-9b47-3051a8f60749
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:082e0945-8a5f-423d-8d6d-a828b35abcfb
ModelInvariantUuid:b465ff3b-5bff-4c01-8015-9a6983208da2
ModelName:Vfw8e02d3615433.compute.nodes.heat.vfw
ModelUuid:79b898ee-37ad-4e21-a0c4-244ae0393f4e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
ModelInvariantUuid:7ca98905-f86a-4518-bbb0-9bfbc9cb899c
ModelName:vFW 8e02d361-5433-nodes.vsnCvfc
ModelUuid:d550497c-377e-420a-b821-53296abc0905
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8d40a476-40b7-4511-b338-57d6275036c1
ModelInvariantUuid:d1f91f15-5937-45d6-aa49-dd806b16d46a
ModelName:Vfw8e02d3615433.compute.nodes.heat.vsn
ModelUuid:4983761a-7d0f-41cc-981e-225a831f6b16
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:122e325f-2e27-4d48-9a3f-efbc72a34c71
ModelInvariantUuid:506f7d29-0459-42b4-a53f-aaea27378297
ModelName:vFW 8e02d361-5433-nodes.vpgCvfc
ModelUuid:78065023-194b-4fca-99d6-23e702ead165
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:97f360b6-9db5-41fa-ac2b-da7a01872868
ModelInvariantUuid:427fbd83-51f4-4c81-ba9e-90d3b0aa9915
ModelName:Vfw8e02d3615433.compute.nodes.heat.vpg
ModelUuid:d5bc98b6-ccee-4a42-aeac-9b5dd51b7f56
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-04-03T04:34:29.572Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T04:34:29.579Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||vFW 8e02d361-5433 0
2023-04-03T04:34:29.580Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512
2023-04-03T04:34:29.580Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 476a91f6-7739-4473-b109-ebba85512af9 from URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json
2023-04-03T04:34:29.580Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-03T04:34:29.581Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json
2023-04-03T04:34:29.687Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-03T04:34:29.688Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json 476a91f6-7739-4473-b109-ebba85512af9 785
2023-04-03T04:34:29.688Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json ASDC sendASDCNotification
2023-04-03T04:34:29.688Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json
2023-04-03T04:34:29.688Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T04:34:29.689Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:34:29.689Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:34:29.689Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496469688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:34:30.691Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8e02d3615433..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "cde9fb02-b9a2-4c60-9c16-09798dbb426d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6455b1ae-49c2-4d62-8cfb-2a21c47b6279",
    "vfModuleModelCustomizationUUID": "c350f471-99f5-4c0a-8510-d605a87a99cd",
    "isBase": true,
    "artifacts": [
      "62b20843-bd6e-4ffa-9cf5-dfe2585e9862",
      "966ecea8-9af0-46aa-8d5d-3895d9686ba8"
    ],
    "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-04-03T04:34:30.717Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8e02d3615433..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6455b1ae-49c2-4d62-8cfb-2a21c47b6279
VfModuleModelInvariantUUID:cde9fb02-b9a2-4c60-9c16-09798dbb426d
VfModuleModelDescription:NULL
Artifacts UUID List:{
62b20843-bd6e-4ffa-9cf5-dfe2585e9862
,
966ecea8-9af0-46aa-8d5d-3895d9686ba8

}
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-04-03T04:34:30.720Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8e02d3615433..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "cde9fb02-b9a2-4c60-9c16-09798dbb426d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6455b1ae-49c2-4d62-8cfb-2a21c47b6279",
    "vfModuleModelCustomizationUUID": "c350f471-99f5-4c0a-8510-d605a87a99cd",
    "isBase": true,
    "artifacts": [
      "62b20843-bd6e-4ffa-9cf5-dfe2585e9862",
      "966ecea8-9af0-46aa-8d5d-3895d9686ba8"
    ],
    "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-04-03T04:34:30.721Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8e02d3615433..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6455b1ae-49c2-4d62-8cfb-2a21c47b6279
VfModuleModelInvariantUUID:cde9fb02-b9a2-4c60-9c16-09798dbb426d
VfModuleModelDescription:NULL
Artifacts UUID List:{
62b20843-bd6e-4ffa-9cf5-dfe2585e9862
,
966ecea8-9af0-46aa-8d5d-3895d9686ba8

}
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-04-03T04:34:30.721Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 62b20843-bd6e-4ffa-9cf5-dfe2585e9862 from URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml
2023-04-03T04:34:30.721Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-03T04:34:30.721Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml
2023-04-03T04:34:30.828Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-03T04:34:30.828Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml 62b20843-bd6e-4ffa-9cf5-dfe2585e9862 20368
2023-04-03T04:34:30.829Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-04-03T04:34:30.829Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml
2023-04-03T04:34:30.829Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T04:34:30.829Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:34:30.829Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:34:30.829Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496470829,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:34:31.830Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 966ecea8-9af0-46aa-8d5d-3895d9686ba8 from URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
2023-04-03T04:34:31.830Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||DistributionClient - download
2023-04-03T04:34:31.831Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
2023-04-03T04:34:31.935Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2023-04-03T04:34:31.936Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env 966ecea8-9af0-46aa-8d5d-3895d9686ba8 2098
2023-04-03T04:34:31.936Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env ASDC sendASDCNotification
2023-04-03T04:34:31.936Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
2023-04-03T04:34:31.936Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T04:34:31.937Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:34:31.937Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:34:31.937Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496471936,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:34:32.938Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 1d95d522-2e0f-4343-9cc1-c8057874e1a7
2023-04-03T04:34:32.938Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8e02d361-5433 0 6acdd6c7-fab4-4f67-9353-504622dd5512 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-04-03T04:34:33.002Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24fd304d, org.onap.sdc.toscaparser.api.parameters.Input@373602f8, org.onap.sdc.toscaparser.api.parameters.Input@78a79ed3, org.onap.sdc.toscaparser.api.parameters.Input@31621606, org.onap.sdc.toscaparser.api.parameters.Input@7c50273f]
2023-04-03T04:34:33.004Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:34:33.005Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:34:33.005Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2023-04-03T04:34:33.005Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= c8134348-724c-4ac8-8b4e-b4601205c1d5
2023-04-03T04:34:33.005Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c8134348-724c-4ac8-8b4e-b4601205c1d5 matches Tosca VF Customization UUID: c8134348-724c-4ac8-8b4e-b4601205c1d5
2023-04-03T04:34:33.005Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: c8134348-724c-4ac8-8b4e-b4601205c1d5  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-04-03T04:34:33.013Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:34:33.013Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:34:33.014Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id c8134348-724c-4ac8-8b4e-b4601205c1d5: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-04-03T04:34:33.014Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4b3ca1f
2023-04-03T04:34:33.014Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:34:33.015Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T04:34:33.015Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c350f471-99f5-4c0a-8510-d605a87a99cd
2023-04-03T04:34:33.016Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c350f471-99f5-4c0a-8510-d605a87a99cd
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-04-03T04:34:33.023Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:34:33.023Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T04:34:33.023Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T04:34:33.024Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:34:33.024Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T04:34:33.024Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T04:34:33.024Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:34:33.025Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T04:34:33.025Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T04:34:33.025Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-03T04:34:33.025Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T04:34:33.025Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T04:34:33.025Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T04:34:33.025Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T04:34:33.025Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T04:34:33.025Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T04:34:33.025Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T04:34:33.025Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T04:34:33.026Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T04:34:33.026Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5ffc881a-26c6-4204-a1d2-ba4d1a62f347
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-04-03T04:34:33.035Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:34:33.035Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T04:34:33.035Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T04:34:33.035Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:34:33.036Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T04:34:33.036Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T04:34:33.036Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T04:34:33.036Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T04:34:33.036Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T04:34:33.036Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T04:34:33.036Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T04:34:33.036Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T04:34:33.036Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-03T04:34:33.036Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T04:34:33.037Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T04:34:33.037Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T04:34:33.037Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T04:34:33.037Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
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-04-03T04:34:33.041Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:34:33.041Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T04:34:33.041Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T04:34:33.044Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:34:33.044Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T04:34:33.044Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T04:34:33.044Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T04:34:33.044Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T04:34:33.044Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T04:34:33.044Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T04:34:33.045Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T04:34:33.045Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T04:34:33.045Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T04:34:33.045Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T04:34:33.045Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T04:34:33.045Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T04:34:33.045Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-03T04:34:33.045Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=122e325f-2e27-4d48-9a3f-efbc72a34c71
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-04-03T04:34:33.050Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:34:33.050Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T04:34:33.050Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T04:34:33.050Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:34:33.050Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T04:34:33.050Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=c8134348-724c-4ac8-8b4e-b4601205c1d5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T04:34:33.054Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:34:33.055Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:34:33.055Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 1d95d522-2e0f-4343-9cc1-c8057874e1a7: vFW 8e02d361-5433
2023-04-03T04:34:33.055Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:34:33.055Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:34:33.055Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:34:33.055Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:34:33.055Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:34:33.055Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:34:33.056Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:34:33.056Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:34:33.056Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:34:33.056Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:34:33.056Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2023-04-03 04-26-19 
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-04-03T04:34:33.674Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8e02d361-5433 6acdd6c7-fab4-4f67-9353-504622dd5512 1 ASDC deployResourceStructure
2023-04-03T04:34:33.674Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json ASDC sendASDCNotification
2023-04-03T04:34:33.674Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json
2023-04-03T04:34:33.674Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-03T04:34:33.675Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:34:33.675Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:34:33.675Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496473674,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:34:34.676Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-04-03T04:34:34.676Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml
2023-04-03T04:34:34.676Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-03T04:34:34.677Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:34:34.677Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:34:34.677Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496474676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:34:35.678Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env ASDC sendASDCNotification
2023-04-03T04:34:35.679Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
2023-04-03T04:34:35.679Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-03T04:34:35.679Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:34:35.679Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:34:35.679Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496475678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:34:36.681Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T04:34:36.681Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T04:34:36.681Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-03T04:34:36.682Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:34:36.682Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:34:36.682Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496476681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:34:37.683Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:34:37.718Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:34:37.724Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T04:34:37.724Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T04:34:37.724Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T04:34:37.724Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T04:34:37.724Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T04:34:37.725Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T04:34:37.725Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T04:34:37.725Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T04:34:37.725Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T04:34:37.742Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T04:35:07.742Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T04:35:07.756Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and serviceModelVersionId: 1d95d522-2e0f-4343-9cc1-c8057874e1a7
2023-04-03T04:35:07.757Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
2023-04-03T04:35:07.758Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0
2023-04-03T04:35:07.766Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T04:35:07.773Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:35:07.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T04:35:07.781Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496098664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:35:07.781Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:35:07.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T04:35:07.781Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496098664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T04:35:07.781Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:35:07.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T04:35:07.781Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496098664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-03T04:35:07.782Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:35:07.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T04:35:07.782Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496098664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:35:07.782Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:35:07.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T04:35:07.782Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496098664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-03T04:35:07.782Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:35:07.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T04:35:07.782Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496098664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:35:07.782Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:35:07.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T04:35:07.782Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496098664,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T04:35:07.782Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:35:07.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T04:35:07.782Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496466069,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T04:35:07.782Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:35:07.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T04:35:07.782Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496469688,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-03T04:35:07.782Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:35:07.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T04:35:07.782Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496470829,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-03T04:35:07.782Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:35:07.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T04:35:07.782Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496471936,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-04-03T04:35:07.783Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:35:07.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T04:35:07.783Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496473674,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-03T04:35:07.783Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:35:07.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T04:35:07.783Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496474676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-04-03T04:35:07.783Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:35:07.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T04:35:07.783Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496475678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-04-03T04:35:07.783Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:35:07.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T04:35:07.783Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496476681,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T04:35:07.783Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:35:07.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||Invoke
2023-04-03T04:35:07.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0fee234d-e6e1-4239-bc4e-dd00478dbd4a], X-ECOMP-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], X-TransactionId=[], X-ONAP-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], Content-Type=[application/merge-patch+json]}
2023-04-03T04:35:07.842Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T04:35:08.038Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 04:35:07 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[168], vertex-id=[241720], x-aai-txid=[2-aai-resources-230403-04:35:07:853-86405], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T04:35:08.039Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T04:35:08.040Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||InvokeReturn
2023-04-03T04:35:08.041Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T04:35:08.041Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T04:35:08.051Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T04:35:08.051Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ba6c437-f06e-4cf5-971b-291d0684a066 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T04:35:08.052Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T04:35:08.052Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:35:08.052Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:35:08.052Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496508051,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T04:35:09.082Z||pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T04:35:09.082Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-03T04:35:09.086Z||pool-2-thread-3|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:35:09.086Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:35:09.086Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:35:09.086Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T04:35:09.093Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-de851251-20e6-479f-a7b4-2ff14aaabd31
2023-04-03T04:35:09.094Z||pool-2-thread-3|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:35:09.094Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:35:09.094Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T04:35:11.709Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:35:14.717Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:35:17.726Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:35:20.736Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:35:23.749Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:35:26.759Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:35:29.768Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:35:32.777Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:35:35.786Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:35:38.795Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:35:41.804Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:35:44.813Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:35:47.823Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:35:50.832Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:35:53.840Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:35:56.849Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:35:59.857Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:36:02.866Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:36:05.875Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:36:07.773Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:36:07.788Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T04:36:07.788Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T04:36:07.796Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T04:36:07.796Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully joined group with generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-de851251-20e6-479f-a7b4-2ff14aaabd31', protocol='range'}
2023-04-03T04:36:07.800Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 6: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-de851251-20e6-479f-a7b4-2ff14aaabd31=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-04-03T04:36:07.818Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully synced group in generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-de851251-20e6-479f-a7b4-2ff14aaabd31', protocol='range'}
2023-04-03T04:36:07.818Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=6, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T04:36:07.818Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:36:07.819Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:36:07.819Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T04:36:07.819Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T04:36:07.822Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T04:36:07.823Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T04:36:07.823Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T04:36:07.823Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T04:36:07.823Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T04:36:07.823Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T04:36:07.823Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T04:36:07.823Z||pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T04:36:07.824Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T04:36:07.824Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=158, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T04:36:07.824Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T04:36:07.824Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T04:36:07.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T04:36:07.831Z||pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"67140925-3a6f-407a-959c-109e177260de","serviceName":"basic_onboard_FLWUdk","serviceVersion":"1.0","serviceUUID":"19ebdf40-c64a-481d-8a8f-8b59c9326af3","serviceDescription":"service","serviceInvariantUUID":"2bac4cbd-5db1-4650-9def-8fec2ad66681","resources":[{"resourceInstanceName":"basic_onboard_FLWUdk 0","resourceName":"basic_onboard_FLWUdk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dac3165c-a204-413f-adbe-704623ed23b4","resourceInvariantUUID":"d53cee2e-031e-415a-8fae-95f51faf2e70","resourceCustomizationUUID":"4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml","artifactChecksum":"NGM5YzhiYzRjZjc0ZjU3MmRkMjA5ZTUyYTAwMjQwNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd788691-5050-4702-936e-5323ddbfa177","artifactVersion":"1"},{"artifactName":"basic_onboard_flwudk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json","artifactChecksum":"ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d45e3439-bba4-4631-9b18-813915a57166","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f47d27f-dfde-477b-a49d-8653be82ad1c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ea2f5259-0af6-448f-9bc0-3a618a91f457","artifactVersion":"2","generatedFromUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFlwudk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml","artifactChecksum":"MDk4ODRiZjQ2ZjgxMzhiYjYyYjdkMDAzZGYyNTc2MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"589963b3-da11-4d3e-b9e4-5adee2b92999","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFlwudk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar","artifactChecksum":"ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f8f74d7f-c5f7-425e-a01c-0a969b83b0dc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T04:36:07.833Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:36:07.833Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:36:07.833Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:36:07.834Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496509082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:36:08.834Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:36:08.835Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:36:08.835Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:36:08.835Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496509082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:36:08.850Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:36:08.851Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496508051,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T04:36:08.851Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:36:08.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:36:08.852Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496509082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:36:08.852Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:36:09.836Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:36:09.836Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:36:09.836Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:36:09.836Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496509082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:36:10.837Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:36:10.837Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:36:10.838Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:36:10.838Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496509082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:36:11.838Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:36:11.839Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:36:11.839Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:36:11.839Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496509082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:36:12.840Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:36:12.840Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:36:12.840Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:36:12.841Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496509082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:36:13.842Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:36:13.842Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:36:13.842Z||pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:36:13.842Z||pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496509082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:36:14.844Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "serviceName": "basic_onboard_FLWUdk",
  "serviceVersion": "1.0",
  "serviceUUID": "19ebdf40-c64a-481d-8a8f-8b59c9326af3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2bac4cbd-5db1-4650-9def-8fec2ad66681",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_FLWUdk 0",
      "resourceCustomizationUUID": "4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf",
      "resourceName": "basic_onboard_FLWUdk",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dac3165c-a204-413f-adbe-704623ed23b4",
      "resourceInvariantUUID": "d53cee2e-031e-415a-8fae-95f51faf2e70",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_flwudk0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
          "artifactChecksum": "ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d45e3439-bba4-4631-9b18-813915a57166",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
            "generatedFromUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardFlwudk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
      "artifactChecksum": "ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f8f74d7f-c5f7-425e-a01c-0a969b83b0dc"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T04:36:14.844Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T04:36:14.844Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC
2023-04-03T04:36:14.845Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:67140925-3a6f-407a-959c-109e177260de
ServiceName:basic_onboard_FLWUdk
ServiceVersion:1.0
ServiceUUID:19ebdf40-c64a-481d-8a8f-8b59c9326af3
ServiceInvariantUUID:2bac4cbd-5db1-4650-9def-8fec2ad66681
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFlwudk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
ArtifactUUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc
ArtifactChecksum:ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_FLWUdk 0
ResourceCustomizationUUID:4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf
ResourceInvariantUUID:d53cee2e-031e-415a-8fae-95f51faf2e70
ResourceName:basic_onboard_FLWUdk
ResourceType:VF
ResourceUUID:dac3165c-a204-413f-adbe-704623ed23b4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_flwudk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
ArtifactUUID:d45e3439-bba4-4631-9b18-813915a57166
ArtifactChecksum:ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ=
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:01129bd9-4e3f-4f2f-92c1-083f0cfccae5
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T04:36:14.845Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T04:36:14.910Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T04:36:14.911Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-03T04:36:14.911Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-03T04:36:14.911Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f8f74d7f-c5f7-425e-a01c-0a969b83b0dc from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T04:36:14.911Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-03T04:36:14.912Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T04:36:14.939Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-04-03T04:36:14.939Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2e1e557b
2023-04-03T04:36:14.940Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T04:36:14.940Z|67140925-3a6f-407a-959c-109e177260de|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": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T04:36:14.940Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardFlwudk-csar.csar /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar f8f74d7f-c5f7-425e-a01c-0a969b83b0dc Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T04:36:14.940Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar ASDC sendASDCNotification
2023-04-03T04:36:14.940Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(Specified artifact is  not found)
2023-04-03T04:36:14.941Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T04:36:14.941Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:36:14.941Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:36:14.941Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496574940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:36:15.942Z|67140925-3a6f-407a-959c-109e177260de|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-BasicOnboardFlwudk-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(UUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-04-03T04:36:15.962Z|67140925-3a6f-407a-959c-109e177260de|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-04-03T04:36:15.963Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T04:36:15.970Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||basic_onboard_FLWUdk 0
2023-04-03T04:36:15.970Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
2023-04-03T04:36:15.970Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d45e3439-bba4-4631-9b18-813915a57166 from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T04:36:15.970Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-03T04:36:15.971Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T04:36:15.992Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-04-03T04:36:15.992Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3a917c91
2023-04-03T04:36:15.993Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T04:36:15.993Z|67140925-3a6f-407a-959c-109e177260de|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": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T04:36:15.993Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_flwudk0_modules.json /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json d45e3439-bba4-4631-9b18-813915a57166 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T04:36:15.993Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json ASDC sendASDCNotification
2023-04-03T04:36:15.994Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(Specified artifact is  not found)
2023-04-03T04:36:15.994Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T04:36:15.994Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:36:15.994Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:36:15.995Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496575993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:36:16.996Z|67140925-3a6f-407a-959c-109e177260de|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_flwudk0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(UUID:d45e3439-bba4-4631-9b18-813915a57166)
Error message 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-04-03T04:36:16.996Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:36:17.030Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:36:17.035Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:36:17.035Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:36:47.035Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:36:47.060Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:36:47.066Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:36:47.066Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:37:07.773Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:37:07.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:37:07.775Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496509082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T04:37:07.776Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:37:17.066Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:37:17.095Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:37:17.100Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:37:17.101Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:37:47.101Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:37:47.128Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:37:47.136Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:37:47.136Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:38:07.773Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:38:07.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:38:07.776Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496509082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-03T04:38:07.777Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:38:07.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:38:07.777Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496509082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:38:07.777Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:38:07.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:38:07.777Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496509082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-03T04:38:07.778Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:38:07.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:38:07.778Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496509082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:38:07.778Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:38:07.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:38:07.778Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496509082,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T04:38:07.779Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:38:07.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:38:07.779Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496574940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T04:38:07.779Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:38:07.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:38:07.779Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496575993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T04:38:07.779Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:38:17.136Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:38:17.166Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:38:17.171Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:38:17.171Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:38:47.171Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:38:47.200Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:38:47.206Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:38:47.207Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:39:07.773Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:39:17.207Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:39:17.234Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:39:17.239Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:39:17.240Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:39:47.240Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:39:47.271Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:39:47.277Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:39:47.277Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:40:07.774Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:40:17.278Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:40:17.307Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:40:17.312Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:40:17.313Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:40:47.313Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:40:47.335Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:40:47.341Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:40:47.341Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:41:07.776Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:41:07.894Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:41:07.894Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Member SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-de851251-20e6-479f-a7b4-2ff14aaabd31 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-04-03T04:41:07.895Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-03T04:41:07.895Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-03T04:41:08.394Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:41:08.408Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T04:41:08.409Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T04:41:08.415Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T04:41:08.415Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 7: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-03T04:41:08.431Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=7, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T04:41:08.432Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T04:41:08.432Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T04:41:08.436Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T04:41:08.436Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T04:41:08.437Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T04:41:08.437Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=168, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T04:41:08.437Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T04:41:08.437Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T04:41:17.342Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-03T04:41:17.342Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67140925-3a6f-407a-959c-109e177260de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T04:41:17.354Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67140925-3a6f-407a-959c-109e177260de and serviceModelVersionId: 19ebdf40-c64a-481d-8a8f-8b59c9326af3
2023-04-03T04:41:17.354Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2bac4cbd-5db1-4650-9def-8fec2ad66681
2023-04-03T04:41:17.354Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0
2023-04-03T04:41:17.358Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T04:41:17.385Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||Invoke
2023-04-03T04:41:17.386Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[67140925-3a6f-407a-959c-109e177260de], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7d2f1d63-4f93-4fdc-8aa0-e8bb07f4fbc2], X-ECOMP-RequestID=[67140925-3a6f-407a-959c-109e177260de], X-TransactionId=[], X-ONAP-RequestID=[67140925-3a6f-407a-959c-109e177260de], Content-Type=[application/merge-patch+json]}
2023-04-03T04:41:17.393Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-03T04:41:17.573Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 04:41:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[176], vertex-id=[376920], x-aai-txid=[2-aai-resources-230403-04:41:17:403-21153], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T04:41:17.573Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T04:41:17.574Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||InvokeReturn
2023-04-03T04:41:17.574Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T04:41:17.574Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T04:41:17.585Z|67140925-3a6f-407a-959c-109e177260de|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-04-03T04:41:17.585Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67140925-3a6f-407a-959c-109e177260de and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-03T04:41:17.586Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-03T04:41:17.586Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:41:17.586Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:41:17.586Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496877585,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:41:17.601Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:41:17.602Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496877585,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-03T04:41:17.602Z||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-04-03T04:41:18.624Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T04:41:18.625Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"1ba6c437-f06e-4cf5-971b-291d0684a066","serviceName":"vFW 2023-04-03 04-26-19","serviceVersion":"1.0","serviceUUID":"1d95d522-2e0f-4343-9cc1-c8057874e1a7","serviceDescription":"catalog service description","serviceInvariantUUID":"8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38","resources":[{"resourceInstanceName":"vFW 8e02d361-5433 0","resourceName":"vFW 8e02d361-5433","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6acdd6c7-fab4-4f67-9353-504622dd5512","resourceInvariantUUID":"38e6e99e-de44-4a71-b00e-d6a14e39c0d0","resourceCustomizationUUID":"c8134348-724c-4ac8-8b4e-b4601205c1d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml","artifactChecksum":"MTlhZWVmMDU3OWZkMjU2Njk5YWMzZWI4YTk1YzgwZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6a0a1ac1-1076-4d05-be3a-49fee5f34737","artifactVersion":"1"},{"artifactName":"vfw8e02d36154330_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json","artifactChecksum":"NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"476a91f6-7739-4473-b109-ebba85512af9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml","artifactChecksum":"MDJmNmQ4NzA3YTZmNDA2MDA0ZDU4MTRiOGFlN2Q2Mjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b38e7060-1448-4d85-8cdf-3a929672567e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"966ecea8-9af0-46aa-8d5d-3895d9686ba8","artifactVersion":"2","generatedFromUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230403042619-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml","artifactChecksum":"MGZlMGI4Zjc5NjcxZjg2N2I1Y2I2NWUyNTVjYjIzNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1540bab5-1751-409a-b2de-7a325f5eb69d","artifactVersion":"1"},{"artifactName":"service-Vfw20230403042619-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar","artifactChecksum":"ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"284a7ed8-be7f-4a31-9f04-d5e7b63fe142","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T04:41:18.626Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:41:18.626Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:41:18.626Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:41:18.626Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496509082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:41:19.627Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:41:19.628Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:41:19.628Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:41:19.628Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496509082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:41:20.629Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:41:20.630Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:41:20.630Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:41:20.630Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496509082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:41:21.631Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:41:21.632Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:41:21.632Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:41:21.632Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496509082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:41:22.633Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:41:22.634Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:41:22.634Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:41:22.634Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496509082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:41:23.635Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:41:23.635Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:41:23.635Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:41:23.635Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496509082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:41:24.636Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:41:24.637Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:41:24.637Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:41:24.637Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496509082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:41:25.638Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "serviceName": "vFW 2023-04-03 04-26-19",
  "serviceVersion": "1.0",
  "serviceUUID": "1d95d522-2e0f-4343-9cc1-c8057874e1a7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38",
  "resources": [
    {
      "resourceInstanceName": "vFW 8e02d361-5433 0",
      "resourceCustomizationUUID": "c8134348-724c-4ac8-8b4e-b4601205c1d5",
      "resourceName": "vFW 8e02d361-5433",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6acdd6c7-fab4-4f67-9353-504622dd5512",
      "resourceInvariantUUID": "38e6e99e-de44-4a71-b00e-d6a14e39c0d0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8e02d36154330_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
          "artifactChecksum": "NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "476a91f6-7739-4473-b109-ebba85512af9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
            "generatedFromUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230403042619-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
      "artifactChecksum": "ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "284a7ed8-be7f-4a31-9f04-d5e7b63fe142"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T04:41:25.639Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T04:41:25.639Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC
2023-04-03T04:41:25.640Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:1ba6c437-f06e-4cf5-971b-291d0684a066
ServiceName:vFW 2023-04-03 04-26-19
ServiceVersion:1.0
ServiceUUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
ServiceInvariantUUID:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230403042619-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
ArtifactUUID:284a7ed8-be7f-4a31-9f04-d5e7b63fe142
ArtifactChecksum:ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8e02d361-5433 0
ResourceCustomizationUUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
ResourceInvariantUUID:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
ResourceName:vFW 8e02d361-5433
ResourceType:VF
ResourceUUID:6acdd6c7-fab4-4f67-9353-504622dd5512
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8e02d36154330_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json
ArtifactUUID:476a91f6-7739-4473-b109-ebba85512af9
ArtifactChecksum:NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI=
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml
ArtifactUUID:62b20843-bd6e-4ffa-9cf5-dfe2585e9862
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T04:41:25.640Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T04:41:25.694Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T04:41:25.695Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-03T04:41:25.695Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-03T04:41:25.695Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 from URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T04:41:25.696Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-03T04:41:25.696Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T04:41:26.041Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-04-03T04:41:26.044Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 101447
2023-04-03T04:41:26.045Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T04:41:26.045Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T04:41:26.045Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T04:41:26.045Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:41:26.045Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:41:26.045Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496886044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:41:27.046Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T04:41:27.047Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-03T04:41:27.047Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142, URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar to file: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:41:27.048Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230403042619-csar.csar
2023-04-03T04:41:27.049Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:41:27.049Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:41:27.175Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13646659555940771964/Definitions/service-Vfw20230403042619-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-04-03T04:41:28.948Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T04:41:28.949Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-03T04:41:28.949Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:41:28.949Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-03T04:41:28.949Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:41:28.949Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:41:28.949Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:41:28.949Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:41:28.949Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:41:28.949Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:41:28.949Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:41:28.949Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:41:28.949Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:41:28.949Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:41:28.949Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8e02d361-5433 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-Vfw20230403042619-csar.csar
2023-04-03T04:41:28.949Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-03T04:41:28.949Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:41:28.950Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:41:28.950Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T04:41:28.950Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-03T04:41:28.950Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T04:41:28.950Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:41:28.950Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:41:28.950Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T04:41:28.950Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-03T04:41:28.950Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T04:41:28.950Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:41:28.950Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:41:28.951Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:41:28.951Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T04:41:28.951Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T04:41:28.951Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T04:41:28.951Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T04:41:28.951Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T04:41:28.951Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T04:41:28.951Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T04:41:28.951Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T04:41:28.951Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T04:41:28.951Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T04:41:28.951Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T04:41:28.951Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T04:41:28.952Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T04:41:28.952Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T04:41:28.952Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T04:41:28.952Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T04:41:28.952Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T04:41:28.952Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:41:28.952Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T04:41:28.952Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:41:28.952Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T04:41:28.952Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T04:41:28.952Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:41:28.953Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T04:41:28.953Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T04:41:28.953Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:41:28.953Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T04:41:28.953Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T04:41:28.953Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:41:28.953Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T04:41:28.953Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T04:41:28.953Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-03T04:41:28.953Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T04:41:28.953Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T04:41:28.954Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T04:41:28.954Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T04:41:28.954Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T04:41:28.954Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T04:41:28.954Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T04:41:28.954Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T04:41:28.954Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T04:41:28.954Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5ffc881a-26c6-4204-a1d2-ba4d1a62f347
2023-04-03T04:41:28.955Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:41:28.955Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T04:41:28.955Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T04:41:28.955Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T04:41:28.955Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T04:41:28.955Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T04:41:28.955Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T04:41:28.955Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T04:41:28.955Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T04:41:28.955Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-03T04:41:28.955Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T04:41:28.955Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T04:41:28.956Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T04:41:28.956Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T04:41:28.956Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
2023-04-03T04:41:28.956Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:41:28.956Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T04:41:28.956Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T04:41:28.956Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T04:41:28.956Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T04:41:28.956Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T04:41:28.956Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T04:41:28.957Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T04:41:28.957Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T04:41:28.957Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T04:41:28.957Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T04:41:28.957Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T04:41:28.957Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T04:41:28.957Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-03T04:41:28.957Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=122e325f-2e27-4d48-9a3f-efbc72a34c71
2023-04-03T04:41:28.957Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:41:28.957Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:41:28.957Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:41:28.958Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:41:28.958Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:41:28.958Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:41:28.958Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:41:28.958Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:41:28.958Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-03 04-26-19
Description:catalog service description
Model UUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
Model Version:NULL
Model InvariantUuid:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8e02d361-5433
Model UUID:47d4862e-1a6e-4dae-9653-99928c24d602
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cde9fb02-b9a2-4c60-9c16-09798dbb426d
ModelName:Vfw8e02d3615433..base_vfw..module-0
ModelUuid:6455b1ae-49c2-4d62-8cfb-2a21c47b6279
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5ffc881a-26c6-4204-a1d2-ba4d1a62f347
ModelInvariantUuid:7e3cea96-7596-4528-9dfb-591d1405d3a3
ModelName:vFW 8e02d361-5433-nodes.vfwCvfc
ModelUuid:756475be-46b0-4af1-9b47-3051a8f60749
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:082e0945-8a5f-423d-8d6d-a828b35abcfb
ModelInvariantUuid:b465ff3b-5bff-4c01-8015-9a6983208da2
ModelName:Vfw8e02d3615433.compute.nodes.heat.vfw
ModelUuid:79b898ee-37ad-4e21-a0c4-244ae0393f4e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
ModelInvariantUuid:7ca98905-f86a-4518-bbb0-9bfbc9cb899c
ModelName:vFW 8e02d361-5433-nodes.vsnCvfc
ModelUuid:d550497c-377e-420a-b821-53296abc0905
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8d40a476-40b7-4511-b338-57d6275036c1
ModelInvariantUuid:d1f91f15-5937-45d6-aa49-dd806b16d46a
ModelName:Vfw8e02d3615433.compute.nodes.heat.vsn
ModelUuid:4983761a-7d0f-41cc-981e-225a831f6b16
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:122e325f-2e27-4d48-9a3f-efbc72a34c71
ModelInvariantUuid:506f7d29-0459-42b4-a53f-aaea27378297
ModelName:vFW 8e02d361-5433-nodes.vpgCvfc
ModelUuid:78065023-194b-4fca-99d6-23e702ead165
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:97f360b6-9db5-41fa-ac2b-da7a01872868
ModelInvariantUuid:427fbd83-51f4-4c81-ba9e-90d3b0aa9915
ModelName:Vfw8e02d3615433.compute.nodes.heat.vpg
ModelUuid:d5bc98b6-ccee-4a42-aeac-9b5dd51b7f56
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-04-03T04:41:29.011Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||ERROR|500||Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists
2023-04-03T04:41:29.012Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T04:41:29.012Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists)
2023-04-03T04:41:29.012Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T04:41:29.013Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:41:29.013Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:41:29.013Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496889012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:41:30.015Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T04:41:30.015Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists)
2023-04-03T04:41:30.015Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T04:41:30.015Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:41:30.016Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:41:30.016Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496890014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:41:31.017Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:41:31.043Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:41:31.047Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T04:41:31.048Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T04:41:31.048Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T04:41:31.048Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T04:41:31.048Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T04:41:31.048Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T04:41:31.048Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T04:41:31.048Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T04:41:31.048Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T04:41:31.060Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T04:42:01.060Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T04:42:01.075Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and serviceModelVersionId: 1d95d522-2e0f-4343-9cc1-c8057874e1a7
2023-04-03T04:42:01.076Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
2023-04-03T04:42:01.076Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0
2023-04-03T04:42:01.086Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T04:42:01.144Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T04:42:01.145Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||Invoke
2023-04-03T04:42:01.153Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T04:42:01.305Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||InvokeReturn
2023-04-03T04:42:01.306Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 04:42:01 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[147], vertex-id=[241720], x-aai-txid=[1-aai-resources-230403-04:42:01:161-36473], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T04:42:01.306Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T04:42:01.306Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T04:42:01.306Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T04:42:01.318Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-04-03T04:42:01.318Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ba6c437-f06e-4cf5-971b-291d0684a066 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T04:42:01.318Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T04:42:01.319Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:42:01.319Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:42:01.319Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496921318,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T04:42:02.350Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T04:42:02.350Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-03T04:42:02.351Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:42:02.351Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:42:02.351Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:42:02.351Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T04:42:02.355Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-f0be3f81-8a62-4f84-8a38-4c5ab76dcb0a
2023-04-03T04:42:02.355Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:42:02.356Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:42:02.356Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T04:42:02.729Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:42:05.745Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:42:07.782Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:42:07.796Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T04:42:07.797Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T04:42:07.801Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T04:42:07.801Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully joined group with generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-f0be3f81-8a62-4f84-8a38-4c5ab76dcb0a', protocol='range'}
2023-04-03T04:42:07.805Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 8: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-f0be3f81-8a62-4f84-8a38-4c5ab76dcb0a=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-04-03T04:42:07.819Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully synced group in generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-f0be3f81-8a62-4f84-8a38-4c5ab76dcb0a', protocol='range'}
2023-04-03T04:42:07.819Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=8, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T04:42:07.820Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:42:07.820Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T04:42:07.820Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T04:42:07.820Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:42:07.823Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T04:42:07.823Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T04:42:07.823Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T04:42:07.823Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=169, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T04:42:07.823Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T04:42:07.823Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T04:42:07.823Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T04:42:07.824Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T04:42:07.824Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T04:42:07.824Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T04:42:07.824Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T04:42:07.824Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T04:42:07.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T04:42:07.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"67140925-3a6f-407a-959c-109e177260de","serviceName":"basic_onboard_FLWUdk","serviceVersion":"1.0","serviceUUID":"19ebdf40-c64a-481d-8a8f-8b59c9326af3","serviceDescription":"service","serviceInvariantUUID":"2bac4cbd-5db1-4650-9def-8fec2ad66681","resources":[{"resourceInstanceName":"basic_onboard_FLWUdk 0","resourceName":"basic_onboard_FLWUdk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dac3165c-a204-413f-adbe-704623ed23b4","resourceInvariantUUID":"d53cee2e-031e-415a-8fae-95f51faf2e70","resourceCustomizationUUID":"4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml","artifactChecksum":"NGM5YzhiYzRjZjc0ZjU3MmRkMjA5ZTUyYTAwMjQwNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd788691-5050-4702-936e-5323ddbfa177","artifactVersion":"1"},{"artifactName":"basic_onboard_flwudk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json","artifactChecksum":"ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d45e3439-bba4-4631-9b18-813915a57166","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f47d27f-dfde-477b-a49d-8653be82ad1c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ea2f5259-0af6-448f-9bc0-3a618a91f457","artifactVersion":"2","generatedFromUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFlwudk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml","artifactChecksum":"MDk4ODRiZjQ2ZjgxMzhiYjYyYjdkMDAzZGYyNTc2MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"589963b3-da11-4d3e-b9e4-5adee2b92999","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFlwudk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar","artifactChecksum":"ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f8f74d7f-c5f7-425e-a01c-0a969b83b0dc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T04:42:07.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:42:07.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:42:07.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:42:07.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496922350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:42:08.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:42:08.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:42:08.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:42:08.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496922350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:42:08.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:42:08.839Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496509082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:42:08.840Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:42:08.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:42:08.840Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496509082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T04:42:08.840Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:42:08.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:42:08.843Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496509082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-03T04:42:08.843Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:42:08.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:42:08.843Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496509082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:42:08.844Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:42:08.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:42:08.844Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496509082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-03T04:42:08.844Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:42:08.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:42:08.844Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496509082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:42:08.844Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:42:08.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:42:08.845Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496509082,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T04:42:08.845Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:42:08.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:42:08.845Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496886044,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T04:42:08.845Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:42:08.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:42:08.845Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496889012,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
}
2023-04-03T04:42:08.845Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:42:08.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:42:08.846Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496890014,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
}
2023-04-03T04:42:08.846Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:42:08.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:42:08.846Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496921318,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T04:42:08.846Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:42:08.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:42:08.846Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496922350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:42:08.846Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:42:09.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:42:09.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:42:09.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:42:09.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496922350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:42:10.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:42:10.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:42:10.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:42:10.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496922350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:42:11.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:42:11.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:42:11.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:42:11.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496922350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:42:12.841Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:42:12.841Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:42:12.842Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:42:12.842Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496922350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:42:13.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:42:13.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:42:13.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:42:13.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496922350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:42:14.845Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "serviceName": "basic_onboard_FLWUdk",
  "serviceVersion": "1.0",
  "serviceUUID": "19ebdf40-c64a-481d-8a8f-8b59c9326af3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2bac4cbd-5db1-4650-9def-8fec2ad66681",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_FLWUdk 0",
      "resourceCustomizationUUID": "4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf",
      "resourceName": "basic_onboard_FLWUdk",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dac3165c-a204-413f-adbe-704623ed23b4",
      "resourceInvariantUUID": "d53cee2e-031e-415a-8fae-95f51faf2e70",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_flwudk0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
          "artifactChecksum": "ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d45e3439-bba4-4631-9b18-813915a57166",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
            "generatedFromUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardFlwudk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
      "artifactChecksum": "ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f8f74d7f-c5f7-425e-a01c-0a969b83b0dc"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T04:42:14.845Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T04:42:14.845Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC
2023-04-03T04:42:14.846Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:67140925-3a6f-407a-959c-109e177260de
ServiceName:basic_onboard_FLWUdk
ServiceVersion:1.0
ServiceUUID:19ebdf40-c64a-481d-8a8f-8b59c9326af3
ServiceInvariantUUID:2bac4cbd-5db1-4650-9def-8fec2ad66681
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFlwudk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
ArtifactUUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc
ArtifactChecksum:ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_FLWUdk 0
ResourceCustomizationUUID:4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf
ResourceInvariantUUID:d53cee2e-031e-415a-8fae-95f51faf2e70
ResourceName:basic_onboard_FLWUdk
ResourceType:VF
ResourceUUID:dac3165c-a204-413f-adbe-704623ed23b4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_flwudk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
ArtifactUUID:d45e3439-bba4-4631-9b18-813915a57166
ArtifactChecksum:ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ=
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:01129bd9-4e3f-4f2f-92c1-083f0cfccae5
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T04:42:14.846Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T04:42:14.899Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T04:42:14.899Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-03T04:42:14.899Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-03T04:42:14.900Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f8f74d7f-c5f7-425e-a01c-0a969b83b0dc from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T04:42:14.900Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-03T04:42:14.900Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T04:42:14.926Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-04-03T04:42:14.926Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3efcf1f9
2023-04-03T04:42:14.926Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T04:42:14.926Z|67140925-3a6f-407a-959c-109e177260de|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": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T04:42:14.926Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardFlwudk-csar.csar /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar f8f74d7f-c5f7-425e-a01c-0a969b83b0dc Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T04:42:14.927Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar ASDC sendASDCNotification
2023-04-03T04:42:14.927Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(Specified artifact is  not found)
2023-04-03T04:42:14.927Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T04:42:14.927Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:42:14.927Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:42:14.927Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496934926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:42:15.928Z|67140925-3a6f-407a-959c-109e177260de|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-BasicOnboardFlwudk-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(UUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-04-03T04:42:15.949Z|67140925-3a6f-407a-959c-109e177260de|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-04-03T04:42:15.949Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T04:42:15.954Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||basic_onboard_FLWUdk 0
2023-04-03T04:42:15.954Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
2023-04-03T04:42:15.954Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d45e3439-bba4-4631-9b18-813915a57166 from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T04:42:15.954Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-03T04:42:15.954Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T04:42:15.973Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-04-03T04:42:15.974Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@258ab105
2023-04-03T04:42:15.974Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T04:42:15.974Z|67140925-3a6f-407a-959c-109e177260de|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": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T04:42:15.974Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_flwudk0_modules.json /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json d45e3439-bba4-4631-9b18-813915a57166 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T04:42:15.974Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json ASDC sendASDCNotification
2023-04-03T04:42:15.975Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(Specified artifact is  not found)
2023-04-03T04:42:15.975Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T04:42:15.975Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:42:15.975Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:42:15.975Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496935974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:42:16.976Z|67140925-3a6f-407a-959c-109e177260de|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_flwudk0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(UUID:d45e3439-bba4-4631-9b18-813915a57166)
Error message 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-04-03T04:42:16.977Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:42:17.001Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:42:17.006Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:42:17.007Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:42:47.007Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:42:47.028Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:42:47.032Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:42:47.032Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:43:07.773Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:43:07.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:43:07.776Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496922350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T04:43:07.777Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:43:17.032Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:43:17.043Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:43:17.046Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:43:17.046Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:43:47.046Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:43:47.071Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:43:47.076Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:43:47.076Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:44:07.773Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:44:07.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:44:07.775Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496922350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-03T04:44:07.776Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:44:07.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:44:07.776Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496922350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:44:07.776Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:44:07.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:44:07.776Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496922350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-03T04:44:07.777Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:44:07.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:44:07.777Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496922350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:44:07.777Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:44:07.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:44:07.777Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496922350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T04:44:07.777Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:44:07.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:44:07.777Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496934926,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T04:44:07.777Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:44:07.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:44:07.777Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496935974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T04:44:07.778Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:44:17.076Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:44:17.107Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:44:17.112Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:44:17.112Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:44:47.113Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:44:47.144Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:44:47.150Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:44:47.150Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:45:07.773Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:45:17.151Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:45:17.175Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:45:17.181Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:45:17.181Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:45:47.181Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:45:47.204Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:45:47.211Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:45:47.211Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:46:07.775Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:46:17.211Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:46:17.241Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:46:17.247Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:46:17.247Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:46:47.248Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:46:47.279Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:46:47.285Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:46:47.285Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:47:07.776Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:47:07.898Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:47:07.898Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Member SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-f0be3f81-8a62-4f84-8a38-4c5ab76dcb0a 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-04-03T04:47:07.899Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-03T04:47:07.899Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-03T04:47:08.358Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:47:08.372Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T04:47:08.373Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T04:47:08.378Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T04:47:08.379Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 9: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-03T04:47:08.398Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=9, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T04:47:08.399Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T04:47:08.399Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T04:47:08.404Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T04:47:08.404Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T04:47:08.404Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T04:47:08.406Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=189, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T04:47:08.406Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T04:47:08.406Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T04:47:17.285Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-03T04:47:17.286Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67140925-3a6f-407a-959c-109e177260de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T04:47:17.297Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67140925-3a6f-407a-959c-109e177260de and serviceModelVersionId: 19ebdf40-c64a-481d-8a8f-8b59c9326af3
2023-04-03T04:47:17.297Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2bac4cbd-5db1-4650-9def-8fec2ad66681
2023-04-03T04:47:17.298Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0
2023-04-03T04:47:17.305Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T04:47:17.339Z|67140925-3a6f-407a-959c-109e177260de|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/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T04:47:17.341Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||Invoke
2023-04-03T04:47:17.350Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-03T04:47:17.511Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||InvokeReturn
2023-04-03T04:47:17.512Z|67140925-3a6f-407a-959c-109e177260de|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/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 04:47:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[157], vertex-id=[376920], x-aai-txid=[2-aai-resources-230403-04:47:17:358-72374], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T04:47:17.512Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T04:47:17.512Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T04:47:17.512Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T04:47:17.524Z|67140925-3a6f-407a-959c-109e177260de|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-04-03T04:47:17.524Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67140925-3a6f-407a-959c-109e177260de and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-03T04:47:17.524Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-03T04:47:17.525Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:47:17.525Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:47:17.525Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497237524,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:47:17.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:47:17.546Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497237524,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-03T04:47:17.547Z||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-04-03T04:47:18.564Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T04:47:18.564Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"1ba6c437-f06e-4cf5-971b-291d0684a066","serviceName":"vFW 2023-04-03 04-26-19","serviceVersion":"1.0","serviceUUID":"1d95d522-2e0f-4343-9cc1-c8057874e1a7","serviceDescription":"catalog service description","serviceInvariantUUID":"8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38","resources":[{"resourceInstanceName":"vFW 8e02d361-5433 0","resourceName":"vFW 8e02d361-5433","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6acdd6c7-fab4-4f67-9353-504622dd5512","resourceInvariantUUID":"38e6e99e-de44-4a71-b00e-d6a14e39c0d0","resourceCustomizationUUID":"c8134348-724c-4ac8-8b4e-b4601205c1d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml","artifactChecksum":"MTlhZWVmMDU3OWZkMjU2Njk5YWMzZWI4YTk1YzgwZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6a0a1ac1-1076-4d05-be3a-49fee5f34737","artifactVersion":"1"},{"artifactName":"vfw8e02d36154330_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json","artifactChecksum":"NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"476a91f6-7739-4473-b109-ebba85512af9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml","artifactChecksum":"MDJmNmQ4NzA3YTZmNDA2MDA0ZDU4MTRiOGFlN2Q2Mjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b38e7060-1448-4d85-8cdf-3a929672567e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"966ecea8-9af0-46aa-8d5d-3895d9686ba8","artifactVersion":"2","generatedFromUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230403042619-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml","artifactChecksum":"MGZlMGI4Zjc5NjcxZjg2N2I1Y2I2NWUyNTVjYjIzNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1540bab5-1751-409a-b2de-7a325f5eb69d","artifactVersion":"1"},{"artifactName":"service-Vfw20230403042619-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar","artifactChecksum":"ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"284a7ed8-be7f-4a31-9f04-d5e7b63fe142","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T04:47:18.565Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:47:18.566Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:47:18.566Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:47:18.566Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496922350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:47:19.567Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:47:19.568Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:47:19.568Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:47:19.568Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496922350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:47:20.569Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:47:20.570Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:47:20.570Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:47:20.570Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496922350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:47:21.571Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:47:21.572Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:47:21.572Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:47:21.572Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496922350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:47:22.573Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:47:22.573Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:47:22.573Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:47:22.574Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496922350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:47:23.575Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:47:23.575Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:47:23.576Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:47:23.576Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496922350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:47:24.577Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:47:24.577Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:47:24.577Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:47:24.577Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496922350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:47:25.579Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "serviceName": "vFW 2023-04-03 04-26-19",
  "serviceVersion": "1.0",
  "serviceUUID": "1d95d522-2e0f-4343-9cc1-c8057874e1a7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38",
  "resources": [
    {
      "resourceInstanceName": "vFW 8e02d361-5433 0",
      "resourceCustomizationUUID": "c8134348-724c-4ac8-8b4e-b4601205c1d5",
      "resourceName": "vFW 8e02d361-5433",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6acdd6c7-fab4-4f67-9353-504622dd5512",
      "resourceInvariantUUID": "38e6e99e-de44-4a71-b00e-d6a14e39c0d0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8e02d36154330_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
          "artifactChecksum": "NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "476a91f6-7739-4473-b109-ebba85512af9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
            "generatedFromUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230403042619-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
      "artifactChecksum": "ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "284a7ed8-be7f-4a31-9f04-d5e7b63fe142"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T04:47:25.579Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T04:47:25.580Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC
2023-04-03T04:47:25.580Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:1ba6c437-f06e-4cf5-971b-291d0684a066
ServiceName:vFW 2023-04-03 04-26-19
ServiceVersion:1.0
ServiceUUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
ServiceInvariantUUID:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230403042619-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
ArtifactUUID:284a7ed8-be7f-4a31-9f04-d5e7b63fe142
ArtifactChecksum:ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8e02d361-5433 0
ResourceCustomizationUUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
ResourceInvariantUUID:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
ResourceName:vFW 8e02d361-5433
ResourceType:VF
ResourceUUID:6acdd6c7-fab4-4f67-9353-504622dd5512
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8e02d36154330_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json
ArtifactUUID:476a91f6-7739-4473-b109-ebba85512af9
ArtifactChecksum:NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI=
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml
ArtifactUUID:62b20843-bd6e-4ffa-9cf5-dfe2585e9862
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T04:47:25.581Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T04:47:25.640Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T04:47:25.640Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-03T04:47:25.640Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-03T04:47:25.640Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 from URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T04:47:25.640Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-03T04:47:25.641Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T04:47:25.972Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-04-03T04:47:25.976Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 101447
2023-04-03T04:47:25.976Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T04:47:25.977Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T04:47:25.977Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T04:47:25.977Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:47:25.977Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:47:25.977Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497245976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:47:26.978Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T04:47:26.978Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-03T04:47:26.979Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142, URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar to file: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:47:26.979Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230403042619-csar.csar
2023-04-03T04:47:26.980Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:47:26.980Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:47:27.099Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14779328107803995391/Definitions/service-Vfw20230403042619-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-03T04:47:28.701Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T04:47:28.702Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-03T04:47:28.702Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:47:28.702Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-03T04:47:28.702Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:47:28.702Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:47:28.702Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:47:28.702Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:47:28.702Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:47:28.702Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:47:28.702Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:47:28.702Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:47:28.702Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:47:28.702Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:47:28.702Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8e02d361-5433 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-Vfw20230403042619-csar.csar
2023-04-03T04:47:28.702Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-03T04:47:28.703Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:47:28.703Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:47:28.703Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T04:47:28.703Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-03T04:47:28.703Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T04:47:28.703Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:47:28.703Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:47:28.703Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T04:47:28.703Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-03T04:47:28.703Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T04:47:28.704Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:47:28.704Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:47:28.704Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:47:28.704Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T04:47:28.704Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T04:47:28.704Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T04:47:28.704Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T04:47:28.704Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T04:47:28.704Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T04:47:28.704Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T04:47:28.704Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T04:47:28.704Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T04:47:28.704Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T04:47:28.704Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T04:47:28.705Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T04:47:28.705Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T04:47:28.705Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T04:47:28.705Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T04:47:28.705Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T04:47:28.705Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T04:47:28.705Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:47:28.705Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T04:47:28.705Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:47:28.705Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T04:47:28.705Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T04:47:28.705Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:47:28.705Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T04:47:28.705Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T04:47:28.705Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:47:28.706Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T04:47:28.706Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T04:47:28.706Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:47:28.706Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T04:47:28.706Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T04:47:28.706Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-03T04:47:28.706Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T04:47:28.706Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T04:47:28.706Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T04:47:28.706Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T04:47:28.706Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T04:47:28.706Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T04:47:28.706Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T04:47:28.706Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T04:47:28.706Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T04:47:28.707Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5ffc881a-26c6-4204-a1d2-ba4d1a62f347
2023-04-03T04:47:28.707Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:47:28.707Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T04:47:28.707Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T04:47:28.707Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T04:47:28.707Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T04:47:28.707Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T04:47:28.707Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T04:47:28.707Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T04:47:28.707Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T04:47:28.707Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-03T04:47:28.707Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T04:47:28.707Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T04:47:28.707Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T04:47:28.707Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T04:47:28.708Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
2023-04-03T04:47:28.708Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:47:28.708Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T04:47:28.708Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T04:47:28.708Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T04:47:28.708Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T04:47:28.708Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T04:47:28.708Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T04:47:28.708Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T04:47:28.708Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T04:47:28.708Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T04:47:28.708Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T04:47:28.708Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T04:47:28.708Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T04:47:28.708Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-03T04:47:28.708Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=122e325f-2e27-4d48-9a3f-efbc72a34c71
2023-04-03T04:47:28.709Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:47:28.709Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:47:28.709Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:47:28.709Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:47:28.709Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:47:28.709Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:47:28.709Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:47:28.709Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:47:28.709Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-03 04-26-19
Description:catalog service description
Model UUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
Model Version:NULL
Model InvariantUuid:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8e02d361-5433
Model UUID:47d4862e-1a6e-4dae-9653-99928c24d602
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cde9fb02-b9a2-4c60-9c16-09798dbb426d
ModelName:Vfw8e02d3615433..base_vfw..module-0
ModelUuid:6455b1ae-49c2-4d62-8cfb-2a21c47b6279
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5ffc881a-26c6-4204-a1d2-ba4d1a62f347
ModelInvariantUuid:7e3cea96-7596-4528-9dfb-591d1405d3a3
ModelName:vFW 8e02d361-5433-nodes.vfwCvfc
ModelUuid:756475be-46b0-4af1-9b47-3051a8f60749
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:082e0945-8a5f-423d-8d6d-a828b35abcfb
ModelInvariantUuid:b465ff3b-5bff-4c01-8015-9a6983208da2
ModelName:Vfw8e02d3615433.compute.nodes.heat.vfw
ModelUuid:79b898ee-37ad-4e21-a0c4-244ae0393f4e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
ModelInvariantUuid:7ca98905-f86a-4518-bbb0-9bfbc9cb899c
ModelName:vFW 8e02d361-5433-nodes.vsnCvfc
ModelUuid:d550497c-377e-420a-b821-53296abc0905
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8d40a476-40b7-4511-b338-57d6275036c1
ModelInvariantUuid:d1f91f15-5937-45d6-aa49-dd806b16d46a
ModelName:Vfw8e02d3615433.compute.nodes.heat.vsn
ModelUuid:4983761a-7d0f-41cc-981e-225a831f6b16
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:122e325f-2e27-4d48-9a3f-efbc72a34c71
ModelInvariantUuid:506f7d29-0459-42b4-a53f-aaea27378297
ModelName:vFW 8e02d361-5433-nodes.vpgCvfc
ModelUuid:78065023-194b-4fca-99d6-23e702ead165
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:97f360b6-9db5-41fa-ac2b-da7a01872868
ModelInvariantUuid:427fbd83-51f4-4c81-ba9e-90d3b0aa9915
ModelName:Vfw8e02d3615433.compute.nodes.heat.vpg
ModelUuid:d5bc98b6-ccee-4a42-aeac-9b5dd51b7f56
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-04-03T04:47:28.751Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||ERROR|500||Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists
2023-04-03T04:47:28.752Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T04:47:28.752Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists)
2023-04-03T04:47:28.752Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T04:47:28.752Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:47:28.752Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:47:28.752Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497248752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:47:29.753Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T04:47:29.754Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists)
2023-04-03T04:47:29.754Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T04:47:29.754Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:47:29.754Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:47:29.754Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497249753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:47:30.755Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:47:30.782Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:47:30.788Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T04:47:30.789Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T04:47:30.789Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T04:47:30.789Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T04:47:30.789Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T04:47:30.789Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T04:47:30.789Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T04:47:30.789Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T04:47:30.789Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T04:47:30.806Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T04:48:00.807Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T04:48:00.819Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and serviceModelVersionId: 1d95d522-2e0f-4343-9cc1-c8057874e1a7
2023-04-03T04:48:00.820Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
2023-04-03T04:48:00.821Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0
2023-04-03T04:48:00.828Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T04:48:00.863Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T04:48:00.864Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||Invoke
2023-04-03T04:48:00.873Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T04:48:01.183Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||InvokeReturn
2023-04-03T04:48:01.183Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 04:48:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[303], vertex-id=[241720], x-aai-txid=[2-aai-resources-230403-04:48:00:885-43610], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T04:48:01.183Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T04:48:01.183Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T04:48:01.183Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T04:48:01.192Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-04-03T04:48:01.192Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ba6c437-f06e-4cf5-971b-291d0684a066 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T04:48:01.193Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T04:48:01.193Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:48:01.193Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:48:01.193Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497281192,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T04:48:02.227Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T04:48:02.228Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-03T04:48:02.229Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:48:02.229Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:48:02.230Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:48:02.230Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T04:48:02.232Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-0d3f2e6e-a94c-417e-9840-473481d475d4
2023-04-03T04:48:02.233Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:48:02.233Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:48:02.233Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T04:48:02.637Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:48:05.646Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:48:07.773Z||pool-2-thread-1|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:48:07.789Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T04:48:07.790Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T04:48:07.794Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T04:48:07.794Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully joined group with generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-0d3f2e6e-a94c-417e-9840-473481d475d4', protocol='range'}
2023-04-03T04:48:07.800Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 10: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-0d3f2e6e-a94c-417e-9840-473481d475d4=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-04-03T04:48:07.816Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T04:48:07.816Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T04:48:07.817Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T04:48:07.817Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully synced group in generation Generation{generationId=10, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-0d3f2e6e-a94c-417e-9840-473481d475d4', protocol='range'}
2023-04-03T04:48:07.817Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:48:07.817Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:48:07.820Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T04:48:07.821Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T04:48:07.821Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T04:48:07.821Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=190, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T04:48:07.821Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T04:48:07.821Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T04:48:07.821Z||pool-2-thread-1|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T04:48:07.822Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T04:48:07.822Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T04:48:07.822Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T04:48:07.822Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T04:48:07.822Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T04:48:07.829Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T04:48:07.830Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"67140925-3a6f-407a-959c-109e177260de","serviceName":"basic_onboard_FLWUdk","serviceVersion":"1.0","serviceUUID":"19ebdf40-c64a-481d-8a8f-8b59c9326af3","serviceDescription":"service","serviceInvariantUUID":"2bac4cbd-5db1-4650-9def-8fec2ad66681","resources":[{"resourceInstanceName":"basic_onboard_FLWUdk 0","resourceName":"basic_onboard_FLWUdk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dac3165c-a204-413f-adbe-704623ed23b4","resourceInvariantUUID":"d53cee2e-031e-415a-8fae-95f51faf2e70","resourceCustomizationUUID":"4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml","artifactChecksum":"NGM5YzhiYzRjZjc0ZjU3MmRkMjA5ZTUyYTAwMjQwNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd788691-5050-4702-936e-5323ddbfa177","artifactVersion":"1"},{"artifactName":"basic_onboard_flwudk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json","artifactChecksum":"ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d45e3439-bba4-4631-9b18-813915a57166","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f47d27f-dfde-477b-a49d-8653be82ad1c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ea2f5259-0af6-448f-9bc0-3a618a91f457","artifactVersion":"2","generatedFromUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFlwudk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml","artifactChecksum":"MDk4ODRiZjQ2ZjgxMzhiYjYyYjdkMDAzZGYyNTc2MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"589963b3-da11-4d3e-b9e4-5adee2b92999","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFlwudk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar","artifactChecksum":"ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f8f74d7f-c5f7-425e-a01c-0a969b83b0dc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T04:48:07.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:48:07.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:48:07.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:48:07.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497282227,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:48:08.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:48:08.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:48:08.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:48:08.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497282227,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:48:08.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:48:08.837Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496922350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:48:08.837Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:48:08.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:48:08.838Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496922350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T04:48:08.838Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:48:08.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:48:08.838Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496922350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-03T04:48:08.838Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:48:08.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:48:08.838Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496922350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:48:08.838Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:48:08.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:48:08.838Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496922350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-03T04:48:08.839Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:48:08.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:48:08.839Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496922350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:48:08.839Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:48:08.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:48:08.839Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680496922350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T04:48:08.839Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:48:08.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:48:08.839Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497245976,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T04:48:08.839Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:48:08.839Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:48:08.840Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497248752,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
}
2023-04-03T04:48:08.840Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:48:08.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:48:08.840Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497249753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
}
2023-04-03T04:48:08.840Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:48:08.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:48:08.840Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497281192,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T04:48:08.840Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:48:08.840Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2023-04-03T04:48:08.840Z||pool-2-thread-1|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497282227,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:48:08.840Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:48:09.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:48:09.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:48:09.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:48:09.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497282227,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:48:10.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:48:10.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:48:10.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:48:10.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497282227,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:48:11.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:48:11.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:48:11.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:48:11.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497282227,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:48:12.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:48:12.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:48:12.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:48:12.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497282227,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:48:13.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:48:13.841Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:48:13.841Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:48:13.841Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497282227,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:48:14.842Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "serviceName": "basic_onboard_FLWUdk",
  "serviceVersion": "1.0",
  "serviceUUID": "19ebdf40-c64a-481d-8a8f-8b59c9326af3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2bac4cbd-5db1-4650-9def-8fec2ad66681",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_FLWUdk 0",
      "resourceCustomizationUUID": "4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf",
      "resourceName": "basic_onboard_FLWUdk",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dac3165c-a204-413f-adbe-704623ed23b4",
      "resourceInvariantUUID": "d53cee2e-031e-415a-8fae-95f51faf2e70",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_flwudk0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
          "artifactChecksum": "ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d45e3439-bba4-4631-9b18-813915a57166",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
            "generatedFromUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardFlwudk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
      "artifactChecksum": "ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f8f74d7f-c5f7-425e-a01c-0a969b83b0dc"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T04:48:14.842Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T04:48:14.842Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC
2023-04-03T04:48:14.843Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:67140925-3a6f-407a-959c-109e177260de
ServiceName:basic_onboard_FLWUdk
ServiceVersion:1.0
ServiceUUID:19ebdf40-c64a-481d-8a8f-8b59c9326af3
ServiceInvariantUUID:2bac4cbd-5db1-4650-9def-8fec2ad66681
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFlwudk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
ArtifactUUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc
ArtifactChecksum:ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_FLWUdk 0
ResourceCustomizationUUID:4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf
ResourceInvariantUUID:d53cee2e-031e-415a-8fae-95f51faf2e70
ResourceName:basic_onboard_FLWUdk
ResourceType:VF
ResourceUUID:dac3165c-a204-413f-adbe-704623ed23b4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_flwudk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
ArtifactUUID:d45e3439-bba4-4631-9b18-813915a57166
ArtifactChecksum:ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ=
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:01129bd9-4e3f-4f2f-92c1-083f0cfccae5
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T04:48:14.843Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T04:48:14.894Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T04:48:14.895Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-03T04:48:14.895Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-03T04:48:14.895Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f8f74d7f-c5f7-425e-a01c-0a969b83b0dc from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T04:48:14.895Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-03T04:48:14.895Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T04:48:14.922Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-04-03T04:48:14.922Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7aa59cbf
2023-04-03T04:48:14.922Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T04:48:14.923Z|67140925-3a6f-407a-959c-109e177260de|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": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T04:48:14.923Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardFlwudk-csar.csar /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar f8f74d7f-c5f7-425e-a01c-0a969b83b0dc Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T04:48:14.923Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar ASDC sendASDCNotification
2023-04-03T04:48:14.923Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(Specified artifact is  not found)
2023-04-03T04:48:14.923Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T04:48:14.923Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:48:14.923Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:48:14.923Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497294923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:48:15.924Z|67140925-3a6f-407a-959c-109e177260de|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-BasicOnboardFlwudk-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(UUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-04-03T04:48:15.950Z|67140925-3a6f-407a-959c-109e177260de|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-04-03T04:48:15.950Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T04:48:15.955Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||basic_onboard_FLWUdk 0
2023-04-03T04:48:15.955Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
2023-04-03T04:48:15.955Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d45e3439-bba4-4631-9b18-813915a57166 from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T04:48:15.955Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-03T04:48:15.956Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T04:48:15.973Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-04-03T04:48:15.973Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3947992e
2023-04-03T04:48:15.973Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T04:48:15.973Z|67140925-3a6f-407a-959c-109e177260de|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": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T04:48:15.974Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_flwudk0_modules.json /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json d45e3439-bba4-4631-9b18-813915a57166 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T04:48:15.974Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json ASDC sendASDCNotification
2023-04-03T04:48:15.974Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(Specified artifact is  not found)
2023-04-03T04:48:15.974Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T04:48:15.974Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:48:15.974Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:48:15.974Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497295974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:48:16.977Z|67140925-3a6f-407a-959c-109e177260de|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_flwudk0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(UUID:d45e3439-bba4-4631-9b18-813915a57166)
Error message 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-04-03T04:48:16.977Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:48:17.009Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:48:17.015Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:48:17.016Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:48:47.016Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:48:47.047Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:48:47.053Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:48:47.053Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:49:07.773Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:49:07.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:49:07.775Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497282227,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T04:49:07.776Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:49:17.054Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:49:17.082Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:49:17.086Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:49:17.087Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:49:47.087Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:49:47.109Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:49:47.114Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:49:47.114Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:50:07.773Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:50:07.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:50:07.776Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497282227,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-03T04:50:07.776Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:50:07.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:50:07.777Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497282227,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:50:07.778Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:50:07.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:50:07.778Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497282227,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-03T04:50:07.778Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:50:07.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:50:07.779Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497282227,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:50:07.779Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:50:07.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:50:07.780Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497282227,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T04:50:07.780Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:50:07.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:50:07.781Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497294923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T04:50:07.781Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:50:07.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T04:50:07.781Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497295974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T04:50:07.781Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:50:17.115Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:50:17.143Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:50:17.161Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:50:17.161Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:50:47.162Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:50:47.191Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:50:47.195Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:50:47.195Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:51:07.773Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:51:17.195Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:51:17.220Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:51:17.225Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:51:17.225Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:51:47.225Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:51:47.256Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:51:47.262Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:51:47.262Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:52:07.774Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:52:17.263Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:52:17.295Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:52:17.301Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:52:17.301Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:52:47.302Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:52:47.326Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:52:47.331Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:52:47.332Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:53:07.775Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:53:07.909Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:53:07.910Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Member SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-0d3f2e6e-a94c-417e-9840-473481d475d4 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-04-03T04:53:07.910Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-03T04:53:07.910Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-03T04:53:08.368Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:53:08.384Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T04:53:08.384Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T04:53:08.389Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T04:53:08.390Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 11: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-03T04:53:08.406Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=11, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T04:53:08.407Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T04:53:08.407Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T04:53:08.411Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T04:53:08.411Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T04:53:08.411Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T04:53:08.411Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=210, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T04:53:08.412Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T04:53:08.412Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T04:53:17.332Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-03T04:53:17.332Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67140925-3a6f-407a-959c-109e177260de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T04:53:17.345Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67140925-3a6f-407a-959c-109e177260de and serviceModelVersionId: 19ebdf40-c64a-481d-8a8f-8b59c9326af3
2023-04-03T04:53:17.346Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2bac4cbd-5db1-4650-9def-8fec2ad66681
2023-04-03T04:53:17.346Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0
2023-04-03T04:53:17.355Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T04:53:17.381Z|67140925-3a6f-407a-959c-109e177260de|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/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T04:53:17.382Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||Invoke
2023-04-03T04:53:17.390Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-03T04:53:17.550Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||InvokeReturn
2023-04-03T04:53:17.551Z|67140925-3a6f-407a-959c-109e177260de|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/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 04:53:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[156], vertex-id=[376920], x-aai-txid=[2-aai-resources-230403-04:53:17:400-83105], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T04:53:17.551Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T04:53:17.551Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T04:53:17.551Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T04:53:17.560Z|67140925-3a6f-407a-959c-109e177260de|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-04-03T04:53:17.561Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67140925-3a6f-407a-959c-109e177260de and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-03T04:53:17.561Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-03T04:53:17.561Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:53:17.561Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:53:17.562Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497597561,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:53:17.576Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T04:53:17.576Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497597561,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-03T04:53:17.576Z||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-04-03T04:53:18.595Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T04:53:18.595Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"1ba6c437-f06e-4cf5-971b-291d0684a066","serviceName":"vFW 2023-04-03 04-26-19","serviceVersion":"1.0","serviceUUID":"1d95d522-2e0f-4343-9cc1-c8057874e1a7","serviceDescription":"catalog service description","serviceInvariantUUID":"8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38","resources":[{"resourceInstanceName":"vFW 8e02d361-5433 0","resourceName":"vFW 8e02d361-5433","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6acdd6c7-fab4-4f67-9353-504622dd5512","resourceInvariantUUID":"38e6e99e-de44-4a71-b00e-d6a14e39c0d0","resourceCustomizationUUID":"c8134348-724c-4ac8-8b4e-b4601205c1d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml","artifactChecksum":"MTlhZWVmMDU3OWZkMjU2Njk5YWMzZWI4YTk1YzgwZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6a0a1ac1-1076-4d05-be3a-49fee5f34737","artifactVersion":"1"},{"artifactName":"vfw8e02d36154330_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json","artifactChecksum":"NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"476a91f6-7739-4473-b109-ebba85512af9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml","artifactChecksum":"MDJmNmQ4NzA3YTZmNDA2MDA0ZDU4MTRiOGFlN2Q2Mjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b38e7060-1448-4d85-8cdf-3a929672567e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"966ecea8-9af0-46aa-8d5d-3895d9686ba8","artifactVersion":"2","generatedFromUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230403042619-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml","artifactChecksum":"MGZlMGI4Zjc5NjcxZjg2N2I1Y2I2NWUyNTVjYjIzNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1540bab5-1751-409a-b2de-7a325f5eb69d","artifactVersion":"1"},{"artifactName":"service-Vfw20230403042619-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar","artifactChecksum":"ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"284a7ed8-be7f-4a31-9f04-d5e7b63fe142","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T04:53:18.596Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:53:18.596Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:53:18.596Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:53:18.596Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497282227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:53:19.597Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:53:19.598Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:53:19.598Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:53:19.598Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497282227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:53:20.599Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:53:20.599Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:53:20.599Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:53:20.599Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497282227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:53:21.600Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:53:21.601Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:53:21.601Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:53:21.601Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497282227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:53:22.602Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:53:22.602Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:53:22.602Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:53:22.602Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497282227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:53:23.603Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:53:23.604Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:53:23.604Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:53:23.604Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497282227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:53:24.605Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:53:24.605Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:53:24.605Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:53:24.605Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497282227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:53:25.606Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "serviceName": "vFW 2023-04-03 04-26-19",
  "serviceVersion": "1.0",
  "serviceUUID": "1d95d522-2e0f-4343-9cc1-c8057874e1a7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38",
  "resources": [
    {
      "resourceInstanceName": "vFW 8e02d361-5433 0",
      "resourceCustomizationUUID": "c8134348-724c-4ac8-8b4e-b4601205c1d5",
      "resourceName": "vFW 8e02d361-5433",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6acdd6c7-fab4-4f67-9353-504622dd5512",
      "resourceInvariantUUID": "38e6e99e-de44-4a71-b00e-d6a14e39c0d0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8e02d36154330_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
          "artifactChecksum": "NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "476a91f6-7739-4473-b109-ebba85512af9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
            "generatedFromUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230403042619-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
      "artifactChecksum": "ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "284a7ed8-be7f-4a31-9f04-d5e7b63fe142"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T04:53:25.607Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T04:53:25.607Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC
2023-04-03T04:53:25.607Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:1ba6c437-f06e-4cf5-971b-291d0684a066
ServiceName:vFW 2023-04-03 04-26-19
ServiceVersion:1.0
ServiceUUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
ServiceInvariantUUID:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230403042619-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
ArtifactUUID:284a7ed8-be7f-4a31-9f04-d5e7b63fe142
ArtifactChecksum:ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8e02d361-5433 0
ResourceCustomizationUUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
ResourceInvariantUUID:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
ResourceName:vFW 8e02d361-5433
ResourceType:VF
ResourceUUID:6acdd6c7-fab4-4f67-9353-504622dd5512
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8e02d36154330_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json
ArtifactUUID:476a91f6-7739-4473-b109-ebba85512af9
ArtifactChecksum:NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI=
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml
ArtifactUUID:62b20843-bd6e-4ffa-9cf5-dfe2585e9862
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T04:53:25.607Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T04:53:25.663Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T04:53:25.664Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-03T04:53:25.664Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-03T04:53:25.664Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 from URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T04:53:25.664Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-03T04:53:25.664Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T04:53:26.024Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-04-03T04:53:26.026Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 101447
2023-04-03T04:53:26.027Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T04:53:26.027Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T04:53:26.027Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T04:53:26.027Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:53:26.027Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:53:26.027Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497606027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:53:27.028Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T04:53:27.030Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-03T04:53:27.030Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142, URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar to file: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:53:27.031Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230403042619-csar.csar
2023-04-03T04:53:27.031Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:53:27.031Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:53:27.171Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13383699647407360806/Definitions/service-Vfw20230403042619-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-04-03T04:53:28.796Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T04:53:28.797Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-03T04:53:28.797Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:53:28.797Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-03T04:53:28.797Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:53:28.797Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:53:28.797Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:53:28.797Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:53:28.797Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:53:28.797Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:53:28.797Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:53:28.797Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:53:28.797Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:53:28.797Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:53:28.797Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8e02d361-5433 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-Vfw20230403042619-csar.csar
2023-04-03T04:53:28.797Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-03T04:53:28.797Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:53:28.798Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:53:28.799Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T04:53:28.799Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-03T04:53:28.799Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T04:53:28.800Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:53:28.800Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:53:28.800Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T04:53:28.800Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-03T04:53:28.801Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T04:53:28.802Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:53:28.802Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:53:28.802Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:53:28.802Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T04:53:28.802Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T04:53:28.803Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T04:53:28.803Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T04:53:28.803Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T04:53:28.803Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T04:53:28.804Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T04:53:28.804Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T04:53:28.804Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T04:53:28.804Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T04:53:28.805Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T04:53:28.805Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T04:53:28.805Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T04:53:28.805Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T04:53:28.805Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T04:53:28.806Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T04:53:28.806Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T04:53:28.807Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:53:28.807Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T04:53:28.807Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:53:28.807Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T04:53:28.808Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T04:53:28.808Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:53:28.808Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T04:53:28.808Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T04:53:28.809Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:53:28.809Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T04:53:28.809Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T04:53:28.810Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:53:28.810Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T04:53:28.810Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T04:53:28.810Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-03T04:53:28.811Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T04:53:28.811Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T04:53:28.811Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T04:53:28.811Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T04:53:28.811Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T04:53:28.812Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T04:53:28.812Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T04:53:28.812Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T04:53:28.812Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T04:53:28.813Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5ffc881a-26c6-4204-a1d2-ba4d1a62f347
2023-04-03T04:53:28.813Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:53:28.813Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T04:53:28.813Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T04:53:28.814Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T04:53:28.814Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T04:53:28.814Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T04:53:28.814Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T04:53:28.814Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T04:53:28.814Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T04:53:28.815Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-03T04:53:28.815Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T04:53:28.815Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T04:53:28.815Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T04:53:28.816Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T04:53:28.816Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
2023-04-03T04:53:28.816Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:53:28.816Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T04:53:28.816Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T04:53:28.816Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T04:53:28.816Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T04:53:28.817Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T04:53:28.817Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T04:53:28.817Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T04:53:28.817Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T04:53:28.817Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T04:53:28.817Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T04:53:28.817Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T04:53:28.817Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T04:53:28.818Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-03T04:53:28.818Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=122e325f-2e27-4d48-9a3f-efbc72a34c71
2023-04-03T04:53:28.818Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:53:28.818Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:53:28.818Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:53:28.818Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:53:28.818Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:53:28.818Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:53:28.818Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:53:28.819Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:53:28.819Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-03 04-26-19
Description:catalog service description
Model UUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
Model Version:NULL
Model InvariantUuid:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8e02d361-5433
Model UUID:47d4862e-1a6e-4dae-9653-99928c24d602
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cde9fb02-b9a2-4c60-9c16-09798dbb426d
ModelName:Vfw8e02d3615433..base_vfw..module-0
ModelUuid:6455b1ae-49c2-4d62-8cfb-2a21c47b6279
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5ffc881a-26c6-4204-a1d2-ba4d1a62f347
ModelInvariantUuid:7e3cea96-7596-4528-9dfb-591d1405d3a3
ModelName:vFW 8e02d361-5433-nodes.vfwCvfc
ModelUuid:756475be-46b0-4af1-9b47-3051a8f60749
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:082e0945-8a5f-423d-8d6d-a828b35abcfb
ModelInvariantUuid:b465ff3b-5bff-4c01-8015-9a6983208da2
ModelName:Vfw8e02d3615433.compute.nodes.heat.vfw
ModelUuid:79b898ee-37ad-4e21-a0c4-244ae0393f4e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
ModelInvariantUuid:7ca98905-f86a-4518-bbb0-9bfbc9cb899c
ModelName:vFW 8e02d361-5433-nodes.vsnCvfc
ModelUuid:d550497c-377e-420a-b821-53296abc0905
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8d40a476-40b7-4511-b338-57d6275036c1
ModelInvariantUuid:d1f91f15-5937-45d6-aa49-dd806b16d46a
ModelName:Vfw8e02d3615433.compute.nodes.heat.vsn
ModelUuid:4983761a-7d0f-41cc-981e-225a831f6b16
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:122e325f-2e27-4d48-9a3f-efbc72a34c71
ModelInvariantUuid:506f7d29-0459-42b4-a53f-aaea27378297
ModelName:vFW 8e02d361-5433-nodes.vpgCvfc
ModelUuid:78065023-194b-4fca-99d6-23e702ead165
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:97f360b6-9db5-41fa-ac2b-da7a01872868
ModelInvariantUuid:427fbd83-51f4-4c81-ba9e-90d3b0aa9915
ModelName:Vfw8e02d3615433.compute.nodes.heat.vpg
ModelUuid:d5bc98b6-ccee-4a42-aeac-9b5dd51b7f56
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-04-03T04:53:28.857Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||ERROR|500||Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists
2023-04-03T04:53:28.857Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T04:53:28.858Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists)
2023-04-03T04:53:28.858Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T04:53:28.858Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:53:28.858Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:53:28.858Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497608857,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:53:29.858Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T04:53:29.859Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists)
2023-04-03T04:53:29.859Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T04:53:29.859Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:53:29.859Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:53:29.859Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497609858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:53:30.860Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:53:30.887Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:53:30.893Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T04:53:30.893Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T04:53:30.893Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T04:53:30.893Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T04:53:30.894Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T04:53:30.894Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T04:53:30.894Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T04:53:30.894Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T04:53:30.894Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T04:53:30.910Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T04:54:00.910Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T04:54:00.921Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and serviceModelVersionId: 1d95d522-2e0f-4343-9cc1-c8057874e1a7
2023-04-03T04:54:00.922Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
2023-04-03T04:54:00.923Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0
2023-04-03T04:54:00.929Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T04:54:00.955Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T04:54:00.955Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||Invoke
2023-04-03T04:54:00.969Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T04:54:01.224Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||InvokeReturn
2023-04-03T04:54:01.225Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 04:54:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[251], vertex-id=[241720], x-aai-txid=[0-aai-resources-230403-04:54:00:978-11533], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T04:54:01.225Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T04:54:01.225Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T04:54:01.225Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T04:54:01.234Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-04-03T04:54:01.235Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ba6c437-f06e-4cf5-971b-291d0684a066 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T04:54:01.235Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T04:54:01.235Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:54:01.235Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:54:01.235Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497641235,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T04:54:02.263Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T04:54:02.264Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-03T04:54:02.264Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:54:02.264Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:54:02.265Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:54:02.265Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T04:54:02.268Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-6f9b5b5d-5027-42b3-8a03-81090b2bff88
2023-04-03T04:54:02.268Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:54:02.268Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:54:02.269Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T04:54:02.640Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:54:05.649Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:54:07.773Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:54:07.789Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T04:54:07.789Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T04:54:07.794Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T04:54:07.794Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully joined group with generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-6f9b5b5d-5027-42b3-8a03-81090b2bff88', protocol='range'}
2023-04-03T04:54:07.802Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 12: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-6f9b5b5d-5027-42b3-8a03-81090b2bff88=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-04-03T04:54:07.818Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T04:54:07.818Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully synced group in generation Generation{generationId=12, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-6f9b5b5d-5027-42b3-8a03-81090b2bff88', protocol='range'}
2023-04-03T04:54:07.819Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:54:07.819Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T04:54:07.819Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:54:07.819Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T04:54:07.823Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T04:54:07.823Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T04:54:07.824Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T04:54:07.824Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T04:54:07.824Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T04:54:07.824Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T04:54:07.824Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T04:54:07.825Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T04:54:07.824Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T04:54:07.825Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=211, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T04:54:07.825Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T04:54:07.826Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T04:54:07.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T04:54:07.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"67140925-3a6f-407a-959c-109e177260de","serviceName":"basic_onboard_FLWUdk","serviceVersion":"1.0","serviceUUID":"19ebdf40-c64a-481d-8a8f-8b59c9326af3","serviceDescription":"service","serviceInvariantUUID":"2bac4cbd-5db1-4650-9def-8fec2ad66681","resources":[{"resourceInstanceName":"basic_onboard_FLWUdk 0","resourceName":"basic_onboard_FLWUdk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dac3165c-a204-413f-adbe-704623ed23b4","resourceInvariantUUID":"d53cee2e-031e-415a-8fae-95f51faf2e70","resourceCustomizationUUID":"4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml","artifactChecksum":"NGM5YzhiYzRjZjc0ZjU3MmRkMjA5ZTUyYTAwMjQwNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd788691-5050-4702-936e-5323ddbfa177","artifactVersion":"1"},{"artifactName":"basic_onboard_flwudk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json","artifactChecksum":"ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d45e3439-bba4-4631-9b18-813915a57166","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f47d27f-dfde-477b-a49d-8653be82ad1c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ea2f5259-0af6-448f-9bc0-3a618a91f457","artifactVersion":"2","generatedFromUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFlwudk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml","artifactChecksum":"MDk4ODRiZjQ2ZjgxMzhiYjYyYjdkMDAzZGYyNTc2MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"589963b3-da11-4d3e-b9e4-5adee2b92999","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFlwudk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar","artifactChecksum":"ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f8f74d7f-c5f7-425e-a01c-0a969b83b0dc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T04:54:07.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:54:07.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:54:07.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:54:07.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497642263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:54:08.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:54:08.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:54:08.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:54:08.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497642263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:54:08.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T04:54:08.846Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497282227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:54:08.847Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:54:08.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T04:54:08.847Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497282227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T04:54:08.847Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:54:08.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T04:54:08.847Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497282227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-03T04:54:08.848Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:54:08.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T04:54:08.848Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497282227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:54:08.848Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:54:08.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T04:54:08.848Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497282227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-03T04:54:08.849Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:54:08.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T04:54:08.849Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497282227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:54:08.849Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:54:08.849Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T04:54:08.849Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497282227,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T04:54:08.849Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:54:08.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T04:54:08.850Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497606027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T04:54:08.850Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:54:08.850Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T04:54:08.850Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497608857,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
}
2023-04-03T04:54:08.851Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:54:08.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T04:54:08.851Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497609858,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
}
2023-04-03T04:54:08.851Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:54:08.851Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T04:54:08.852Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497641235,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T04:54:08.852Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:54:08.852Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T04:54:08.852Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497642263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:54:08.852Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:54:09.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:54:09.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:54:09.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:54:09.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497642263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:54:10.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:54:10.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:54:10.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:54:10.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497642263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:54:11.841Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:54:11.841Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:54:11.841Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:54:11.841Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497642263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:54:12.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:54:12.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:54:12.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:54:12.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497642263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:54:13.845Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:54:13.845Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:54:13.846Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:54:13.846Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497642263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:54:14.847Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "serviceName": "basic_onboard_FLWUdk",
  "serviceVersion": "1.0",
  "serviceUUID": "19ebdf40-c64a-481d-8a8f-8b59c9326af3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2bac4cbd-5db1-4650-9def-8fec2ad66681",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_FLWUdk 0",
      "resourceCustomizationUUID": "4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf",
      "resourceName": "basic_onboard_FLWUdk",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dac3165c-a204-413f-adbe-704623ed23b4",
      "resourceInvariantUUID": "d53cee2e-031e-415a-8fae-95f51faf2e70",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_flwudk0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
          "artifactChecksum": "ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d45e3439-bba4-4631-9b18-813915a57166",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
            "generatedFromUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardFlwudk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
      "artifactChecksum": "ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f8f74d7f-c5f7-425e-a01c-0a969b83b0dc"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T04:54:14.847Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T04:54:14.848Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC
2023-04-03T04:54:14.848Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:67140925-3a6f-407a-959c-109e177260de
ServiceName:basic_onboard_FLWUdk
ServiceVersion:1.0
ServiceUUID:19ebdf40-c64a-481d-8a8f-8b59c9326af3
ServiceInvariantUUID:2bac4cbd-5db1-4650-9def-8fec2ad66681
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFlwudk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
ArtifactUUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc
ArtifactChecksum:ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_FLWUdk 0
ResourceCustomizationUUID:4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf
ResourceInvariantUUID:d53cee2e-031e-415a-8fae-95f51faf2e70
ResourceName:basic_onboard_FLWUdk
ResourceType:VF
ResourceUUID:dac3165c-a204-413f-adbe-704623ed23b4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_flwudk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
ArtifactUUID:d45e3439-bba4-4631-9b18-813915a57166
ArtifactChecksum:ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ=
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:01129bd9-4e3f-4f2f-92c1-083f0cfccae5
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T04:54:14.848Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T04:54:14.901Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T04:54:14.901Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-03T04:54:14.902Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-03T04:54:14.902Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f8f74d7f-c5f7-425e-a01c-0a969b83b0dc from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T04:54:14.902Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-03T04:54:14.902Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T04:54:14.927Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-04-03T04:54:14.927Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1ad649a5
2023-04-03T04:54:14.927Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T04:54:14.928Z|67140925-3a6f-407a-959c-109e177260de|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": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T04:54:14.928Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardFlwudk-csar.csar /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar f8f74d7f-c5f7-425e-a01c-0a969b83b0dc Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T04:54:14.928Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar ASDC sendASDCNotification
2023-04-03T04:54:14.928Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(Specified artifact is  not found)
2023-04-03T04:54:14.928Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T04:54:14.928Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:54:14.928Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:54:14.929Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497654928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:54:15.929Z|67140925-3a6f-407a-959c-109e177260de|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-BasicOnboardFlwudk-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(UUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-04-03T04:54:15.951Z|67140925-3a6f-407a-959c-109e177260de|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-04-03T04:54:15.951Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T04:54:15.956Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||basic_onboard_FLWUdk 0
2023-04-03T04:54:15.956Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
2023-04-03T04:54:15.956Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d45e3439-bba4-4631-9b18-813915a57166 from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T04:54:15.956Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-03T04:54:15.956Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T04:54:15.974Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-04-03T04:54:15.975Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@58facc7b
2023-04-03T04:54:15.975Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T04:54:15.975Z|67140925-3a6f-407a-959c-109e177260de|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": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T04:54:15.975Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_flwudk0_modules.json /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json d45e3439-bba4-4631-9b18-813915a57166 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T04:54:15.975Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json ASDC sendASDCNotification
2023-04-03T04:54:15.976Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(Specified artifact is  not found)
2023-04-03T04:54:15.976Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T04:54:15.976Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:54:15.976Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:54:15.976Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497655975,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:54:16.977Z|67140925-3a6f-407a-959c-109e177260de|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_flwudk0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(UUID:d45e3439-bba4-4631-9b18-813915a57166)
Error message 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-04-03T04:54:16.978Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:54:17.010Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:54:17.016Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:54:17.016Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:54:47.016Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:54:47.035Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:54:47.040Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:54:47.040Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:55:07.773Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:55:07.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T04:55:07.775Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497642263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T04:55:07.776Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:55:17.040Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:55:17.070Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:55:17.074Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:55:17.074Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:55:47.074Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:55:47.099Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:55:47.105Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:55:47.105Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:56:07.773Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:56:07.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T04:56:07.775Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497642263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-03T04:56:07.776Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:56:07.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T04:56:07.776Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497642263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:56:07.776Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:56:07.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T04:56:07.776Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497642263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-03T04:56:07.776Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:56:07.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T04:56:07.776Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497642263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T04:56:07.777Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:56:07.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T04:56:07.777Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497642263,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T04:56:07.777Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:56:07.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T04:56:07.777Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497654928,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T04:56:07.777Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:56:07.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T04:56:07.777Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497655975,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T04:56:07.777Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T04:56:17.105Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:56:17.127Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:56:17.131Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:56:17.131Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:56:47.131Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:56:47.157Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:56:47.161Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:56:47.161Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:57:07.773Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:57:17.161Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:57:17.185Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:57:17.190Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:57:17.190Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:57:47.190Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:57:47.217Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:57:47.222Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:57:47.223Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:58:07.773Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:58:17.223Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:58:17.247Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:58:17.252Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:58:17.252Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:58:47.253Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:58:47.281Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:58:47.287Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T04:58:47.287Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T04:59:07.775Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:59:07.905Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T04:59:07.906Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Member SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-6f9b5b5d-5027-42b3-8a03-81090b2bff88 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-04-03T04:59:07.907Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-03T04:59:07.907Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-03T04:59:08.361Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T04:59:08.377Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T04:59:08.377Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T04:59:08.382Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T04:59:08.383Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 13: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-03T04:59:08.399Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=13, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T04:59:08.400Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T04:59:08.400Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T04:59:08.404Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T04:59:08.404Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T04:59:08.405Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T04:59:08.405Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=231, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T04:59:08.405Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T04:59:08.405Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T04:59:17.288Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-03T04:59:17.288Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67140925-3a6f-407a-959c-109e177260de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T04:59:17.298Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67140925-3a6f-407a-959c-109e177260de and serviceModelVersionId: 19ebdf40-c64a-481d-8a8f-8b59c9326af3
2023-04-03T04:59:17.299Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2bac4cbd-5db1-4650-9def-8fec2ad66681
2023-04-03T04:59:17.300Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0
2023-04-03T04:59:17.307Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T04:59:17.343Z|67140925-3a6f-407a-959c-109e177260de|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/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T04:59:17.344Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||Invoke
2023-04-03T04:59:17.352Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-03T04:59:17.507Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||InvokeReturn
2023-04-03T04:59:17.508Z|67140925-3a6f-407a-959c-109e177260de|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/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 04:59:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[376920], x-aai-txid=[0-aai-resources-230403-04:59:17:360-97005], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T04:59:17.508Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T04:59:17.509Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T04:59:17.509Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T04:59:17.518Z|67140925-3a6f-407a-959c-109e177260de|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-04-03T04:59:17.519Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67140925-3a6f-407a-959c-109e177260de and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-03T04:59:17.519Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-03T04:59:17.520Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:59:17.520Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:59:17.520Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497957519,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:59:17.542Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T04:59:17.542Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497957519,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-03T04:59:17.543Z||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-04-03T04:59:18.554Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T04:59:18.555Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"1ba6c437-f06e-4cf5-971b-291d0684a066","serviceName":"vFW 2023-04-03 04-26-19","serviceVersion":"1.0","serviceUUID":"1d95d522-2e0f-4343-9cc1-c8057874e1a7","serviceDescription":"catalog service description","serviceInvariantUUID":"8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38","resources":[{"resourceInstanceName":"vFW 8e02d361-5433 0","resourceName":"vFW 8e02d361-5433","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6acdd6c7-fab4-4f67-9353-504622dd5512","resourceInvariantUUID":"38e6e99e-de44-4a71-b00e-d6a14e39c0d0","resourceCustomizationUUID":"c8134348-724c-4ac8-8b4e-b4601205c1d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml","artifactChecksum":"MTlhZWVmMDU3OWZkMjU2Njk5YWMzZWI4YTk1YzgwZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6a0a1ac1-1076-4d05-be3a-49fee5f34737","artifactVersion":"1"},{"artifactName":"vfw8e02d36154330_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json","artifactChecksum":"NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"476a91f6-7739-4473-b109-ebba85512af9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml","artifactChecksum":"MDJmNmQ4NzA3YTZmNDA2MDA0ZDU4MTRiOGFlN2Q2Mjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b38e7060-1448-4d85-8cdf-3a929672567e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"966ecea8-9af0-46aa-8d5d-3895d9686ba8","artifactVersion":"2","generatedFromUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230403042619-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml","artifactChecksum":"MGZlMGI4Zjc5NjcxZjg2N2I1Y2I2NWUyNTVjYjIzNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1540bab5-1751-409a-b2de-7a325f5eb69d","artifactVersion":"1"},{"artifactName":"service-Vfw20230403042619-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar","artifactChecksum":"ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"284a7ed8-be7f-4a31-9f04-d5e7b63fe142","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T04:59:18.555Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:59:18.556Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:59:18.556Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:59:18.556Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497642263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:59:19.557Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:59:19.557Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:59:19.558Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:59:19.558Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497642263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:59:20.559Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:59:20.559Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:59:20.559Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:59:20.559Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497642263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:59:21.560Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:59:21.561Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:59:21.561Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:59:21.561Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497642263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:59:22.562Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:59:22.562Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:59:22.562Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:59:22.563Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497642263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:59:23.564Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:59:23.564Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:59:23.564Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:59:23.564Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497642263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:59:24.565Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T04:59:24.566Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:59:24.566Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:59:24.566Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497642263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:59:25.568Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "serviceName": "vFW 2023-04-03 04-26-19",
  "serviceVersion": "1.0",
  "serviceUUID": "1d95d522-2e0f-4343-9cc1-c8057874e1a7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38",
  "resources": [
    {
      "resourceInstanceName": "vFW 8e02d361-5433 0",
      "resourceCustomizationUUID": "c8134348-724c-4ac8-8b4e-b4601205c1d5",
      "resourceName": "vFW 8e02d361-5433",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6acdd6c7-fab4-4f67-9353-504622dd5512",
      "resourceInvariantUUID": "38e6e99e-de44-4a71-b00e-d6a14e39c0d0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8e02d36154330_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
          "artifactChecksum": "NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "476a91f6-7739-4473-b109-ebba85512af9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
            "generatedFromUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230403042619-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
      "artifactChecksum": "ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "284a7ed8-be7f-4a31-9f04-d5e7b63fe142"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T04:59:25.568Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T04:59:25.569Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC
2023-04-03T04:59:25.569Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:1ba6c437-f06e-4cf5-971b-291d0684a066
ServiceName:vFW 2023-04-03 04-26-19
ServiceVersion:1.0
ServiceUUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
ServiceInvariantUUID:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230403042619-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
ArtifactUUID:284a7ed8-be7f-4a31-9f04-d5e7b63fe142
ArtifactChecksum:ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8e02d361-5433 0
ResourceCustomizationUUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
ResourceInvariantUUID:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
ResourceName:vFW 8e02d361-5433
ResourceType:VF
ResourceUUID:6acdd6c7-fab4-4f67-9353-504622dd5512
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8e02d36154330_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json
ArtifactUUID:476a91f6-7739-4473-b109-ebba85512af9
ArtifactChecksum:NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI=
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml
ArtifactUUID:62b20843-bd6e-4ffa-9cf5-dfe2585e9862
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T04:59:25.569Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T04:59:25.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T04:59:25.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-03T04:59:25.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-03T04:59:25.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 from URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T04:59:25.628Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-03T04:59:25.628Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T04:59:25.981Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-04-03T04:59:25.983Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 101447
2023-04-03T04:59:25.984Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T04:59:25.984Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T04:59:25.984Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T04:59:25.985Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:59:25.985Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:59:25.985Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497965984,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:59:26.987Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T04:59:26.987Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-03T04:59:26.988Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142, URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar to file: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:59:26.988Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230403042619-csar.csar
2023-04-03T04:59:26.989Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:59:26.989Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:59:27.113Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7495579438078030764/Definitions/service-Vfw20230403042619-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-03T04:59:28.741Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T04:59:28.742Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-03T04:59:28.743Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:59:28.743Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-03T04:59:28.743Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:59:28.743Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:59:28.743Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:59:28.743Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:59:28.743Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:59:28.743Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:59:28.744Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:59:28.744Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:59:28.744Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:59:28.744Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T04:59:28.744Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8e02d361-5433 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-Vfw20230403042619-csar.csar
2023-04-03T04:59:28.744Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-03T04:59:28.744Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:59:28.745Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:59:28.745Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T04:59:28.745Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-03T04:59:28.745Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T04:59:28.745Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:59:28.746Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:59:28.746Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T04:59:28.746Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-03T04:59:28.746Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T04:59:28.746Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:59:28.746Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:59:28.747Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:59:28.747Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T04:59:28.747Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T04:59:28.747Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T04:59:28.747Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T04:59:28.747Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T04:59:28.747Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T04:59:28.748Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T04:59:28.748Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T04:59:28.748Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T04:59:28.748Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T04:59:28.748Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T04:59:28.748Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T04:59:28.749Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T04:59:28.749Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T04:59:28.749Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T04:59:28.749Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T04:59:28.749Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T04:59:28.749Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:59:28.750Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T04:59:28.750Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:59:28.750Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T04:59:28.750Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T04:59:28.750Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:59:28.751Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T04:59:28.751Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T04:59:28.751Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:59:28.751Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T04:59:28.751Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T04:59:28.752Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:59:28.752Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T04:59:28.752Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T04:59:28.752Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-03T04:59:28.752Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T04:59:28.752Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T04:59:28.752Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T04:59:28.753Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T04:59:28.753Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T04:59:28.753Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T04:59:28.753Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T04:59:28.753Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T04:59:28.753Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T04:59:28.753Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5ffc881a-26c6-4204-a1d2-ba4d1a62f347
2023-04-03T04:59:28.753Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:59:28.754Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T04:59:28.754Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T04:59:28.754Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T04:59:28.754Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T04:59:28.754Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T04:59:28.754Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T04:59:28.754Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T04:59:28.754Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T04:59:28.755Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-03T04:59:28.755Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T04:59:28.755Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T04:59:28.755Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T04:59:28.755Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T04:59:28.755Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
2023-04-03T04:59:28.755Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:59:28.755Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T04:59:28.756Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T04:59:28.756Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T04:59:28.756Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T04:59:28.756Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T04:59:28.756Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T04:59:28.756Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T04:59:28.756Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T04:59:28.756Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T04:59:28.757Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T04:59:28.757Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T04:59:28.757Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T04:59:28.757Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-03T04:59:28.757Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=122e325f-2e27-4d48-9a3f-efbc72a34c71
2023-04-03T04:59:28.757Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:59:28.757Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:59:28.758Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:59:28.758Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:59:28.758Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:59:28.758Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:59:28.758Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T04:59:28.759Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T04:59:28.759Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-03 04-26-19
Description:catalog service description
Model UUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
Model Version:NULL
Model InvariantUuid:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8e02d361-5433
Model UUID:47d4862e-1a6e-4dae-9653-99928c24d602
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cde9fb02-b9a2-4c60-9c16-09798dbb426d
ModelName:Vfw8e02d3615433..base_vfw..module-0
ModelUuid:6455b1ae-49c2-4d62-8cfb-2a21c47b6279
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5ffc881a-26c6-4204-a1d2-ba4d1a62f347
ModelInvariantUuid:7e3cea96-7596-4528-9dfb-591d1405d3a3
ModelName:vFW 8e02d361-5433-nodes.vfwCvfc
ModelUuid:756475be-46b0-4af1-9b47-3051a8f60749
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:082e0945-8a5f-423d-8d6d-a828b35abcfb
ModelInvariantUuid:b465ff3b-5bff-4c01-8015-9a6983208da2
ModelName:Vfw8e02d3615433.compute.nodes.heat.vfw
ModelUuid:79b898ee-37ad-4e21-a0c4-244ae0393f4e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
ModelInvariantUuid:7ca98905-f86a-4518-bbb0-9bfbc9cb899c
ModelName:vFW 8e02d361-5433-nodes.vsnCvfc
ModelUuid:d550497c-377e-420a-b821-53296abc0905
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8d40a476-40b7-4511-b338-57d6275036c1
ModelInvariantUuid:d1f91f15-5937-45d6-aa49-dd806b16d46a
ModelName:Vfw8e02d3615433.compute.nodes.heat.vsn
ModelUuid:4983761a-7d0f-41cc-981e-225a831f6b16
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:122e325f-2e27-4d48-9a3f-efbc72a34c71
ModelInvariantUuid:506f7d29-0459-42b4-a53f-aaea27378297
ModelName:vFW 8e02d361-5433-nodes.vpgCvfc
ModelUuid:78065023-194b-4fca-99d6-23e702ead165
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:97f360b6-9db5-41fa-ac2b-da7a01872868
ModelInvariantUuid:427fbd83-51f4-4c81-ba9e-90d3b0aa9915
ModelName:Vfw8e02d3615433.compute.nodes.heat.vpg
ModelUuid:d5bc98b6-ccee-4a42-aeac-9b5dd51b7f56
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-04-03T04:59:28.804Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||ERROR|500||Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists
2023-04-03T04:59:28.805Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T04:59:28.805Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists)
2023-04-03T04:59:28.805Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T04:59:28.805Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:59:28.805Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:59:28.805Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497968805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:59:29.806Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T04:59:29.806Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists)
2023-04-03T04:59:29.807Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T04:59:29.807Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T04:59:29.807Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T04:59:29.807Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497969806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T04:59:30.808Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:59:30.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T04:59:30.845Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T04:59:30.845Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T04:59:30.845Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T04:59:30.845Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T04:59:30.846Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T04:59:30.846Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T04:59:30.846Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T04:59:30.846Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T04:59:30.846Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T04:59:30.864Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T05:00:00.864Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T05:00:00.878Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and serviceModelVersionId: 1d95d522-2e0f-4343-9cc1-c8057874e1a7
2023-04-03T05:00:00.878Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
2023-04-03T05:00:00.878Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0
2023-04-03T05:00:00.882Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T05:00:00.903Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||Invoke
2023-04-03T05:00:00.903Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f614c376-ef2b-46a2-bdcd-3046a1be203b], X-ECOMP-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], X-TransactionId=[], X-ONAP-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], Content-Type=[application/merge-patch+json]}
2023-04-03T05:00:00.913Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T05:00:01.185Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 05:00:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[269], vertex-id=[241720], x-aai-txid=[1-aai-resources-230403-05:00:00:921-57565], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T05:00:01.185Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T05:00:01.185Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||InvokeReturn
2023-04-03T05:00:01.186Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T05:00:01.186Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T05:00:01.195Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-04-03T05:00:01.195Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ba6c437-f06e-4cf5-971b-291d0684a066 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T05:00:01.195Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T05:00:01.195Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:00:01.195Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:00:01.195Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498001195,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:00:02.224Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T05:00:02.224Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-03T05:00:02.224Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:00:02.224Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:00:02.225Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:00:02.225Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T05:00:02.227Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-f504916f-7bf5-45b8-922c-a5d2a23c4f1e
2023-04-03T05:00:02.228Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:00:02.228Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:00:02.228Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T05:00:02.675Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:00:05.684Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:00:07.773Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:00:07.787Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:00:07.788Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T05:00:07.793Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T05:00:07.793Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully joined group with generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-f504916f-7bf5-45b8-922c-a5d2a23c4f1e', protocol='range'}
2023-04-03T05:00:07.797Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 14: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-f504916f-7bf5-45b8-922c-a5d2a23c4f1e=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-04-03T05:00:07.811Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T05:00:07.812Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:00:07.812Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:00:07.812Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully synced group in generation Generation{generationId=14, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-f504916f-7bf5-45b8-922c-a5d2a23c4f1e', protocol='range'}
2023-04-03T05:00:07.813Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:00:07.813Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:00:07.816Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:00:07.817Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:00:07.817Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:00:07.817Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:00:07.817Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:00:07.817Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=232, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:00:07.817Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:00:07.818Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:00:07.818Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:00:07.818Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:00:07.818Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:00:07.819Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:00:07.825Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:00:07.825Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"67140925-3a6f-407a-959c-109e177260de","serviceName":"basic_onboard_FLWUdk","serviceVersion":"1.0","serviceUUID":"19ebdf40-c64a-481d-8a8f-8b59c9326af3","serviceDescription":"service","serviceInvariantUUID":"2bac4cbd-5db1-4650-9def-8fec2ad66681","resources":[{"resourceInstanceName":"basic_onboard_FLWUdk 0","resourceName":"basic_onboard_FLWUdk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dac3165c-a204-413f-adbe-704623ed23b4","resourceInvariantUUID":"d53cee2e-031e-415a-8fae-95f51faf2e70","resourceCustomizationUUID":"4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml","artifactChecksum":"NGM5YzhiYzRjZjc0ZjU3MmRkMjA5ZTUyYTAwMjQwNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd788691-5050-4702-936e-5323ddbfa177","artifactVersion":"1"},{"artifactName":"basic_onboard_flwudk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json","artifactChecksum":"ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d45e3439-bba4-4631-9b18-813915a57166","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f47d27f-dfde-477b-a49d-8653be82ad1c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ea2f5259-0af6-448f-9bc0-3a618a91f457","artifactVersion":"2","generatedFromUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFlwudk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml","artifactChecksum":"MDk4ODRiZjQ2ZjgxMzhiYjYyYjdkMDAzZGYyNTc2MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"589963b3-da11-4d3e-b9e4-5adee2b92999","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFlwudk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar","artifactChecksum":"ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f8f74d7f-c5f7-425e-a01c-0a969b83b0dc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T05:00:07.827Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:00:07.827Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:00:07.827Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:00:07.827Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498002224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:00:08.829Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:00:08.829Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:00:08.829Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:00:08.830Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498002224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:00:08.835Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:00:08.836Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497642263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:00:08.836Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:00:08.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:00:08.836Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497642263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T05:00:08.836Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:00:08.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:00:08.837Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497642263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-03T05:00:08.837Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:00:08.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:00:08.837Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497642263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:00:08.837Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:00:08.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:00:08.837Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497642263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-03T05:00:08.837Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:00:08.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:00:08.837Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497642263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:00:08.837Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:00:08.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:00:08.837Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497642263,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:00:08.837Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:00:08.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:00:08.837Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497965984,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:00:08.837Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:00:08.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:00:08.838Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497968805,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
}
2023-04-03T05:00:08.838Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:00:08.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:00:08.838Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680497969806,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
}
2023-04-03T05:00:08.838Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:00:08.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:00:08.838Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498001195,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T05:00:08.838Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:00:08.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:00:08.838Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498002224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:00:08.838Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:00:09.831Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:00:09.831Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:00:09.831Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:00:09.831Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498002224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:00:10.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:00:10.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:00:10.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:00:10.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498002224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:00:11.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:00:11.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:00:11.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:00:11.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498002224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:00:12.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:00:12.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:00:12.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:00:12.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498002224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:00:13.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:00:13.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:00:13.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:00:13.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498002224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:00:14.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "serviceName": "basic_onboard_FLWUdk",
  "serviceVersion": "1.0",
  "serviceUUID": "19ebdf40-c64a-481d-8a8f-8b59c9326af3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2bac4cbd-5db1-4650-9def-8fec2ad66681",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_FLWUdk 0",
      "resourceCustomizationUUID": "4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf",
      "resourceName": "basic_onboard_FLWUdk",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dac3165c-a204-413f-adbe-704623ed23b4",
      "resourceInvariantUUID": "d53cee2e-031e-415a-8fae-95f51faf2e70",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_flwudk0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
          "artifactChecksum": "ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d45e3439-bba4-4631-9b18-813915a57166",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
            "generatedFromUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardFlwudk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
      "artifactChecksum": "ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f8f74d7f-c5f7-425e-a01c-0a969b83b0dc"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T05:00:14.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T05:00:14.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC
2023-04-03T05:00:14.840Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:67140925-3a6f-407a-959c-109e177260de
ServiceName:basic_onboard_FLWUdk
ServiceVersion:1.0
ServiceUUID:19ebdf40-c64a-481d-8a8f-8b59c9326af3
ServiceInvariantUUID:2bac4cbd-5db1-4650-9def-8fec2ad66681
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFlwudk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
ArtifactUUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc
ArtifactChecksum:ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_FLWUdk 0
ResourceCustomizationUUID:4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf
ResourceInvariantUUID:d53cee2e-031e-415a-8fae-95f51faf2e70
ResourceName:basic_onboard_FLWUdk
ResourceType:VF
ResourceUUID:dac3165c-a204-413f-adbe-704623ed23b4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_flwudk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
ArtifactUUID:d45e3439-bba4-4631-9b18-813915a57166
ArtifactChecksum:ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ=
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:01129bd9-4e3f-4f2f-92c1-083f0cfccae5
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T05:00:14.840Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:00:14.899Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:00:14.899Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-03T05:00:14.900Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-03T05:00:14.900Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f8f74d7f-c5f7-425e-a01c-0a969b83b0dc from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T05:00:14.900Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-03T05:00:14.900Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T05:00:14.924Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-04-03T05:00:14.925Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@42f7ad34
2023-04-03T05:00:14.925Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T05:00:14.925Z|67140925-3a6f-407a-959c-109e177260de|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": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T05:00:14.925Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardFlwudk-csar.csar /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar f8f74d7f-c5f7-425e-a01c-0a969b83b0dc Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T05:00:14.925Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar ASDC sendASDCNotification
2023-04-03T05:00:14.925Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(Specified artifact is  not found)
2023-04-03T05:00:14.925Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T05:00:14.925Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:00:14.925Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:00:14.926Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498014925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:00:15.930Z|67140925-3a6f-407a-959c-109e177260de|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-BasicOnboardFlwudk-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(UUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-04-03T05:00:15.955Z|67140925-3a6f-407a-959c-109e177260de|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-04-03T05:00:15.956Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T05:00:15.962Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||basic_onboard_FLWUdk 0
2023-04-03T05:00:15.962Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
2023-04-03T05:00:15.962Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d45e3439-bba4-4631-9b18-813915a57166 from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T05:00:15.962Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-03T05:00:15.962Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T05:00:15.980Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-04-03T05:00:15.980Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@170cdf9c
2023-04-03T05:00:15.980Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T05:00:15.980Z|67140925-3a6f-407a-959c-109e177260de|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": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T05:00:15.980Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_flwudk0_modules.json /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json d45e3439-bba4-4631-9b18-813915a57166 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T05:00:15.981Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json ASDC sendASDCNotification
2023-04-03T05:00:15.981Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(Specified artifact is  not found)
2023-04-03T05:00:15.981Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T05:00:15.981Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:00:15.981Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:00:15.981Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498015980,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:00:16.982Z|67140925-3a6f-407a-959c-109e177260de|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_flwudk0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(UUID:d45e3439-bba4-4631-9b18-813915a57166)
Error message 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-04-03T05:00:16.982Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:00:17.013Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:00:17.020Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:00:17.020Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:00:47.020Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:00:47.051Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:00:47.056Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:00:47.056Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:01:07.773Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:01:07.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:01:07.775Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498002224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T05:01:07.776Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:01:17.056Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:01:17.085Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:01:17.091Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:01:17.091Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:01:47.092Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:01:47.119Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:01:47.123Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:01:47.124Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:02:07.773Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:02:07.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:02:07.776Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498002224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-03T05:02:07.777Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:02:07.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:02:07.777Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498002224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:02:07.777Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:02:07.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:02:07.777Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498002224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-03T05:02:07.777Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:02:07.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:02:07.777Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498002224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:02:07.778Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:02:07.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:02:07.778Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498002224,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:02:07.778Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:02:07.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:02:07.778Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498014925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T05:02:07.778Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:02:07.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:02:07.778Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498015980,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T05:02:07.778Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:02:17.124Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:02:17.150Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:02:17.154Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:02:17.154Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:02:47.155Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:02:47.178Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:02:47.183Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:02:47.183Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:03:07.773Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:03:17.184Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:03:17.212Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:03:17.217Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:03:17.217Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:03:47.218Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:03:47.243Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:03:47.247Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:03:47.247Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:04:07.774Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:04:17.248Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:04:17.272Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:04:17.278Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:04:17.278Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:04:47.278Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:04:47.303Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:04:47.308Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:04:47.308Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:05:07.774Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:05:07.911Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:05:07.912Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Member SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-f504916f-7bf5-45b8-922c-a5d2a23c4f1e 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-04-03T05:05:07.913Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-03T05:05:07.913Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-03T05:05:08.398Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:05:08.411Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:05:08.412Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T05:05:08.417Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T05:05:08.418Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 15: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-03T05:05:08.433Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=15, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T05:05:08.434Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:05:08.435Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:05:08.438Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:05:08.439Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:05:08.439Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:05:08.439Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=252, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:05:08.439Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:05:08.440Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:05:17.309Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-03T05:05:17.309Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67140925-3a6f-407a-959c-109e177260de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T05:05:17.322Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67140925-3a6f-407a-959c-109e177260de and serviceModelVersionId: 19ebdf40-c64a-481d-8a8f-8b59c9326af3
2023-04-03T05:05:17.322Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2bac4cbd-5db1-4650-9def-8fec2ad66681
2023-04-03T05:05:17.323Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0
2023-04-03T05:05:17.326Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T05:05:17.345Z|67140925-3a6f-407a-959c-109e177260de|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/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T05:05:17.346Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||Invoke
2023-04-03T05:05:17.353Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-03T05:05:17.517Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||InvokeReturn
2023-04-03T05:05:17.517Z|67140925-3a6f-407a-959c-109e177260de|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/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 05:05:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[159], vertex-id=[376920], x-aai-txid=[0-aai-resources-230403-05:05:17:363-35502], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T05:05:17.518Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T05:05:17.518Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T05:05:17.518Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T05:05:17.527Z|67140925-3a6f-407a-959c-109e177260de|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-04-03T05:05:17.527Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67140925-3a6f-407a-959c-109e177260de and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-03T05:05:17.528Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-03T05:05:17.528Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:05:17.528Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:05:17.528Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498317528,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:05:17.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:05:17.548Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498317528,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-03T05:05:17.549Z||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-04-03T05:05:18.563Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:05:18.563Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"1ba6c437-f06e-4cf5-971b-291d0684a066","serviceName":"vFW 2023-04-03 04-26-19","serviceVersion":"1.0","serviceUUID":"1d95d522-2e0f-4343-9cc1-c8057874e1a7","serviceDescription":"catalog service description","serviceInvariantUUID":"8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38","resources":[{"resourceInstanceName":"vFW 8e02d361-5433 0","resourceName":"vFW 8e02d361-5433","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6acdd6c7-fab4-4f67-9353-504622dd5512","resourceInvariantUUID":"38e6e99e-de44-4a71-b00e-d6a14e39c0d0","resourceCustomizationUUID":"c8134348-724c-4ac8-8b4e-b4601205c1d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml","artifactChecksum":"MTlhZWVmMDU3OWZkMjU2Njk5YWMzZWI4YTk1YzgwZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6a0a1ac1-1076-4d05-be3a-49fee5f34737","artifactVersion":"1"},{"artifactName":"vfw8e02d36154330_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json","artifactChecksum":"NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"476a91f6-7739-4473-b109-ebba85512af9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml","artifactChecksum":"MDJmNmQ4NzA3YTZmNDA2MDA0ZDU4MTRiOGFlN2Q2Mjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b38e7060-1448-4d85-8cdf-3a929672567e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"966ecea8-9af0-46aa-8d5d-3895d9686ba8","artifactVersion":"2","generatedFromUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230403042619-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml","artifactChecksum":"MGZlMGI4Zjc5NjcxZjg2N2I1Y2I2NWUyNTVjYjIzNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1540bab5-1751-409a-b2de-7a325f5eb69d","artifactVersion":"1"},{"artifactName":"service-Vfw20230403042619-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar","artifactChecksum":"ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"284a7ed8-be7f-4a31-9f04-d5e7b63fe142","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T05:05:18.563Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:05:18.564Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:05:18.564Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:05:18.564Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498002224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:05:19.564Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:05:19.565Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:05:19.565Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:05:19.565Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498002224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:05:20.565Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:05:20.566Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:05:20.566Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:05:20.566Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498002224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:05:21.567Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:05:21.567Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:05:21.567Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:05:21.567Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498002224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:05:22.568Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:05:22.569Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:05:22.569Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:05:22.569Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498002224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:05:23.570Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:05:23.570Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:05:23.570Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:05:23.571Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498002224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:05:24.572Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:05:24.572Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:05:24.572Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:05:24.572Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498002224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:05:25.573Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "serviceName": "vFW 2023-04-03 04-26-19",
  "serviceVersion": "1.0",
  "serviceUUID": "1d95d522-2e0f-4343-9cc1-c8057874e1a7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38",
  "resources": [
    {
      "resourceInstanceName": "vFW 8e02d361-5433 0",
      "resourceCustomizationUUID": "c8134348-724c-4ac8-8b4e-b4601205c1d5",
      "resourceName": "vFW 8e02d361-5433",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6acdd6c7-fab4-4f67-9353-504622dd5512",
      "resourceInvariantUUID": "38e6e99e-de44-4a71-b00e-d6a14e39c0d0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8e02d36154330_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
          "artifactChecksum": "NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "476a91f6-7739-4473-b109-ebba85512af9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
            "generatedFromUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230403042619-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
      "artifactChecksum": "ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "284a7ed8-be7f-4a31-9f04-d5e7b63fe142"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T05:05:25.573Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T05:05:25.574Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC
2023-04-03T05:05:25.574Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:1ba6c437-f06e-4cf5-971b-291d0684a066
ServiceName:vFW 2023-04-03 04-26-19
ServiceVersion:1.0
ServiceUUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
ServiceInvariantUUID:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230403042619-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
ArtifactUUID:284a7ed8-be7f-4a31-9f04-d5e7b63fe142
ArtifactChecksum:ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8e02d361-5433 0
ResourceCustomizationUUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
ResourceInvariantUUID:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
ResourceName:vFW 8e02d361-5433
ResourceType:VF
ResourceUUID:6acdd6c7-fab4-4f67-9353-504622dd5512
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8e02d36154330_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json
ArtifactUUID:476a91f6-7739-4473-b109-ebba85512af9
ArtifactChecksum:NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI=
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml
ArtifactUUID:62b20843-bd6e-4ffa-9cf5-dfe2585e9862
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T05:05:25.574Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:05:25.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:05:25.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-03T05:05:25.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-03T05:05:25.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 from URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T05:05:25.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-03T05:05:25.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T05:05:26.007Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-04-03T05:05:26.011Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 101447
2023-04-03T05:05:26.011Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T05:05:26.011Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T05:05:26.011Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T05:05:26.012Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:05:26.012Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:05:26.012Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498326011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:05:27.013Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:05:27.013Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-03T05:05:27.013Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142, URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar to file: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:05:27.014Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230403042619-csar.csar
2023-04-03T05:05:27.014Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:05:27.014Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:05:27.218Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8414512819474388548/Definitions/service-Vfw20230403042619-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-04-03T05:05:28.793Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T05:05:28.794Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-03T05:05:28.794Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:05:28.794Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-03T05:05:28.794Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:05:28.794Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:05:28.794Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:05:28.794Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:05:28.794Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:05:28.794Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:05:28.794Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:05:28.794Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:05:28.794Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:05:28.795Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:05:28.795Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8e02d361-5433 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-Vfw20230403042619-csar.csar
2023-04-03T05:05:28.795Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-03T05:05:28.795Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:05:28.795Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:05:28.795Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:05:28.795Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-03T05:05:28.795Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T05:05:28.795Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:05:28.795Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:05:28.796Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:05:28.796Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-03T05:05:28.796Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T05:05:28.796Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:05:28.796Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:05:28.796Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:05:28.796Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T05:05:28.796Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:05:28.796Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:05:28.796Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:05:28.796Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:05:28.796Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:05:28.796Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:05:28.796Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:05:28.797Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:05:28.797Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:05:28.797Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:05:28.797Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:05:28.797Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:05:28.797Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:05:28.797Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:05:28.797Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:05:28.797Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T05:05:28.797Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:05:28.797Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T05:05:28.797Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:05:28.797Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:05:28.798Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:05:28.798Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:05:28.798Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:05:28.798Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:05:28.798Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:05:28.798Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:05:28.798Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:05:28.798Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:05:28.798Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T05:05:28.798Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:05:28.799Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-03T05:05:28.799Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:05:28.799Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:05:28.799Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:05:28.799Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:05:28.799Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:05:28.799Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:05:28.799Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:05:28.799Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:05:28.799Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:05:28.799Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5ffc881a-26c6-4204-a1d2-ba4d1a62f347
2023-04-03T05:05:28.799Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:05:28.799Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T05:05:28.800Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:05:28.800Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:05:28.800Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:05:28.800Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:05:28.800Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:05:28.800Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:05:28.800Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:05:28.800Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-03T05:05:28.800Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:05:28.800Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:05:28.800Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:05:28.801Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:05:28.801Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
2023-04-03T05:05:28.801Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:05:28.801Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T05:05:28.801Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:05:28.801Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:05:28.801Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:05:28.801Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:05:28.802Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:05:28.802Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:05:28.802Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:05:28.802Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:05:28.802Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:05:28.802Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:05:28.802Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:05:28.802Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-03T05:05:28.802Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=122e325f-2e27-4d48-9a3f-efbc72a34c71
2023-04-03T05:05:28.803Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:05:28.803Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:05:28.803Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:05:28.803Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:05:28.803Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:05:28.803Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:05:28.803Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:05:28.803Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:05:28.804Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-03 04-26-19
Description:catalog service description
Model UUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
Model Version:NULL
Model InvariantUuid:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8e02d361-5433
Model UUID:47d4862e-1a6e-4dae-9653-99928c24d602
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cde9fb02-b9a2-4c60-9c16-09798dbb426d
ModelName:Vfw8e02d3615433..base_vfw..module-0
ModelUuid:6455b1ae-49c2-4d62-8cfb-2a21c47b6279
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5ffc881a-26c6-4204-a1d2-ba4d1a62f347
ModelInvariantUuid:7e3cea96-7596-4528-9dfb-591d1405d3a3
ModelName:vFW 8e02d361-5433-nodes.vfwCvfc
ModelUuid:756475be-46b0-4af1-9b47-3051a8f60749
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:082e0945-8a5f-423d-8d6d-a828b35abcfb
ModelInvariantUuid:b465ff3b-5bff-4c01-8015-9a6983208da2
ModelName:Vfw8e02d3615433.compute.nodes.heat.vfw
ModelUuid:79b898ee-37ad-4e21-a0c4-244ae0393f4e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
ModelInvariantUuid:7ca98905-f86a-4518-bbb0-9bfbc9cb899c
ModelName:vFW 8e02d361-5433-nodes.vsnCvfc
ModelUuid:d550497c-377e-420a-b821-53296abc0905
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8d40a476-40b7-4511-b338-57d6275036c1
ModelInvariantUuid:d1f91f15-5937-45d6-aa49-dd806b16d46a
ModelName:Vfw8e02d3615433.compute.nodes.heat.vsn
ModelUuid:4983761a-7d0f-41cc-981e-225a831f6b16
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:122e325f-2e27-4d48-9a3f-efbc72a34c71
ModelInvariantUuid:506f7d29-0459-42b4-a53f-aaea27378297
ModelName:vFW 8e02d361-5433-nodes.vpgCvfc
ModelUuid:78065023-194b-4fca-99d6-23e702ead165
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:97f360b6-9db5-41fa-ac2b-da7a01872868
ModelInvariantUuid:427fbd83-51f4-4c81-ba9e-90d3b0aa9915
ModelName:Vfw8e02d3615433.compute.nodes.heat.vpg
ModelUuid:d5bc98b6-ccee-4a42-aeac-9b5dd51b7f56
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-04-03T05:05:28.848Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||ERROR|500||Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists
2023-04-03T05:05:28.849Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T05:05:28.849Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists)
2023-04-03T05:05:28.849Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T05:05:28.849Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:05:28.849Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:05:28.849Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498328849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:05:29.850Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T05:05:29.850Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists)
2023-04-03T05:05:29.850Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T05:05:29.850Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:05:29.851Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:05:29.851Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498329850,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:05:30.852Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:05:30.876Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:05:30.881Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T05:05:30.881Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T05:05:30.881Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T05:05:30.881Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T05:05:30.881Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:05:30.882Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:05:30.882Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:05:30.882Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:05:30.882Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T05:05:30.899Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T05:06:00.900Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T05:06:00.912Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and serviceModelVersionId: 1d95d522-2e0f-4343-9cc1-c8057874e1a7
2023-04-03T05:06:00.913Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
2023-04-03T05:06:00.913Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0
2023-04-03T05:06:00.919Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T05:06:00.939Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||Invoke
2023-04-03T05:06:00.940Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1a16c27e-6d31-4d51-919e-baeb8e484b83], X-ECOMP-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], X-TransactionId=[], X-ONAP-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], Content-Type=[application/merge-patch+json]}
2023-04-03T05:06:00.948Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T05:06:01.164Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 05:06:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[213], vertex-id=[241720], x-aai-txid=[2-aai-resources-230403-05:06:00:957-99465], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T05:06:01.165Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T05:06:01.165Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||InvokeReturn
2023-04-03T05:06:01.166Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T05:06:01.166Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T05:06:01.173Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-04-03T05:06:01.173Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ba6c437-f06e-4cf5-971b-291d0684a066 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T05:06:01.174Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T05:06:01.174Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:06:01.174Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:06:01.174Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498361173,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:06:02.206Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T05:06:02.207Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-03T05:06:02.207Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:06:02.207Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:06:02.208Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:06:02.208Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T05:06:02.218Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-327421a0-0a59-4ae0-a697-8c3c04995d29
2023-04-03T05:06:02.218Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:06:02.218Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:06:02.219Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T05:06:02.709Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:06:05.720Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:06:07.773Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:06:07.789Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:06:07.789Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T05:06:07.795Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T05:06:07.795Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully joined group with generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-327421a0-0a59-4ae0-a697-8c3c04995d29', protocol='range'}
2023-04-03T05:06:07.799Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 16: {SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-327421a0-0a59-4ae0-a697-8c3c04995d29=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-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-03T05:06:07.814Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully synced group in generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-327421a0-0a59-4ae0-a697-8c3c04995d29', protocol='range'}
2023-04-03T05:06:07.814Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=16, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T05:06:07.815Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:06:07.815Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:06:07.815Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:06:07.815Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:06:07.818Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:06:07.818Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:06:07.818Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:06:07.818Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=253, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:06:07.818Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:06:07.818Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:06:07.819Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:06:07.819Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:06:07.819Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:06:07.819Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:06:07.820Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:06:07.820Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:06:07.827Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:06:07.827Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"67140925-3a6f-407a-959c-109e177260de","serviceName":"basic_onboard_FLWUdk","serviceVersion":"1.0","serviceUUID":"19ebdf40-c64a-481d-8a8f-8b59c9326af3","serviceDescription":"service","serviceInvariantUUID":"2bac4cbd-5db1-4650-9def-8fec2ad66681","resources":[{"resourceInstanceName":"basic_onboard_FLWUdk 0","resourceName":"basic_onboard_FLWUdk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dac3165c-a204-413f-adbe-704623ed23b4","resourceInvariantUUID":"d53cee2e-031e-415a-8fae-95f51faf2e70","resourceCustomizationUUID":"4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml","artifactChecksum":"NGM5YzhiYzRjZjc0ZjU3MmRkMjA5ZTUyYTAwMjQwNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd788691-5050-4702-936e-5323ddbfa177","artifactVersion":"1"},{"artifactName":"basic_onboard_flwudk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json","artifactChecksum":"ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d45e3439-bba4-4631-9b18-813915a57166","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f47d27f-dfde-477b-a49d-8653be82ad1c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ea2f5259-0af6-448f-9bc0-3a618a91f457","artifactVersion":"2","generatedFromUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFlwudk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml","artifactChecksum":"MDk4ODRiZjQ2ZjgxMzhiYjYyYjdkMDAzZGYyNTc2MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"589963b3-da11-4d3e-b9e4-5adee2b92999","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFlwudk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar","artifactChecksum":"ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f8f74d7f-c5f7-425e-a01c-0a969b83b0dc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T05:06:07.829Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:06:07.829Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:06:07.829Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:06:07.830Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498362206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:06:08.830Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:06:08.831Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:06:08.831Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:06:08.831Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498362206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:06:08.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-03T05:06:08.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498002224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:06:08.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:06:08.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-03T05:06:08.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498002224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T05:06:08.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:06:08.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-03T05:06:08.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498002224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-03T05:06:08.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:06:08.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-03T05:06:08.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498002224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:06:08.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:06:08.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-03T05:06:08.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498002224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-03T05:06:08.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:06:08.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-03T05:06:08.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498002224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:06:08.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:06:08.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-03T05:06:08.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498002224,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:06:08.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:06:08.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-03T05:06:08.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498326011,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:06:08.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:06:08.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-03T05:06:08.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498328849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
}
2023-04-03T05:06:08.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:06:08.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-03T05:06:08.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498329850,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
}
2023-04-03T05:06:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:06:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-03T05:06:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498361173,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T05:06:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:06:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-03T05:06:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498362206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:06:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:06:09.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:06:09.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:06:09.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:06:09.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498362206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:06:10.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:06:10.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:06:10.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:06:10.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498362206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:06:11.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:06:11.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:06:11.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:06:11.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498362206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:06:12.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:06:12.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:06:12.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:06:12.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498362206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:06:13.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:06:13.842Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:06:13.842Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:06:13.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498362206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:06:14.844Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "serviceName": "basic_onboard_FLWUdk",
  "serviceVersion": "1.0",
  "serviceUUID": "19ebdf40-c64a-481d-8a8f-8b59c9326af3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2bac4cbd-5db1-4650-9def-8fec2ad66681",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_FLWUdk 0",
      "resourceCustomizationUUID": "4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf",
      "resourceName": "basic_onboard_FLWUdk",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dac3165c-a204-413f-adbe-704623ed23b4",
      "resourceInvariantUUID": "d53cee2e-031e-415a-8fae-95f51faf2e70",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_flwudk0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
          "artifactChecksum": "ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d45e3439-bba4-4631-9b18-813915a57166",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
            "generatedFromUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardFlwudk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
      "artifactChecksum": "ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f8f74d7f-c5f7-425e-a01c-0a969b83b0dc"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T05:06:14.845Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T05:06:14.845Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC
2023-04-03T05:06:14.845Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:67140925-3a6f-407a-959c-109e177260de
ServiceName:basic_onboard_FLWUdk
ServiceVersion:1.0
ServiceUUID:19ebdf40-c64a-481d-8a8f-8b59c9326af3
ServiceInvariantUUID:2bac4cbd-5db1-4650-9def-8fec2ad66681
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFlwudk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
ArtifactUUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc
ArtifactChecksum:ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_FLWUdk 0
ResourceCustomizationUUID:4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf
ResourceInvariantUUID:d53cee2e-031e-415a-8fae-95f51faf2e70
ResourceName:basic_onboard_FLWUdk
ResourceType:VF
ResourceUUID:dac3165c-a204-413f-adbe-704623ed23b4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_flwudk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
ArtifactUUID:d45e3439-bba4-4631-9b18-813915a57166
ArtifactChecksum:ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ=
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:01129bd9-4e3f-4f2f-92c1-083f0cfccae5
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T05:06:14.845Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:06:14.905Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:06:14.905Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-03T05:06:14.905Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-03T05:06:14.905Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f8f74d7f-c5f7-425e-a01c-0a969b83b0dc from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T05:06:14.905Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-03T05:06:14.905Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T05:06:14.931Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-04-03T05:06:14.931Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@eccb9c1
2023-04-03T05:06:14.931Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T05:06:14.931Z|67140925-3a6f-407a-959c-109e177260de|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": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T05:06:14.931Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardFlwudk-csar.csar /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar f8f74d7f-c5f7-425e-a01c-0a969b83b0dc Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T05:06:14.931Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar ASDC sendASDCNotification
2023-04-03T05:06:14.931Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(Specified artifact is  not found)
2023-04-03T05:06:14.931Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T05:06:14.932Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:06:14.932Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:06:14.932Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498374931,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:06:15.933Z|67140925-3a6f-407a-959c-109e177260de|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-BasicOnboardFlwudk-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(UUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-04-03T05:06:15.957Z|67140925-3a6f-407a-959c-109e177260de|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-04-03T05:06:15.957Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T05:06:15.962Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||basic_onboard_FLWUdk 0
2023-04-03T05:06:15.962Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
2023-04-03T05:06:15.962Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d45e3439-bba4-4631-9b18-813915a57166 from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T05:06:15.962Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-03T05:06:15.963Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T05:06:15.981Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-04-03T05:06:15.982Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2bd627ad
2023-04-03T05:06:15.982Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T05:06:15.982Z|67140925-3a6f-407a-959c-109e177260de|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": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T05:06:15.982Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_flwudk0_modules.json /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json d45e3439-bba4-4631-9b18-813915a57166 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T05:06:15.982Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json ASDC sendASDCNotification
2023-04-03T05:06:15.982Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(Specified artifact is  not found)
2023-04-03T05:06:15.982Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T05:06:15.983Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:06:15.983Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:06:15.983Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498375982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:06:16.984Z|67140925-3a6f-407a-959c-109e177260de|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_flwudk0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(UUID:d45e3439-bba4-4631-9b18-813915a57166)
Error message 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-04-03T05:06:16.984Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:06:17.010Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:06:17.015Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:06:17.015Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:06:47.015Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:06:47.042Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:06:47.046Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:06:47.046Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:07:07.773Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:07:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-03T05:07:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498362206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T05:07:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:07:17.047Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:07:17.073Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:07:17.078Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:07:17.079Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:07:47.079Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:07:47.110Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:07:47.115Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:07:47.115Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:08:07.773Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:08:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-03T05:08:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498362206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-03T05:08:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:08:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-03T05:08:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498362206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:08:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:08:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-03T05:08:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498362206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-03T05:08:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:08:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-03T05:08:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498362206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:08:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:08:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-03T05:08:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498362206,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:08:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:08:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-03T05:08:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498374931,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T05:08:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:08:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received message from topic
2023-04-03T05:08:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498375982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T05:08:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:08:17.116Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:08:17.145Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:08:17.150Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:08:17.151Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:08:47.151Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:08:47.177Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:08:47.182Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:08:47.182Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:09:07.773Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:09:17.182Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:09:17.207Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:09:17.212Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:09:17.212Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:09:47.212Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:09:47.240Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:09:47.244Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:09:47.245Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:10:07.774Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:10:17.245Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:10:17.273Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:10:17.280Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:10:17.280Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:10:47.280Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:10:47.310Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:10:47.317Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:10:47.317Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:11:07.774Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:11:07.898Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:11:07.899Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Member SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-327421a0-0a59-4ae0-a697-8c3c04995d29 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-04-03T05:11:07.899Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-03T05:11:07.899Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-03T05:11:08.417Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:11:08.432Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:11:08.432Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T05:11:08.437Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T05:11:08.438Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 17: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-03T05:11:08.482Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=17, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T05:11:08.482Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:11:08.482Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:11:08.486Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:11:08.486Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:11:08.486Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:11:08.486Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=273, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:11:08.486Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:11:08.486Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:11:17.318Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-03T05:11:17.318Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67140925-3a6f-407a-959c-109e177260de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T05:11:17.332Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67140925-3a6f-407a-959c-109e177260de and serviceModelVersionId: 19ebdf40-c64a-481d-8a8f-8b59c9326af3
2023-04-03T05:11:17.332Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2bac4cbd-5db1-4650-9def-8fec2ad66681
2023-04-03T05:11:17.333Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0
2023-04-03T05:11:17.339Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T05:11:17.379Z|67140925-3a6f-407a-959c-109e177260de|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/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T05:11:17.380Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||Invoke
2023-04-03T05:11:17.400Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-03T05:11:17.555Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||InvokeReturn
2023-04-03T05:11:17.555Z|67140925-3a6f-407a-959c-109e177260de|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/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 05:11:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[376920], x-aai-txid=[0-aai-resources-230403-05:11:17:409-78112], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T05:11:17.556Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T05:11:17.556Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T05:11:17.556Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T05:11:17.564Z|67140925-3a6f-407a-959c-109e177260de|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-04-03T05:11:17.564Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67140925-3a6f-407a-959c-109e177260de and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-03T05:11:17.564Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-03T05:11:17.564Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:11:17.565Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:11:17.565Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498677564,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:11:17.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:11:17.587Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498677564,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-03T05:11:17.587Z||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-04-03T05:11:18.599Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:11:18.600Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"1ba6c437-f06e-4cf5-971b-291d0684a066","serviceName":"vFW 2023-04-03 04-26-19","serviceVersion":"1.0","serviceUUID":"1d95d522-2e0f-4343-9cc1-c8057874e1a7","serviceDescription":"catalog service description","serviceInvariantUUID":"8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38","resources":[{"resourceInstanceName":"vFW 8e02d361-5433 0","resourceName":"vFW 8e02d361-5433","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6acdd6c7-fab4-4f67-9353-504622dd5512","resourceInvariantUUID":"38e6e99e-de44-4a71-b00e-d6a14e39c0d0","resourceCustomizationUUID":"c8134348-724c-4ac8-8b4e-b4601205c1d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml","artifactChecksum":"MTlhZWVmMDU3OWZkMjU2Njk5YWMzZWI4YTk1YzgwZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6a0a1ac1-1076-4d05-be3a-49fee5f34737","artifactVersion":"1"},{"artifactName":"vfw8e02d36154330_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json","artifactChecksum":"NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"476a91f6-7739-4473-b109-ebba85512af9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml","artifactChecksum":"MDJmNmQ4NzA3YTZmNDA2MDA0ZDU4MTRiOGFlN2Q2Mjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b38e7060-1448-4d85-8cdf-3a929672567e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"966ecea8-9af0-46aa-8d5d-3895d9686ba8","artifactVersion":"2","generatedFromUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230403042619-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml","artifactChecksum":"MGZlMGI4Zjc5NjcxZjg2N2I1Y2I2NWUyNTVjYjIzNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1540bab5-1751-409a-b2de-7a325f5eb69d","artifactVersion":"1"},{"artifactName":"service-Vfw20230403042619-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar","artifactChecksum":"ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"284a7ed8-be7f-4a31-9f04-d5e7b63fe142","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T05:11:18.601Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:11:18.601Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:11:18.601Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:11:18.602Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498362206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:11:19.603Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:11:19.603Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:11:19.603Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:11:19.604Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498362206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:11:20.605Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:11:20.605Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:11:20.605Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:11:20.605Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498362206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:11:21.607Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:11:21.608Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:11:21.608Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:11:21.608Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498362206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:11:22.610Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:11:22.610Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:11:22.611Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:11:22.611Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498362206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:11:23.612Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:11:23.612Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:11:23.612Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:11:23.612Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498362206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:11:24.613Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:11:24.613Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:11:24.614Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:11:24.614Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498362206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:11:25.615Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "serviceName": "vFW 2023-04-03 04-26-19",
  "serviceVersion": "1.0",
  "serviceUUID": "1d95d522-2e0f-4343-9cc1-c8057874e1a7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38",
  "resources": [
    {
      "resourceInstanceName": "vFW 8e02d361-5433 0",
      "resourceCustomizationUUID": "c8134348-724c-4ac8-8b4e-b4601205c1d5",
      "resourceName": "vFW 8e02d361-5433",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6acdd6c7-fab4-4f67-9353-504622dd5512",
      "resourceInvariantUUID": "38e6e99e-de44-4a71-b00e-d6a14e39c0d0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8e02d36154330_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
          "artifactChecksum": "NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "476a91f6-7739-4473-b109-ebba85512af9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
            "generatedFromUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230403042619-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
      "artifactChecksum": "ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "284a7ed8-be7f-4a31-9f04-d5e7b63fe142"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T05:11:25.616Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T05:11:25.616Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC
2023-04-03T05:11:25.616Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:1ba6c437-f06e-4cf5-971b-291d0684a066
ServiceName:vFW 2023-04-03 04-26-19
ServiceVersion:1.0
ServiceUUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
ServiceInvariantUUID:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230403042619-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
ArtifactUUID:284a7ed8-be7f-4a31-9f04-d5e7b63fe142
ArtifactChecksum:ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8e02d361-5433 0
ResourceCustomizationUUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
ResourceInvariantUUID:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
ResourceName:vFW 8e02d361-5433
ResourceType:VF
ResourceUUID:6acdd6c7-fab4-4f67-9353-504622dd5512
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8e02d36154330_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json
ArtifactUUID:476a91f6-7739-4473-b109-ebba85512af9
ArtifactChecksum:NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI=
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml
ArtifactUUID:62b20843-bd6e-4ffa-9cf5-dfe2585e9862
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T05:11:25.616Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:11:25.676Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:11:25.677Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-03T05:11:25.677Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-03T05:11:25.677Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 from URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T05:11:25.677Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-03T05:11:25.677Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T05:11:26.061Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-04-03T05:11:26.065Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 101447
2023-04-03T05:11:26.066Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T05:11:26.066Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T05:11:26.066Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T05:11:26.066Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:11:26.066Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:11:26.066Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498686065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:11:27.067Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:11:27.068Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-03T05:11:27.068Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142, URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar to file: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:11:27.068Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230403042619-csar.csar
2023-04-03T05:11:27.069Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:11:27.069Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:11:27.186Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15080365272829698946/Definitions/service-Vfw20230403042619-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-04-03T05:11:28.861Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T05:11:28.861Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-03T05:11:28.861Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:11:28.861Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-03T05:11:28.861Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:11:28.862Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:11:28.862Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:11:28.862Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:11:28.862Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:11:28.862Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:11:28.862Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:11:28.862Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:11:28.862Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:11:28.862Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:11:28.862Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8e02d361-5433 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-Vfw20230403042619-csar.csar
2023-04-03T05:11:28.862Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-03T05:11:28.862Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:11:28.862Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:11:28.862Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:11:28.862Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-03T05:11:28.862Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T05:11:28.862Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:11:28.863Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:11:28.863Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:11:28.863Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-03T05:11:28.863Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T05:11:28.863Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:11:28.863Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:11:28.863Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:11:28.863Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T05:11:28.863Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:11:28.863Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:11:28.863Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:11:28.863Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:11:28.863Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:11:28.863Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:11:28.863Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:11:28.863Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:11:28.863Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:11:28.863Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:11:28.864Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:11:28.864Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:11:28.864Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:11:28.864Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:11:28.864Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:11:28.864Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T05:11:28.864Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:11:28.864Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T05:11:28.864Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:11:28.864Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:11:28.864Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:11:28.864Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:11:28.864Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:11:28.864Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:11:28.864Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:11:28.864Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:11:28.864Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:11:28.865Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:11:28.865Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T05:11:28.865Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:11:28.865Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-03T05:11:28.865Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:11:28.865Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:11:28.865Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:11:28.865Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:11:28.865Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:11:28.865Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:11:28.865Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:11:28.865Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:11:28.865Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:11:28.865Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5ffc881a-26c6-4204-a1d2-ba4d1a62f347
2023-04-03T05:11:28.865Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:11:28.865Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T05:11:28.865Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:11:28.865Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:11:28.865Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:11:28.865Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:11:28.865Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:11:28.865Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:11:28.865Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:11:28.865Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-03T05:11:28.866Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:11:28.866Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:11:28.866Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:11:28.866Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:11:28.866Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
2023-04-03T05:11:28.866Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:11:28.866Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T05:11:28.866Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:11:28.866Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:11:28.866Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:11:28.866Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:11:28.866Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:11:28.866Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:11:28.866Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:11:28.866Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:11:28.866Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:11:28.866Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:11:28.866Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:11:28.866Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-03T05:11:28.866Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=122e325f-2e27-4d48-9a3f-efbc72a34c71
2023-04-03T05:11:28.867Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:11:28.868Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:11:28.868Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:11:28.868Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:11:28.868Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:11:28.868Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:11:28.868Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:11:28.868Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:11:28.868Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-03 04-26-19
Description:catalog service description
Model UUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
Model Version:NULL
Model InvariantUuid:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8e02d361-5433
Model UUID:47d4862e-1a6e-4dae-9653-99928c24d602
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cde9fb02-b9a2-4c60-9c16-09798dbb426d
ModelName:Vfw8e02d3615433..base_vfw..module-0
ModelUuid:6455b1ae-49c2-4d62-8cfb-2a21c47b6279
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5ffc881a-26c6-4204-a1d2-ba4d1a62f347
ModelInvariantUuid:7e3cea96-7596-4528-9dfb-591d1405d3a3
ModelName:vFW 8e02d361-5433-nodes.vfwCvfc
ModelUuid:756475be-46b0-4af1-9b47-3051a8f60749
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:082e0945-8a5f-423d-8d6d-a828b35abcfb
ModelInvariantUuid:b465ff3b-5bff-4c01-8015-9a6983208da2
ModelName:Vfw8e02d3615433.compute.nodes.heat.vfw
ModelUuid:79b898ee-37ad-4e21-a0c4-244ae0393f4e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
ModelInvariantUuid:7ca98905-f86a-4518-bbb0-9bfbc9cb899c
ModelName:vFW 8e02d361-5433-nodes.vsnCvfc
ModelUuid:d550497c-377e-420a-b821-53296abc0905
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8d40a476-40b7-4511-b338-57d6275036c1
ModelInvariantUuid:d1f91f15-5937-45d6-aa49-dd806b16d46a
ModelName:Vfw8e02d3615433.compute.nodes.heat.vsn
ModelUuid:4983761a-7d0f-41cc-981e-225a831f6b16
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:122e325f-2e27-4d48-9a3f-efbc72a34c71
ModelInvariantUuid:506f7d29-0459-42b4-a53f-aaea27378297
ModelName:vFW 8e02d361-5433-nodes.vpgCvfc
ModelUuid:78065023-194b-4fca-99d6-23e702ead165
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:97f360b6-9db5-41fa-ac2b-da7a01872868
ModelInvariantUuid:427fbd83-51f4-4c81-ba9e-90d3b0aa9915
ModelName:Vfw8e02d3615433.compute.nodes.heat.vpg
ModelUuid:d5bc98b6-ccee-4a42-aeac-9b5dd51b7f56
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-04-03T05:11:28.914Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||ERROR|500||Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists
2023-04-03T05:11:28.914Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T05:11:28.915Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists)
2023-04-03T05:11:28.915Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T05:11:28.915Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:11:28.915Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:11:28.915Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498688914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:11:29.916Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T05:11:29.916Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists)
2023-04-03T05:11:29.916Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T05:11:29.917Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:11:29.917Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:11:29.917Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498689916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:11:30.918Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:11:30.950Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:11:30.956Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T05:11:30.956Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T05:11:30.956Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T05:11:30.956Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T05:11:30.957Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:11:30.957Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:11:30.957Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:11:30.957Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:11:30.957Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T05:11:30.971Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T05:12:00.972Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T05:12:00.985Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and serviceModelVersionId: 1d95d522-2e0f-4343-9cc1-c8057874e1a7
2023-04-03T05:12:00.986Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
2023-04-03T05:12:00.987Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0
2023-04-03T05:12:00.996Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T05:12:01.053Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||Invoke
2023-04-03T05:12:01.053Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f23a8d87-a31a-468b-8ccf-47bb6edd1c02], X-ECOMP-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], X-TransactionId=[], X-ONAP-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], Content-Type=[application/merge-patch+json]}
2023-04-03T05:12:01.063Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T05:12:01.360Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 05:12:01 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[293], vertex-id=[241720], x-aai-txid=[2-aai-resources-230403-05:12:01:073-8432], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T05:12:01.360Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T05:12:01.361Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||InvokeReturn
2023-04-03T05:12:01.361Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T05:12:01.361Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T05:12:01.370Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-04-03T05:12:01.371Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ba6c437-f06e-4cf5-971b-291d0684a066 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T05:12:01.371Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T05:12:01.371Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:12:01.371Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:12:01.371Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498721371,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:12:02.406Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T05:12:02.407Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-03T05:12:02.407Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:12:02.408Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:12:02.408Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:12:02.408Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T05:12:02.412Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-5387280d-97fb-4abc-9072-fb55b12db731
2023-04-03T05:12:02.413Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:12:02.413Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:12:02.413Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T05:12:02.720Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:12:05.729Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:12:07.773Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:12:07.787Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:12:07.787Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T05:12:07.794Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T05:12:07.794Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully joined group with generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-5387280d-97fb-4abc-9072-fb55b12db731', protocol='range'}
2023-04-03T05:12:07.798Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 18: {SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-5387280d-97fb-4abc-9072-fb55b12db731=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-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-03T05:12:07.812Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T05:12:07.812Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully synced group in generation Generation{generationId=18, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-5387280d-97fb-4abc-9072-fb55b12db731', protocol='range'}
2023-04-03T05:12:07.813Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:12:07.813Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:12:07.813Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:12:07.813Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:12:07.816Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:12:07.816Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:12:07.816Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:12:07.816Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:12:07.816Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:12:07.816Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:12:07.816Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:12:07.817Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:12:07.817Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:12:07.817Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=274, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:12:07.817Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:12:07.817Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:12:07.825Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:12:07.825Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"67140925-3a6f-407a-959c-109e177260de","serviceName":"basic_onboard_FLWUdk","serviceVersion":"1.0","serviceUUID":"19ebdf40-c64a-481d-8a8f-8b59c9326af3","serviceDescription":"service","serviceInvariantUUID":"2bac4cbd-5db1-4650-9def-8fec2ad66681","resources":[{"resourceInstanceName":"basic_onboard_FLWUdk 0","resourceName":"basic_onboard_FLWUdk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dac3165c-a204-413f-adbe-704623ed23b4","resourceInvariantUUID":"d53cee2e-031e-415a-8fae-95f51faf2e70","resourceCustomizationUUID":"4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml","artifactChecksum":"NGM5YzhiYzRjZjc0ZjU3MmRkMjA5ZTUyYTAwMjQwNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd788691-5050-4702-936e-5323ddbfa177","artifactVersion":"1"},{"artifactName":"basic_onboard_flwudk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json","artifactChecksum":"ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d45e3439-bba4-4631-9b18-813915a57166","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f47d27f-dfde-477b-a49d-8653be82ad1c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ea2f5259-0af6-448f-9bc0-3a618a91f457","artifactVersion":"2","generatedFromUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFlwudk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml","artifactChecksum":"MDk4ODRiZjQ2ZjgxMzhiYjYyYjdkMDAzZGYyNTc2MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"589963b3-da11-4d3e-b9e4-5adee2b92999","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFlwudk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar","artifactChecksum":"ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f8f74d7f-c5f7-425e-a01c-0a969b83b0dc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T05:12:07.827Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:12:07.828Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:12:07.828Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:12:07.828Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498722406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:12:08.829Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:12:08.829Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:12:08.830Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:12:08.830Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498722406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:12:08.833Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:12:08.833Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498362206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:12:08.834Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:12:08.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:12:08.834Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498362206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T05:12:08.834Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:12:08.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:12:08.834Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498362206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-03T05:12:08.834Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:12:08.834Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:12:08.835Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498362206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:12:08.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:12:08.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:12:08.835Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498362206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-03T05:12:08.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:12:08.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:12:08.835Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498362206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:12:08.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:12:08.835Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:12:08.835Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498362206,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:12:08.835Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:12:08.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:12:08.836Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498686065,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:12:08.836Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:12:08.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:12:08.836Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498688914,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
}
2023-04-03T05:12:08.836Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:12:08.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:12:08.836Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498689916,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
}
2023-04-03T05:12:08.836Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:12:08.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:12:08.836Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498721371,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T05:12:08.836Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:12:08.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:12:08.837Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498722406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:12:08.837Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:12:09.831Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:12:09.831Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:12:09.831Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:12:09.831Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498722406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:12:10.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:12:10.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:12:10.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:12:10.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498722406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:12:11.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:12:11.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:12:11.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:12:11.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498722406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:12:12.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:12:12.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:12:12.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:12:12.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498722406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:12:13.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:12:13.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:12:13.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:12:13.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498722406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:12:14.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "serviceName": "basic_onboard_FLWUdk",
  "serviceVersion": "1.0",
  "serviceUUID": "19ebdf40-c64a-481d-8a8f-8b59c9326af3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2bac4cbd-5db1-4650-9def-8fec2ad66681",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_FLWUdk 0",
      "resourceCustomizationUUID": "4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf",
      "resourceName": "basic_onboard_FLWUdk",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dac3165c-a204-413f-adbe-704623ed23b4",
      "resourceInvariantUUID": "d53cee2e-031e-415a-8fae-95f51faf2e70",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_flwudk0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
          "artifactChecksum": "ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d45e3439-bba4-4631-9b18-813915a57166",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
            "generatedFromUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardFlwudk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
      "artifactChecksum": "ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f8f74d7f-c5f7-425e-a01c-0a969b83b0dc"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T05:12:14.841Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T05:12:14.841Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC
2023-04-03T05:12:14.841Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:67140925-3a6f-407a-959c-109e177260de
ServiceName:basic_onboard_FLWUdk
ServiceVersion:1.0
ServiceUUID:19ebdf40-c64a-481d-8a8f-8b59c9326af3
ServiceInvariantUUID:2bac4cbd-5db1-4650-9def-8fec2ad66681
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFlwudk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
ArtifactUUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc
ArtifactChecksum:ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_FLWUdk 0
ResourceCustomizationUUID:4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf
ResourceInvariantUUID:d53cee2e-031e-415a-8fae-95f51faf2e70
ResourceName:basic_onboard_FLWUdk
ResourceType:VF
ResourceUUID:dac3165c-a204-413f-adbe-704623ed23b4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_flwudk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
ArtifactUUID:d45e3439-bba4-4631-9b18-813915a57166
ArtifactChecksum:ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ=
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:01129bd9-4e3f-4f2f-92c1-083f0cfccae5
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T05:12:14.841Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:12:14.892Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:12:14.893Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-03T05:12:14.893Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-03T05:12:14.893Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f8f74d7f-c5f7-425e-a01c-0a969b83b0dc from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T05:12:14.893Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-03T05:12:14.893Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T05:12:14.916Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-04-03T05:12:14.916Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5ca044aa
2023-04-03T05:12:14.916Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T05:12:14.917Z|67140925-3a6f-407a-959c-109e177260de|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": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T05:12:14.917Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardFlwudk-csar.csar /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar f8f74d7f-c5f7-425e-a01c-0a969b83b0dc Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T05:12:14.917Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar ASDC sendASDCNotification
2023-04-03T05:12:14.917Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(Specified artifact is  not found)
2023-04-03T05:12:14.917Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T05:12:14.917Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:12:14.917Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:12:14.917Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498734917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:12:15.918Z|67140925-3a6f-407a-959c-109e177260de|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-BasicOnboardFlwudk-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(UUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-04-03T05:12:15.940Z|67140925-3a6f-407a-959c-109e177260de|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-04-03T05:12:15.940Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T05:12:15.945Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||basic_onboard_FLWUdk 0
2023-04-03T05:12:15.945Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
2023-04-03T05:12:15.945Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d45e3439-bba4-4631-9b18-813915a57166 from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T05:12:15.945Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-03T05:12:15.945Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T05:12:15.964Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||GET Response Status 404
2023-04-03T05:12:15.965Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6655dd67
2023-04-03T05:12:15.965Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T05:12:15.965Z|67140925-3a6f-407a-959c-109e177260de|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": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T05:12:15.965Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_flwudk0_modules.json /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json d45e3439-bba4-4631-9b18-813915a57166 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T05:12:15.965Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json ASDC sendASDCNotification
2023-04-03T05:12:15.965Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(Specified artifact is  not found)
2023-04-03T05:12:15.965Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T05:12:15.966Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:12:15.966Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:12:15.966Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498735965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:12:16.967Z|67140925-3a6f-407a-959c-109e177260de|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_flwudk0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(UUID:d45e3439-bba4-4631-9b18-813915a57166)
Error message 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-04-03T05:12:16.967Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:12:16.994Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:12:16.999Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:12:16.999Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:12:46.999Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:12:47.016Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:12:47.019Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:12:47.019Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:13:07.773Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:13:07.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:13:07.776Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498722406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T05:13:07.777Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:13:17.020Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:13:17.044Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:13:17.049Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:13:17.049Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:13:47.049Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:13:47.078Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:13:47.082Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:13:47.083Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:14:07.773Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:14:07.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:14:07.775Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498722406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-03T05:14:07.776Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:14:07.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:14:07.776Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498722406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:14:07.776Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:14:07.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:14:07.777Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498722406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-03T05:14:07.777Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:14:07.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:14:07.777Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498722406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:14:07.777Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:14:07.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:14:07.777Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498722406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:14:07.778Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:14:07.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:14:07.778Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498734917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T05:14:07.778Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:14:07.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:14:07.778Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498735965,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T05:14:07.779Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:14:17.084Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:14:17.115Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:14:17.121Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:14:17.121Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:14:47.122Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:14:47.149Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:14:47.153Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:14:47.154Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:15:07.773Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:15:17.154Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:15:17.184Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:15:17.190Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:15:17.190Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:15:47.190Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:15:47.218Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:15:47.224Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:15:47.224Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:16:07.775Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:16:17.224Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:16:17.253Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:16:17.259Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:16:17.260Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:16:47.260Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:16:47.290Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:16:47.297Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:16:47.298Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:17:07.776Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:17:07.898Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:17:07.898Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Member SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-5387280d-97fb-4abc-9072-fb55b12db731 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-04-03T05:17:07.899Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-03T05:17:07.899Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-03T05:17:08.364Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:17:08.380Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:17:08.380Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T05:17:08.386Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T05:17:08.387Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 19: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-03T05:17:08.403Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=19, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T05:17:08.403Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:17:08.404Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:17:08.407Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:17:08.408Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:17:08.408Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:17:08.408Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=294, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:17:08.409Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:17:08.409Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:17:17.299Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-03T05:17:17.299Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67140925-3a6f-407a-959c-109e177260de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T05:17:17.312Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67140925-3a6f-407a-959c-109e177260de and serviceModelVersionId: 19ebdf40-c64a-481d-8a8f-8b59c9326af3
2023-04-03T05:17:17.312Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2bac4cbd-5db1-4650-9def-8fec2ad66681
2023-04-03T05:17:17.313Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0
2023-04-03T05:17:17.319Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T05:17:17.347Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||Invoke
2023-04-03T05:17:17.347Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[67140925-3a6f-407a-959c-109e177260de], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[df5a0203-1985-428b-852a-00be07f8f548], X-ECOMP-RequestID=[67140925-3a6f-407a-959c-109e177260de], X-TransactionId=[], X-ONAP-RequestID=[67140925-3a6f-407a-959c-109e177260de], Content-Type=[application/merge-patch+json]}
2023-04-03T05:17:17.354Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-03T05:17:17.509Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 05:17:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[376920], x-aai-txid=[2-aai-resources-230403-05:17:17:361-70745], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T05:17:17.509Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T05:17:17.510Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||InvokeReturn
2023-04-03T05:17:17.510Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T05:17:17.511Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T05:17:17.521Z|67140925-3a6f-407a-959c-109e177260de|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-04-03T05:17:17.522Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67140925-3a6f-407a-959c-109e177260de and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-03T05:17:17.522Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-03T05:17:17.522Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:17:17.522Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:17:17.523Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499037522,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:17:17.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:17:17.541Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499037522,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-03T05:17:17.542Z||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-04-03T05:17:18.556Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:17:18.556Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||received notification from broker: {"distributionID":"1ba6c437-f06e-4cf5-971b-291d0684a066","serviceName":"vFW 2023-04-03 04-26-19","serviceVersion":"1.0","serviceUUID":"1d95d522-2e0f-4343-9cc1-c8057874e1a7","serviceDescription":"catalog service description","serviceInvariantUUID":"8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38","resources":[{"resourceInstanceName":"vFW 8e02d361-5433 0","resourceName":"vFW 8e02d361-5433","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6acdd6c7-fab4-4f67-9353-504622dd5512","resourceInvariantUUID":"38e6e99e-de44-4a71-b00e-d6a14e39c0d0","resourceCustomizationUUID":"c8134348-724c-4ac8-8b4e-b4601205c1d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml","artifactChecksum":"MTlhZWVmMDU3OWZkMjU2Njk5YWMzZWI4YTk1YzgwZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6a0a1ac1-1076-4d05-be3a-49fee5f34737","artifactVersion":"1"},{"artifactName":"vfw8e02d36154330_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json","artifactChecksum":"NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"476a91f6-7739-4473-b109-ebba85512af9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml","artifactChecksum":"MDJmNmQ4NzA3YTZmNDA2MDA0ZDU4MTRiOGFlN2Q2Mjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b38e7060-1448-4d85-8cdf-3a929672567e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"966ecea8-9af0-46aa-8d5d-3895d9686ba8","artifactVersion":"2","generatedFromUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230403042619-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml","artifactChecksum":"MGZlMGI4Zjc5NjcxZjg2N2I1Y2I2NWUyNTVjYjIzNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1540bab5-1751-409a-b2de-7a325f5eb69d","artifactVersion":"1"},{"artifactName":"service-Vfw20230403042619-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar","artifactChecksum":"ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"284a7ed8-be7f-4a31-9f04-d5e7b63fe142","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T05:17:18.557Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:17:18.557Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:17:18.557Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:17:18.557Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498722406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:17:19.559Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:17:19.559Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:17:19.559Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:17:19.560Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498722406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:17:20.562Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:17:20.562Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:17:20.562Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:17:20.563Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498722406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:17:21.564Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:17:21.565Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:17:21.565Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:17:21.565Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498722406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:17:22.566Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:17:22.566Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:17:22.566Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:17:22.566Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498722406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:17:23.567Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:17:23.567Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:17:23.567Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:17:23.568Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498722406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:17:24.568Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:17:24.569Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:17:24.569Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:17:24.569Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498722406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:17:25.570Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "serviceName": "vFW 2023-04-03 04-26-19",
  "serviceVersion": "1.0",
  "serviceUUID": "1d95d522-2e0f-4343-9cc1-c8057874e1a7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38",
  "resources": [
    {
      "resourceInstanceName": "vFW 8e02d361-5433 0",
      "resourceCustomizationUUID": "c8134348-724c-4ac8-8b4e-b4601205c1d5",
      "resourceName": "vFW 8e02d361-5433",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6acdd6c7-fab4-4f67-9353-504622dd5512",
      "resourceInvariantUUID": "38e6e99e-de44-4a71-b00e-d6a14e39c0d0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8e02d36154330_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
          "artifactChecksum": "NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "476a91f6-7739-4473-b109-ebba85512af9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
            "generatedFromUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230403042619-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
      "artifactChecksum": "ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "284a7ed8-be7f-4a31-9f04-d5e7b63fe142"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T05:17:25.570Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T05:17:25.571Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC
2023-04-03T05:17:25.571Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:1ba6c437-f06e-4cf5-971b-291d0684a066
ServiceName:vFW 2023-04-03 04-26-19
ServiceVersion:1.0
ServiceUUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
ServiceInvariantUUID:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230403042619-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
ArtifactUUID:284a7ed8-be7f-4a31-9f04-d5e7b63fe142
ArtifactChecksum:ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8e02d361-5433 0
ResourceCustomizationUUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
ResourceInvariantUUID:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
ResourceName:vFW 8e02d361-5433
ResourceType:VF
ResourceUUID:6acdd6c7-fab4-4f67-9353-504622dd5512
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8e02d36154330_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json
ArtifactUUID:476a91f6-7739-4473-b109-ebba85512af9
ArtifactChecksum:NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI=
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml
ArtifactUUID:62b20843-bd6e-4ffa-9cf5-dfe2585e9862
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T05:17:25.572Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:17:25.620Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:17:25.621Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-03T05:17:25.621Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-03T05:17:25.621Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 from URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T05:17:25.621Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - download
2023-04-03T05:17:25.621Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T05:17:25.924Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2023-04-03T05:17:25.926Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 101447
2023-04-03T05:17:25.927Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T05:17:25.927Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T05:17:25.927Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T05:17:25.928Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:17:25.928Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:17:25.928Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499045927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:17:26.929Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:17:26.930Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2023-04-03T05:17:26.930Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142, URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar to file: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:17:26.930Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230403042619-csar.csar
2023-04-03T05:17:26.931Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:17:26.931Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:17:27.058Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6175586616880217702/Definitions/service-Vfw20230403042619-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-03T05:17:28.734Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T05:17:28.734Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-03T05:17:28.734Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:17:28.735Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-03T05:17:28.735Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:17:28.735Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:17:28.735Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:17:28.735Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:17:28.735Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:17:28.735Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:17:28.735Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:17:28.735Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:17:28.735Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:17:28.735Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:17:28.735Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8e02d361-5433 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-Vfw20230403042619-csar.csar
2023-04-03T05:17:28.735Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||WARN|500||####################################################################################################
2023-04-03T05:17:28.735Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:17:28.735Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:17:28.735Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:17:28.735Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-03T05:17:28.735Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T05:17:28.735Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:17:28.735Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:17:28.735Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:17:28.735Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2023-04-03T05:17:28.736Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T05:17:28.736Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:17:28.736Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:17:28.736Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:17:28.736Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T05:17:28.736Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:17:28.736Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:17:28.736Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:17:28.736Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:17:28.736Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:17:28.736Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:17:28.736Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:17:28.736Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:17:28.736Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:17:28.736Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:17:28.736Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:17:28.736Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:17:28.736Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:17:28.736Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:17:28.737Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:17:28.737Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T05:17:28.737Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:17:28.737Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T05:17:28.737Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:17:28.737Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:17:28.737Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:17:28.737Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:17:28.737Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:17:28.737Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:17:28.737Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:17:28.737Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:17:28.737Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:17:28.737Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:17:28.737Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T05:17:28.737Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:17:28.738Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-03T05:17:28.738Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:17:28.738Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:17:28.738Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:17:28.738Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:17:28.738Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:17:28.738Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:17:28.738Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:17:28.738Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:17:28.738Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:17:28.738Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5ffc881a-26c6-4204-a1d2-ba4d1a62f347
2023-04-03T05:17:28.738Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:17:28.738Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T05:17:28.738Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:17:28.738Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:17:28.738Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:17:28.738Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:17:28.738Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:17:28.738Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:17:28.738Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:17:28.738Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-03T05:17:28.738Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:17:28.738Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:17:28.738Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:17:28.738Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:17:28.738Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
2023-04-03T05:17:28.739Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:17:28.739Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T05:17:28.739Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:17:28.739Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:17:28.739Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:17:28.739Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:17:28.739Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:17:28.739Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:17:28.739Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:17:28.739Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:17:28.739Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:17:28.739Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:17:28.739Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:17:28.739Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-03T05:17:28.739Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=122e325f-2e27-4d48-9a3f-efbc72a34c71
2023-04-03T05:17:28.739Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:17:28.739Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:17:28.739Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:17:28.739Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:17:28.740Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:17:28.740Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:17:28.740Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:17:28.740Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:17:28.740Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-03 04-26-19
Description:catalog service description
Model UUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
Model Version:NULL
Model InvariantUuid:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8e02d361-5433
Model UUID:47d4862e-1a6e-4dae-9653-99928c24d602
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cde9fb02-b9a2-4c60-9c16-09798dbb426d
ModelName:Vfw8e02d3615433..base_vfw..module-0
ModelUuid:6455b1ae-49c2-4d62-8cfb-2a21c47b6279
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5ffc881a-26c6-4204-a1d2-ba4d1a62f347
ModelInvariantUuid:7e3cea96-7596-4528-9dfb-591d1405d3a3
ModelName:vFW 8e02d361-5433-nodes.vfwCvfc
ModelUuid:756475be-46b0-4af1-9b47-3051a8f60749
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:082e0945-8a5f-423d-8d6d-a828b35abcfb
ModelInvariantUuid:b465ff3b-5bff-4c01-8015-9a6983208da2
ModelName:Vfw8e02d3615433.compute.nodes.heat.vfw
ModelUuid:79b898ee-37ad-4e21-a0c4-244ae0393f4e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
ModelInvariantUuid:7ca98905-f86a-4518-bbb0-9bfbc9cb899c
ModelName:vFW 8e02d361-5433-nodes.vsnCvfc
ModelUuid:d550497c-377e-420a-b821-53296abc0905
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8d40a476-40b7-4511-b338-57d6275036c1
ModelInvariantUuid:d1f91f15-5937-45d6-aa49-dd806b16d46a
ModelName:Vfw8e02d3615433.compute.nodes.heat.vsn
ModelUuid:4983761a-7d0f-41cc-981e-225a831f6b16
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:122e325f-2e27-4d48-9a3f-efbc72a34c71
ModelInvariantUuid:506f7d29-0459-42b4-a53f-aaea27378297
ModelName:vFW 8e02d361-5433-nodes.vpgCvfc
ModelUuid:78065023-194b-4fca-99d6-23e702ead165
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:97f360b6-9db5-41fa-ac2b-da7a01872868
ModelInvariantUuid:427fbd83-51f4-4c81-ba9e-90d3b0aa9915
ModelName:Vfw8e02d3615433.compute.nodes.heat.vpg
ModelUuid:d5bc98b6-ccee-4a42-aeac-9b5dd51b7f56
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-04-03T05:17:28.784Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||ERROR|500||Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists
2023-04-03T05:17:28.785Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T05:17:28.785Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists)
2023-04-03T05:17:28.785Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T05:17:28.785Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:17:28.785Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:17:28.785Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499048784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:17:29.786Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T05:17:29.786Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists)
2023-04-03T05:17:29.786Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T05:17:29.786Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:17:29.786Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:17:29.786Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499049785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:17:30.787Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:17:30.812Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:17:30.816Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T05:17:30.817Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T05:17:30.817Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T05:17:30.817Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T05:17:30.817Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:17:30.817Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:17:30.817Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:17:30.817Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:17:30.817Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T05:17:30.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T05:18:00.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T05:18:00.847Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and serviceModelVersionId: 1d95d522-2e0f-4343-9cc1-c8057874e1a7
2023-04-03T05:18:00.848Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
2023-04-03T05:18:00.849Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0
2023-04-03T05:18:00.855Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T05:18:00.885Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||Invoke
2023-04-03T05:18:00.885Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0fac93ad-5e35-4fed-8bf3-7c23bab11e4d], X-ECOMP-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], X-TransactionId=[], X-ONAP-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], Content-Type=[application/merge-patch+json]}
2023-04-03T05:18:00.897Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T05:18:01.142Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 05:18:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[242], vertex-id=[241720], x-aai-txid=[0-aai-resources-230403-05:18:00:905-84114], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T05:18:01.143Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T05:18:01.144Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||InvokeReturn
2023-04-03T05:18:01.144Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T05:18:01.144Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T05:18:01.158Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-04-03T05:18:01.158Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ba6c437-f06e-4cf5-971b-291d0684a066 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T05:18:01.159Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T05:18:01.159Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:18:01.159Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:18:01.160Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499081158,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:18:02.190Z||pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T05:18:02.190Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-03T05:18:02.190Z||pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:18:02.191Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:18:02.191Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:18:02.191Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T05:18:02.193Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-e9cd9b7d-4f25-4946-8136-4e1705528b0f
2023-04-03T05:18:02.193Z||pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:18:02.193Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:18:02.194Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T05:18:02.645Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:18:05.656Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:18:07.773Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:18:07.787Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:18:07.787Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T05:18:07.791Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully joined group with generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-e9cd9b7d-4f25-4946-8136-4e1705528b0f', protocol='range'}
2023-04-03T05:18:07.792Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T05:18:07.797Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 20: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-e9cd9b7d-4f25-4946-8136-4e1705528b0f=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-04-03T05:18:07.819Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T05:18:07.819Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully synced group in generation Generation{generationId=20, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-e9cd9b7d-4f25-4946-8136-4e1705528b0f', protocol='range'}
2023-04-03T05:18:07.820Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:18:07.820Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:18:07.820Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:18:07.820Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:18:07.824Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:18:07.825Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:18:07.825Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:18:07.825Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=295, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:18:07.825Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:18:07.825Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:18:07.825Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:18:07.826Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:18:07.826Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:18:07.826Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:18:07.826Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:18:07.826Z||pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:18:07.833Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:18:07.833Z||pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"67140925-3a6f-407a-959c-109e177260de","serviceName":"basic_onboard_FLWUdk","serviceVersion":"1.0","serviceUUID":"19ebdf40-c64a-481d-8a8f-8b59c9326af3","serviceDescription":"service","serviceInvariantUUID":"2bac4cbd-5db1-4650-9def-8fec2ad66681","resources":[{"resourceInstanceName":"basic_onboard_FLWUdk 0","resourceName":"basic_onboard_FLWUdk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dac3165c-a204-413f-adbe-704623ed23b4","resourceInvariantUUID":"d53cee2e-031e-415a-8fae-95f51faf2e70","resourceCustomizationUUID":"4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml","artifactChecksum":"NGM5YzhiYzRjZjc0ZjU3MmRkMjA5ZTUyYTAwMjQwNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd788691-5050-4702-936e-5323ddbfa177","artifactVersion":"1"},{"artifactName":"basic_onboard_flwudk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json","artifactChecksum":"ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d45e3439-bba4-4631-9b18-813915a57166","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f47d27f-dfde-477b-a49d-8653be82ad1c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ea2f5259-0af6-448f-9bc0-3a618a91f457","artifactVersion":"2","generatedFromUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFlwudk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml","artifactChecksum":"MDk4ODRiZjQ2ZjgxMzhiYjYyYjdkMDAzZGYyNTc2MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"589963b3-da11-4d3e-b9e4-5adee2b92999","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFlwudk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar","artifactChecksum":"ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f8f74d7f-c5f7-425e-a01c-0a969b83b0dc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T05:18:07.835Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:18:07.835Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:18:07.835Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:18:07.835Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499082190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:18:08.836Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:18:08.837Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:18:08.837Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:18:08.837Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499082190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:18:08.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:18:08.850Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498722406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:18:08.851Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:18:08.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:18:08.851Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498722406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T05:18:08.851Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:18:08.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:18:08.851Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498722406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-03T05:18:08.851Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:18:08.851Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:18:08.852Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498722406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:18:08.852Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:18:08.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:18:08.852Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498722406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-03T05:18:08.852Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:18:08.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:18:08.852Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498722406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:18:08.852Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:18:08.852Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:18:08.852Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680498722406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:18:08.852Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:18:08.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:18:08.853Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499045927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:18:08.853Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:18:08.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:18:08.853Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499048784,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
}
2023-04-03T05:18:08.853Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:18:08.853Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:18:08.853Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499049785,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
}
2023-04-03T05:18:08.855Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:18:08.855Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:18:08.856Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499081158,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T05:18:08.856Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:18:08.856Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:18:08.856Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499082190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:18:08.856Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:18:09.838Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:18:09.838Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:18:09.838Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:18:09.839Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499082190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:18:10.839Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:18:10.840Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:18:10.840Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:18:10.840Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499082190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:18:11.841Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:18:11.842Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:18:11.842Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:18:11.842Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499082190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:18:12.843Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:18:12.844Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:18:12.844Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:18:12.844Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499082190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:18:13.845Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:18:13.845Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:18:13.846Z||pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:18:13.846Z||pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499082190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:18:14.847Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "serviceName": "basic_onboard_FLWUdk",
  "serviceVersion": "1.0",
  "serviceUUID": "19ebdf40-c64a-481d-8a8f-8b59c9326af3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2bac4cbd-5db1-4650-9def-8fec2ad66681",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_FLWUdk 0",
      "resourceCustomizationUUID": "4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf",
      "resourceName": "basic_onboard_FLWUdk",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dac3165c-a204-413f-adbe-704623ed23b4",
      "resourceInvariantUUID": "d53cee2e-031e-415a-8fae-95f51faf2e70",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_flwudk0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
          "artifactChecksum": "ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d45e3439-bba4-4631-9b18-813915a57166",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
            "generatedFromUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardFlwudk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
      "artifactChecksum": "ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f8f74d7f-c5f7-425e-a01c-0a969b83b0dc"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T05:18:14.848Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T05:18:14.848Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC
2023-04-03T05:18:14.848Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:67140925-3a6f-407a-959c-109e177260de
ServiceName:basic_onboard_FLWUdk
ServiceVersion:1.0
ServiceUUID:19ebdf40-c64a-481d-8a8f-8b59c9326af3
ServiceInvariantUUID:2bac4cbd-5db1-4650-9def-8fec2ad66681
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFlwudk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
ArtifactUUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc
ArtifactChecksum:ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_FLWUdk 0
ResourceCustomizationUUID:4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf
ResourceInvariantUUID:d53cee2e-031e-415a-8fae-95f51faf2e70
ResourceName:basic_onboard_FLWUdk
ResourceType:VF
ResourceUUID:dac3165c-a204-413f-adbe-704623ed23b4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_flwudk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
ArtifactUUID:d45e3439-bba4-4631-9b18-813915a57166
ArtifactChecksum:ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ=
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:01129bd9-4e3f-4f2f-92c1-083f0cfccae5
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T05:18:14.849Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:18:14.899Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:18:14.899Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:18:14.900Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:18:14.900Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f8f74d7f-c5f7-425e-a01c-0a969b83b0dc from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T05:18:14.900Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-03T05:18:14.900Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T05:18:14.923Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-03T05:18:14.924Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@708852a8
2023-04-03T05:18:14.924Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T05:18:14.924Z|67140925-3a6f-407a-959c-109e177260de|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": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T05:18:14.925Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardFlwudk-csar.csar /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar f8f74d7f-c5f7-425e-a01c-0a969b83b0dc Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T05:18:14.925Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar ASDC sendASDCNotification
2023-04-03T05:18:14.925Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(Specified artifact is  not found)
2023-04-03T05:18:14.925Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T05:18:14.925Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:18:14.925Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:18:14.926Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499094925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:18:15.928Z|67140925-3a6f-407a-959c-109e177260de|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-BasicOnboardFlwudk-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(UUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-04-03T05:18:15.954Z|67140925-3a6f-407a-959c-109e177260de|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-04-03T05:18:15.954Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T05:18:15.961Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||basic_onboard_FLWUdk 0
2023-04-03T05:18:15.961Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
2023-04-03T05:18:15.961Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d45e3439-bba4-4631-9b18-813915a57166 from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T05:18:15.962Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-03T05:18:15.962Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T05:18:15.979Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-03T05:18:15.979Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@62d19e18
2023-04-03T05:18:15.980Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T05:18:15.980Z|67140925-3a6f-407a-959c-109e177260de|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": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T05:18:15.981Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_flwudk0_modules.json /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json d45e3439-bba4-4631-9b18-813915a57166 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T05:18:15.981Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json ASDC sendASDCNotification
2023-04-03T05:18:15.981Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(Specified artifact is  not found)
2023-04-03T05:18:15.981Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T05:18:15.982Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:18:15.982Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:18:15.982Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499095981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:18:16.983Z|67140925-3a6f-407a-959c-109e177260de|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_flwudk0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(UUID:d45e3439-bba4-4631-9b18-813915a57166)
Error message 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-04-03T05:18:16.984Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:18:17.013Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:18:17.019Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:18:17.019Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:18:47.019Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:18:47.046Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:18:47.051Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:18:47.051Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:19:07.773Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:19:07.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:19:07.775Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499082190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T05:19:07.775Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:19:17.051Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:19:17.080Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:19:17.085Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:19:17.085Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:19:47.085Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:19:47.107Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:19:47.111Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:19:47.111Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:20:07.773Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:20:07.774Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:20:07.774Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499082190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-03T05:20:07.775Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:20:07.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:20:07.775Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499082190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:20:07.775Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:20:07.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:20:07.775Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499082190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-03T05:20:07.775Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:20:07.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:20:07.775Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499082190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:20:07.775Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:20:07.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:20:07.776Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499082190,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:20:07.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:20:07.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:20:07.776Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499094925,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T05:20:07.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:20:07.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:20:07.776Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499095981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T05:20:07.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:20:17.111Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:20:17.137Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:20:17.147Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:20:17.147Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:20:47.148Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:20:47.182Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:20:47.186Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:20:47.186Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:21:07.773Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:21:17.187Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:21:17.218Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:21:17.224Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:21:17.224Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:21:47.224Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:21:47.253Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:21:47.258Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:21:47.258Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:22:07.774Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:22:17.259Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:22:17.284Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:22:17.287Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:22:17.288Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:22:47.288Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:22:47.315Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:22:47.320Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:22:47.320Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:23:07.774Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:23:07.872Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:23:07.872Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Member SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-e9cd9b7d-4f25-4946-8136-4e1705528b0f 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-04-03T05:23:07.873Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-03T05:23:07.873Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-03T05:23:08.410Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:23:08.427Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:23:08.428Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T05:23:08.434Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T05:23:08.434Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 21: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-03T05:23:08.449Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=21, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T05:23:08.450Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:23:08.450Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:23:08.453Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:23:08.454Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:23:08.454Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:23:08.454Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=315, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:23:08.454Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:23:08.455Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:23:17.321Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-03T05:23:17.321Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67140925-3a6f-407a-959c-109e177260de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T05:23:17.336Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67140925-3a6f-407a-959c-109e177260de and serviceModelVersionId: 19ebdf40-c64a-481d-8a8f-8b59c9326af3
2023-04-03T05:23:17.336Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2bac4cbd-5db1-4650-9def-8fec2ad66681
2023-04-03T05:23:17.337Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0
2023-04-03T05:23:17.343Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T05:23:17.380Z|67140925-3a6f-407a-959c-109e177260de|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/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T05:23:17.381Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||Invoke
2023-04-03T05:23:17.390Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-03T05:23:17.548Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||InvokeReturn
2023-04-03T05:23:17.549Z|67140925-3a6f-407a-959c-109e177260de|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/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 05:23:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[376920], x-aai-txid=[0-aai-resources-230403-05:23:17:400-78854], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T05:23:17.549Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T05:23:17.549Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T05:23:17.549Z|67140925-3a6f-407a-959c-109e177260de|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-04-03T05:23:17.561Z|67140925-3a6f-407a-959c-109e177260de|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-04-03T05:23:17.561Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67140925-3a6f-407a-959c-109e177260de and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-03T05:23:17.561Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-03T05:23:17.562Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:23:17.562Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:23:17.562Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499397561,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:23:17.582Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:23:17.582Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499397561,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-03T05:23:17.582Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:23:18.597Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:23:18.597Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"1ba6c437-f06e-4cf5-971b-291d0684a066","serviceName":"vFW 2023-04-03 04-26-19","serviceVersion":"1.0","serviceUUID":"1d95d522-2e0f-4343-9cc1-c8057874e1a7","serviceDescription":"catalog service description","serviceInvariantUUID":"8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38","resources":[{"resourceInstanceName":"vFW 8e02d361-5433 0","resourceName":"vFW 8e02d361-5433","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6acdd6c7-fab4-4f67-9353-504622dd5512","resourceInvariantUUID":"38e6e99e-de44-4a71-b00e-d6a14e39c0d0","resourceCustomizationUUID":"c8134348-724c-4ac8-8b4e-b4601205c1d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml","artifactChecksum":"MTlhZWVmMDU3OWZkMjU2Njk5YWMzZWI4YTk1YzgwZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6a0a1ac1-1076-4d05-be3a-49fee5f34737","artifactVersion":"1"},{"artifactName":"vfw8e02d36154330_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json","artifactChecksum":"NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"476a91f6-7739-4473-b109-ebba85512af9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml","artifactChecksum":"MDJmNmQ4NzA3YTZmNDA2MDA0ZDU4MTRiOGFlN2Q2Mjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b38e7060-1448-4d85-8cdf-3a929672567e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"966ecea8-9af0-46aa-8d5d-3895d9686ba8","artifactVersion":"2","generatedFromUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230403042619-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml","artifactChecksum":"MGZlMGI4Zjc5NjcxZjg2N2I1Y2I2NWUyNTVjYjIzNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1540bab5-1751-409a-b2de-7a325f5eb69d","artifactVersion":"1"},{"artifactName":"service-Vfw20230403042619-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar","artifactChecksum":"ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"284a7ed8-be7f-4a31-9f04-d5e7b63fe142","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T05:23:18.597Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:23:18.598Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:23:18.598Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:23:18.598Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499082190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:23:19.599Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:23:19.600Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:23:19.600Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:23:19.600Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499082190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:23:20.602Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:23:20.602Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:23:20.602Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:23:20.602Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499082190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:23:21.603Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:23:21.603Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:23:21.603Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:23:21.603Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499082190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:23:22.604Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:23:22.605Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:23:22.605Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:23:22.605Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499082190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:23:23.605Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:23:23.606Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:23:23.606Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:23:23.606Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499082190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:23:24.607Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:23:24.607Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:23:24.607Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:23:24.608Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499082190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:23:25.609Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "serviceName": "vFW 2023-04-03 04-26-19",
  "serviceVersion": "1.0",
  "serviceUUID": "1d95d522-2e0f-4343-9cc1-c8057874e1a7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38",
  "resources": [
    {
      "resourceInstanceName": "vFW 8e02d361-5433 0",
      "resourceCustomizationUUID": "c8134348-724c-4ac8-8b4e-b4601205c1d5",
      "resourceName": "vFW 8e02d361-5433",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6acdd6c7-fab4-4f67-9353-504622dd5512",
      "resourceInvariantUUID": "38e6e99e-de44-4a71-b00e-d6a14e39c0d0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8e02d36154330_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
          "artifactChecksum": "NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "476a91f6-7739-4473-b109-ebba85512af9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
            "generatedFromUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230403042619-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
      "artifactChecksum": "ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "284a7ed8-be7f-4a31-9f04-d5e7b63fe142"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T05:23:25.609Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T05:23:25.609Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC
2023-04-03T05:23:25.609Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1ba6c437-f06e-4cf5-971b-291d0684a066
ServiceName:vFW 2023-04-03 04-26-19
ServiceVersion:1.0
ServiceUUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
ServiceInvariantUUID:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230403042619-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
ArtifactUUID:284a7ed8-be7f-4a31-9f04-d5e7b63fe142
ArtifactChecksum:ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8e02d361-5433 0
ResourceCustomizationUUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
ResourceInvariantUUID:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
ResourceName:vFW 8e02d361-5433
ResourceType:VF
ResourceUUID:6acdd6c7-fab4-4f67-9353-504622dd5512
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8e02d36154330_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json
ArtifactUUID:476a91f6-7739-4473-b109-ebba85512af9
ArtifactChecksum:NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI=
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml
ArtifactUUID:62b20843-bd6e-4ffa-9cf5-dfe2585e9862
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T05:23:25.609Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:23:25.660Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:23:25.661Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:23:25.661Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:23:25.661Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 from URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T05:23:25.661Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-03T05:23:25.662Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T05:23:26.013Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-03T05:23:26.015Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 101447
2023-04-03T05:23:26.015Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T05:23:26.016Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T05:23:26.016Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T05:23:26.016Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:23:26.016Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:23:26.017Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499406015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:23:27.017Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:23:27.018Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:23:27.018Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142, URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar to file: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:23:27.019Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230403042619-csar.csar
2023-04-03T05:23:27.019Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:23:27.020Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:23:27.175Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7280641501107153516/Definitions/service-Vfw20230403042619-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-04-03T05:23:28.750Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T05:23:28.750Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-03T05:23:28.750Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:23:28.750Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-03T05:23:28.751Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:23:28.751Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-Vfw20230403042619-csar.csar
2023-04-03T05:23:28.751Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:23:28.751Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-Vfw20230403042619-csar.csar
2023-04-03T05:23:28.751Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:23:28.751Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:23:28.751Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-Vfw20230403042619-csar.csar
2023-04-03T05:23:28.751Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:23:28.751Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:23:28.751Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:23:28.751Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8e02d361-5433 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-Vfw20230403042619-csar.csar
2023-04-03T05:23:28.751Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-03T05:23:28.751Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:23:28.751Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:23:28.751Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:23:28.751Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-03T05:23:28.752Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T05:23:28.752Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:23:28.752Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:23:28.752Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:23:28.752Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-03T05:23:28.752Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T05:23:28.752Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:23:28.752Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:23:28.752Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:23:28.752Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T05:23:28.752Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:23:28.753Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:23:28.753Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:23:28.753Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:23:28.753Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:23:28.753Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:23:28.753Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:23:28.753Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:23:28.753Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:23:28.753Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:23:28.753Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:23:28.753Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:23:28.753Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:23:28.753Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:23:28.753Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:23:28.754Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T05:23:28.754Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:23:28.754Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T05:23:28.754Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:23:28.754Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:23:28.754Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:23:28.754Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:23:28.754Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:23:28.754Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:23:28.754Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:23:28.754Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:23:28.754Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:23:28.754Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:23:28.754Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T05:23:28.755Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:23:28.755Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-03T05:23:28.755Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:23:28.755Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:23:28.755Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:23:28.755Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:23:28.755Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:23:28.755Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:23:28.755Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:23:28.756Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:23:28.756Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:23:28.756Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5ffc881a-26c6-4204-a1d2-ba4d1a62f347
2023-04-03T05:23:28.756Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:23:28.756Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T05:23:28.756Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:23:28.756Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:23:28.756Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:23:28.756Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:23:28.756Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:23:28.756Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:23:28.756Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:23:28.756Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-03T05:23:28.757Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:23:28.757Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:23:28.757Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:23:28.757Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:23:28.757Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
2023-04-03T05:23:28.757Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:23:28.757Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T05:23:28.757Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:23:28.757Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:23:28.757Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:23:28.757Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:23:28.757Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:23:28.757Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:23:28.757Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:23:28.758Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:23:28.758Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:23:28.758Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:23:28.758Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:23:28.758Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-03T05:23:28.758Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=122e325f-2e27-4d48-9a3f-efbc72a34c71
2023-04-03T05:23:28.758Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:23:28.758Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:23:28.758Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:23:28.758Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:23:28.758Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:23:28.758Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:23:28.758Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:23:28.758Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:23:28.758Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-03 04-26-19
Description:catalog service description
Model UUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
Model Version:NULL
Model InvariantUuid:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8e02d361-5433
Model UUID:47d4862e-1a6e-4dae-9653-99928c24d602
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cde9fb02-b9a2-4c60-9c16-09798dbb426d
ModelName:Vfw8e02d3615433..base_vfw..module-0
ModelUuid:6455b1ae-49c2-4d62-8cfb-2a21c47b6279
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5ffc881a-26c6-4204-a1d2-ba4d1a62f347
ModelInvariantUuid:7e3cea96-7596-4528-9dfb-591d1405d3a3
ModelName:vFW 8e02d361-5433-nodes.vfwCvfc
ModelUuid:756475be-46b0-4af1-9b47-3051a8f60749
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:082e0945-8a5f-423d-8d6d-a828b35abcfb
ModelInvariantUuid:b465ff3b-5bff-4c01-8015-9a6983208da2
ModelName:Vfw8e02d3615433.compute.nodes.heat.vfw
ModelUuid:79b898ee-37ad-4e21-a0c4-244ae0393f4e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
ModelInvariantUuid:7ca98905-f86a-4518-bbb0-9bfbc9cb899c
ModelName:vFW 8e02d361-5433-nodes.vsnCvfc
ModelUuid:d550497c-377e-420a-b821-53296abc0905
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8d40a476-40b7-4511-b338-57d6275036c1
ModelInvariantUuid:d1f91f15-5937-45d6-aa49-dd806b16d46a
ModelName:Vfw8e02d3615433.compute.nodes.heat.vsn
ModelUuid:4983761a-7d0f-41cc-981e-225a831f6b16
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:122e325f-2e27-4d48-9a3f-efbc72a34c71
ModelInvariantUuid:506f7d29-0459-42b4-a53f-aaea27378297
ModelName:vFW 8e02d361-5433-nodes.vpgCvfc
ModelUuid:78065023-194b-4fca-99d6-23e702ead165
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:97f360b6-9db5-41fa-ac2b-da7a01872868
ModelInvariantUuid:427fbd83-51f4-4c81-ba9e-90d3b0aa9915
ModelName:Vfw8e02d3615433.compute.nodes.heat.vpg
ModelUuid:d5bc98b6-ccee-4a42-aeac-9b5dd51b7f56
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-04-03T05:23:28.798Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||ERROR|500||Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists
2023-04-03T05:23:28.799Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T05:23:28.799Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists)
2023-04-03T05:23:28.799Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T05:23:28.799Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:23:28.799Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:23:28.799Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499408799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:23:29.800Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T05:23:29.801Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists)
2023-04-03T05:23:29.801Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T05:23:29.801Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:23:29.801Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:23:29.801Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499409800,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:23:30.802Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:23:30.828Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:23:30.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T05:23:30.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T05:23:30.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T05:23:30.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T05:23:30.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:23:30.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:23:30.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:23:30.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:23:30.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-04-03T05:23:30.851Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T05:24:00.852Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T05:24:00.863Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and serviceModelVersionId: 1d95d522-2e0f-4343-9cc1-c8057874e1a7
2023-04-03T05:24:00.863Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
2023-04-03T05:24:00.864Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0
2023-04-03T05:24:00.870Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T05:24:00.893Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T05:24:00.893Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||Invoke
2023-04-03T05:24:00.902Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T05:24:01.216Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||InvokeReturn
2023-04-03T05:24:01.217Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 05:24:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[308], vertex-id=[241720], x-aai-txid=[0-aai-resources-230403-05:24:00:913-20307], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T05:24:01.217Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T05:24:01.218Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T05:24:01.218Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-04-03T05:24:01.231Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-04-03T05:24:01.231Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ba6c437-f06e-4cf5-971b-291d0684a066 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T05:24:01.232Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T05:24:01.232Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:24:01.232Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:24:01.232Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499441231,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:24:02.260Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T05:24:02.260Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-03T05:24:02.260Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:24:02.260Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:24:02.260Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:24:02.261Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T05:24:02.264Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-87d8ca68-db77-4dee-8469-32d69b478663
2023-04-03T05:24:02.264Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:24:02.264Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:24:02.264Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T05:24:02.732Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:24:05.741Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:24:07.773Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:24:07.787Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:24:07.787Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T05:24:07.792Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully joined group with generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-87d8ca68-db77-4dee-8469-32d69b478663', protocol='range'}
2023-04-03T05:24:07.793Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T05:24:07.796Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 22: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-87d8ca68-db77-4dee-8469-32d69b478663=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-04-03T05:24:07.811Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully synced group in generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-87d8ca68-db77-4dee-8469-32d69b478663', protocol='range'}
2023-04-03T05:24:07.811Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=22, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T05:24:07.811Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:24:07.811Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:24:07.811Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:24:07.811Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:24:07.815Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:24:07.815Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:24:07.815Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:24:07.815Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:24:07.815Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:24:07.815Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:24:07.816Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:24:07.817Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:24:07.817Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:24:07.817Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=316, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:24:07.817Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:24:07.817Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:24:07.823Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:24:07.823Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"67140925-3a6f-407a-959c-109e177260de","serviceName":"basic_onboard_FLWUdk","serviceVersion":"1.0","serviceUUID":"19ebdf40-c64a-481d-8a8f-8b59c9326af3","serviceDescription":"service","serviceInvariantUUID":"2bac4cbd-5db1-4650-9def-8fec2ad66681","resources":[{"resourceInstanceName":"basic_onboard_FLWUdk 0","resourceName":"basic_onboard_FLWUdk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dac3165c-a204-413f-adbe-704623ed23b4","resourceInvariantUUID":"d53cee2e-031e-415a-8fae-95f51faf2e70","resourceCustomizationUUID":"4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml","artifactChecksum":"NGM5YzhiYzRjZjc0ZjU3MmRkMjA5ZTUyYTAwMjQwNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd788691-5050-4702-936e-5323ddbfa177","artifactVersion":"1"},{"artifactName":"basic_onboard_flwudk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json","artifactChecksum":"ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d45e3439-bba4-4631-9b18-813915a57166","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f47d27f-dfde-477b-a49d-8653be82ad1c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ea2f5259-0af6-448f-9bc0-3a618a91f457","artifactVersion":"2","generatedFromUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFlwudk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml","artifactChecksum":"MDk4ODRiZjQ2ZjgxMzhiYjYyYjdkMDAzZGYyNTc2MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"589963b3-da11-4d3e-b9e4-5adee2b92999","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFlwudk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar","artifactChecksum":"ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f8f74d7f-c5f7-425e-a01c-0a969b83b0dc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T05:24:07.825Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:24:07.825Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:24:07.825Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:24:07.825Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499442260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:24:08.826Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:24:08.826Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:24:08.826Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:24:08.827Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499442260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:24:08.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:24:08.840Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499082190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:24:08.841Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:24:08.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:24:08.841Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499082190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T05:24:08.841Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:24:08.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:24:08.842Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499082190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-03T05:24:08.842Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:24:08.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:24:08.842Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499082190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:24:08.843Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:24:08.843Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:24:08.843Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499082190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-03T05:24:08.843Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:24:08.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:24:08.844Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499082190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:24:08.844Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:24:08.844Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:24:08.845Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499082190,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:24:08.845Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:24:08.845Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:24:08.845Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499406015,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:24:08.846Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:24:08.847Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:24:08.847Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499408799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
}
2023-04-03T05:24:08.847Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:24:08.848Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:24:08.848Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499409800,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
}
2023-04-03T05:24:08.848Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:24:08.849Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:24:08.849Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499441231,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T05:24:08.850Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:24:08.850Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:24:08.850Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499442260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:24:08.850Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:24:09.827Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:24:09.828Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:24:09.828Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:24:09.828Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499442260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:24:10.829Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:24:10.829Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:24:10.830Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:24:10.830Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499442260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:24:11.830Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:24:11.831Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:24:11.831Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:24:11.831Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499442260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:24:12.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:24:12.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:24:12.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:24:12.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499442260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:24:13.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:24:13.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:24:13.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:24:13.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499442260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:24:14.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "serviceName": "basic_onboard_FLWUdk",
  "serviceVersion": "1.0",
  "serviceUUID": "19ebdf40-c64a-481d-8a8f-8b59c9326af3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2bac4cbd-5db1-4650-9def-8fec2ad66681",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_FLWUdk 0",
      "resourceCustomizationUUID": "4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf",
      "resourceName": "basic_onboard_FLWUdk",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dac3165c-a204-413f-adbe-704623ed23b4",
      "resourceInvariantUUID": "d53cee2e-031e-415a-8fae-95f51faf2e70",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_flwudk0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
          "artifactChecksum": "ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d45e3439-bba4-4631-9b18-813915a57166",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
            "generatedFromUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardFlwudk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
      "artifactChecksum": "ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f8f74d7f-c5f7-425e-a01c-0a969b83b0dc"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T05:24:14.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T05:24:14.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC
2023-04-03T05:24:14.837Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:67140925-3a6f-407a-959c-109e177260de
ServiceName:basic_onboard_FLWUdk
ServiceVersion:1.0
ServiceUUID:19ebdf40-c64a-481d-8a8f-8b59c9326af3
ServiceInvariantUUID:2bac4cbd-5db1-4650-9def-8fec2ad66681
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFlwudk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
ArtifactUUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc
ArtifactChecksum:ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_FLWUdk 0
ResourceCustomizationUUID:4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf
ResourceInvariantUUID:d53cee2e-031e-415a-8fae-95f51faf2e70
ResourceName:basic_onboard_FLWUdk
ResourceType:VF
ResourceUUID:dac3165c-a204-413f-adbe-704623ed23b4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_flwudk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
ArtifactUUID:d45e3439-bba4-4631-9b18-813915a57166
ArtifactChecksum:ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ=
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:01129bd9-4e3f-4f2f-92c1-083f0cfccae5
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T05:24:14.837Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:24:14.884Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:24:14.884Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:24:14.884Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:24:14.884Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f8f74d7f-c5f7-425e-a01c-0a969b83b0dc from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T05:24:14.885Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-03T05:24:14.885Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T05:24:14.908Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-03T05:24:14.909Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6a03d69
2023-04-03T05:24:14.909Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T05:24:14.909Z|67140925-3a6f-407a-959c-109e177260de|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": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T05:24:14.909Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardFlwudk-csar.csar /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar f8f74d7f-c5f7-425e-a01c-0a969b83b0dc Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T05:24:14.909Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar ASDC sendASDCNotification
2023-04-03T05:24:14.909Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(Specified artifact is  not found)
2023-04-03T05:24:14.910Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T05:24:14.910Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:24:14.910Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:24:14.910Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499454909,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:24:15.911Z|67140925-3a6f-407a-959c-109e177260de|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-BasicOnboardFlwudk-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(UUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-04-03T05:24:15.932Z|67140925-3a6f-407a-959c-109e177260de|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-04-03T05:24:15.933Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T05:24:15.938Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||basic_onboard_FLWUdk 0
2023-04-03T05:24:15.938Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
2023-04-03T05:24:15.938Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d45e3439-bba4-4631-9b18-813915a57166 from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T05:24:15.938Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-03T05:24:15.938Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T05:24:15.954Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-03T05:24:15.954Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7421a87b
2023-04-03T05:24:15.954Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T05:24:15.954Z|67140925-3a6f-407a-959c-109e177260de|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": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T05:24:15.954Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_flwudk0_modules.json /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json d45e3439-bba4-4631-9b18-813915a57166 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T05:24:15.954Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json ASDC sendASDCNotification
2023-04-03T05:24:15.954Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(Specified artifact is  not found)
2023-04-03T05:24:15.954Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T05:24:15.955Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:24:15.955Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:24:15.955Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499455954,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:24:16.956Z|67140925-3a6f-407a-959c-109e177260de|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_flwudk0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(UUID:d45e3439-bba4-4631-9b18-813915a57166)
Error message 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-04-03T05:24:16.956Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:24:16.978Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:24:16.982Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:24:16.983Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:24:46.983Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:24:47.008Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:24:47.011Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:24:47.012Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:25:07.773Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:25:07.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:25:07.775Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499442260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T05:25:07.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:25:17.012Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:25:17.037Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:25:17.043Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:25:17.043Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:25:47.043Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:25:47.069Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:25:47.074Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:25:47.074Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:26:07.773Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:26:07.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:26:07.775Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499442260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-03T05:26:07.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:26:07.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:26:07.776Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499442260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:26:07.777Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:26:07.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:26:07.777Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499442260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-03T05:26:07.777Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:26:07.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:26:07.777Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499442260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:26:07.777Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:26:07.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:26:07.777Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499442260,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:26:07.777Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:26:07.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:26:07.778Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499454909,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T05:26:07.778Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:26:07.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:26:07.778Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499455954,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T05:26:07.778Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:26:17.074Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:26:17.102Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:26:17.107Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:26:17.107Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:26:47.107Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:26:47.132Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:26:47.136Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:26:47.137Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:27:07.773Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:27:17.137Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:27:17.161Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:27:17.165Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:27:17.166Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:27:47.166Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:27:47.195Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:27:47.201Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:27:47.201Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:28:07.774Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:28:11.121Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:28:11.121Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680499671125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:28:11.122Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:28:17.202Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:28:17.227Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:28:17.232Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:28:17.232Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:28:47.233Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:28:47.262Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:28:47.267Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:28:47.268Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:29:07.773Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:29:07.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:29:07.775Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680499677831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:29:07.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:29:07.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:29:07.776Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680499669660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:29:07.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:29:07.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:29:07.777Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680499673373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:29:07.777Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:29:07.911Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:29:07.912Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Member SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-87d8ca68-db77-4dee-8469-32d69b478663 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-04-03T05:29:07.912Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-03T05:29:07.912Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-03T05:29:08.689Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:29:11.698Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:29:14.707Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:29:17.268Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-03T05:29:17.268Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67140925-3a6f-407a-959c-109e177260de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T05:29:17.280Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67140925-3a6f-407a-959c-109e177260de and serviceModelVersionId: 19ebdf40-c64a-481d-8a8f-8b59c9326af3
2023-04-03T05:29:17.281Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2bac4cbd-5db1-4650-9def-8fec2ad66681
2023-04-03T05:29:17.281Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0
2023-04-03T05:29:17.289Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T05:29:17.313Z|67140925-3a6f-407a-959c-109e177260de|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/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T05:29:17.313Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||Invoke
2023-04-03T05:29:17.321Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-03T05:29:17.487Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||InvokeReturn
2023-04-03T05:29:17.487Z|67140925-3a6f-407a-959c-109e177260de|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/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 05:29:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[161], vertex-id=[376920], x-aai-txid=[1-aai-resources-230403-05:29:17:328-54443], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T05:29:17.487Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T05:29:17.487Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T05:29:17.488Z|67140925-3a6f-407a-959c-109e177260de|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-04-03T05:29:17.500Z|67140925-3a6f-407a-959c-109e177260de|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-04-03T05:29:17.500Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67140925-3a6f-407a-959c-109e177260de and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-03T05:29:17.500Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-03T05:29:17.501Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:29:17.501Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:29:17.501Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499757500,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:29:17.716Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:29:18.534Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:29:18.535Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"1ba6c437-f06e-4cf5-971b-291d0684a066","serviceName":"vFW 2023-04-03 04-26-19","serviceVersion":"1.0","serviceUUID":"1d95d522-2e0f-4343-9cc1-c8057874e1a7","serviceDescription":"catalog service description","serviceInvariantUUID":"8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38","resources":[{"resourceInstanceName":"vFW 8e02d361-5433 0","resourceName":"vFW 8e02d361-5433","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6acdd6c7-fab4-4f67-9353-504622dd5512","resourceInvariantUUID":"38e6e99e-de44-4a71-b00e-d6a14e39c0d0","resourceCustomizationUUID":"c8134348-724c-4ac8-8b4e-b4601205c1d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml","artifactChecksum":"MTlhZWVmMDU3OWZkMjU2Njk5YWMzZWI4YTk1YzgwZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6a0a1ac1-1076-4d05-be3a-49fee5f34737","artifactVersion":"1"},{"artifactName":"vfw8e02d36154330_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json","artifactChecksum":"NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"476a91f6-7739-4473-b109-ebba85512af9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml","artifactChecksum":"MDJmNmQ4NzA3YTZmNDA2MDA0ZDU4MTRiOGFlN2Q2Mjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b38e7060-1448-4d85-8cdf-3a929672567e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"966ecea8-9af0-46aa-8d5d-3895d9686ba8","artifactVersion":"2","generatedFromUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230403042619-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml","artifactChecksum":"MGZlMGI4Zjc5NjcxZjg2N2I1Y2I2NWUyNTVjYjIzNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1540bab5-1751-409a-b2de-7a325f5eb69d","artifactVersion":"1"},{"artifactName":"service-Vfw20230403042619-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar","artifactChecksum":"ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"284a7ed8-be7f-4a31-9f04-d5e7b63fe142","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T05:29:18.536Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:29:18.537Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:29:18.537Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:29:18.537Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499442260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:29:19.538Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:29:19.539Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:29:19.539Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:29:19.539Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499442260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:29:20.540Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:29:20.540Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:29:20.540Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:29:20.540Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499442260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:29:20.725Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:29:21.541Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:29:21.542Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:29:21.542Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:29:21.542Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499442260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:29:22.543Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:29:22.544Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:29:22.544Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:29:22.544Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499442260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:29:23.545Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:29:23.545Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:29:23.546Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:29:23.546Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499442260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:29:23.734Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:29:24.547Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:29:24.547Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:29:24.547Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:29:24.547Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499442260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:29:25.549Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "serviceName": "vFW 2023-04-03 04-26-19",
  "serviceVersion": "1.0",
  "serviceUUID": "1d95d522-2e0f-4343-9cc1-c8057874e1a7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38",
  "resources": [
    {
      "resourceInstanceName": "vFW 8e02d361-5433 0",
      "resourceCustomizationUUID": "c8134348-724c-4ac8-8b4e-b4601205c1d5",
      "resourceName": "vFW 8e02d361-5433",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6acdd6c7-fab4-4f67-9353-504622dd5512",
      "resourceInvariantUUID": "38e6e99e-de44-4a71-b00e-d6a14e39c0d0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8e02d36154330_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
          "artifactChecksum": "NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "476a91f6-7739-4473-b109-ebba85512af9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
            "generatedFromUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230403042619-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
      "artifactChecksum": "ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "284a7ed8-be7f-4a31-9f04-d5e7b63fe142"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T05:29:25.549Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T05:29:25.549Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC
2023-04-03T05:29:25.550Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1ba6c437-f06e-4cf5-971b-291d0684a066
ServiceName:vFW 2023-04-03 04-26-19
ServiceVersion:1.0
ServiceUUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
ServiceInvariantUUID:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230403042619-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
ArtifactUUID:284a7ed8-be7f-4a31-9f04-d5e7b63fe142
ArtifactChecksum:ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8e02d361-5433 0
ResourceCustomizationUUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
ResourceInvariantUUID:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
ResourceName:vFW 8e02d361-5433
ResourceType:VF
ResourceUUID:6acdd6c7-fab4-4f67-9353-504622dd5512
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8e02d36154330_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json
ArtifactUUID:476a91f6-7739-4473-b109-ebba85512af9
ArtifactChecksum:NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI=
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml
ArtifactUUID:62b20843-bd6e-4ffa-9cf5-dfe2585e9862
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T05:29:25.550Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:29:25.603Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:29:25.604Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:29:25.604Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:29:25.604Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 from URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T05:29:25.604Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-03T05:29:25.604Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T05:29:25.929Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-03T05:29:25.932Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 101447
2023-04-03T05:29:25.933Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T05:29:25.933Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T05:29:25.933Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T05:29:25.934Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:29:25.934Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:29:25.934Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499765933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:29:26.743Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:29:26.935Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:29:26.935Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:29:26.936Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142, URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar to file: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:29:26.936Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230403042619-csar.csar
2023-04-03T05:29:26.936Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:29:26.937Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:29:27.049Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5887748041338915817/Definitions/service-Vfw20230403042619-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-04-03T05:29:28.621Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T05:29:28.621Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-03T05:29:28.621Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:29:28.621Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-03T05:29:28.622Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:29:28.622Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-Vfw20230403042619-csar.csar
2023-04-03T05:29:28.622Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:29:28.622Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-Vfw20230403042619-csar.csar
2023-04-03T05:29:28.622Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:29:28.622Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:29:28.622Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-Vfw20230403042619-csar.csar
2023-04-03T05:29:28.622Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:29:28.622Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:29:28.622Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:29:28.622Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8e02d361-5433 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-Vfw20230403042619-csar.csar
2023-04-03T05:29:28.622Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-03T05:29:28.622Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:29:28.623Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:29:28.623Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:29:28.623Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-03T05:29:28.623Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T05:29:28.623Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:29:28.623Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:29:28.623Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:29:28.623Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-03T05:29:28.623Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T05:29:28.623Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:29:28.623Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:29:28.623Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:29:28.623Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T05:29:28.623Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:29:28.623Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:29:28.623Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:29:28.624Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:29:28.624Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:29:28.624Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:29:28.624Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:29:28.624Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:29:28.624Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:29:28.624Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:29:28.624Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:29:28.624Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:29:28.624Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:29:28.624Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:29:28.624Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:29:28.624Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T05:29:28.624Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:29:28.624Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T05:29:28.624Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:29:28.624Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:29:28.624Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:29:28.624Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:29:28.624Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:29:28.624Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:29:28.625Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:29:28.625Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:29:28.625Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:29:28.625Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:29:28.625Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T05:29:28.625Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:29:28.625Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-03T05:29:28.625Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:29:28.625Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:29:28.625Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:29:28.625Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:29:28.625Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:29:28.625Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:29:28.625Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:29:28.625Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:29:28.625Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:29:28.625Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5ffc881a-26c6-4204-a1d2-ba4d1a62f347
2023-04-03T05:29:28.625Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:29:28.625Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T05:29:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:29:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:29:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:29:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:29:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:29:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:29:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:29:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-03T05:29:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:29:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:29:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:29:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:29:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
2023-04-03T05:29:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:29:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T05:29:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:29:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:29:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:29:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:29:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:29:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:29:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:29:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:29:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:29:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:29:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:29:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-03T05:29:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=122e325f-2e27-4d48-9a3f-efbc72a34c71
2023-04-03T05:29:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:29:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:29:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:29:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:29:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:29:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:29:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:29:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:29:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-03 04-26-19
Description:catalog service description
Model UUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
Model Version:NULL
Model InvariantUuid:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8e02d361-5433
Model UUID:47d4862e-1a6e-4dae-9653-99928c24d602
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cde9fb02-b9a2-4c60-9c16-09798dbb426d
ModelName:Vfw8e02d3615433..base_vfw..module-0
ModelUuid:6455b1ae-49c2-4d62-8cfb-2a21c47b6279
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5ffc881a-26c6-4204-a1d2-ba4d1a62f347
ModelInvariantUuid:7e3cea96-7596-4528-9dfb-591d1405d3a3
ModelName:vFW 8e02d361-5433-nodes.vfwCvfc
ModelUuid:756475be-46b0-4af1-9b47-3051a8f60749
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:082e0945-8a5f-423d-8d6d-a828b35abcfb
ModelInvariantUuid:b465ff3b-5bff-4c01-8015-9a6983208da2
ModelName:Vfw8e02d3615433.compute.nodes.heat.vfw
ModelUuid:79b898ee-37ad-4e21-a0c4-244ae0393f4e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
ModelInvariantUuid:7ca98905-f86a-4518-bbb0-9bfbc9cb899c
ModelName:vFW 8e02d361-5433-nodes.vsnCvfc
ModelUuid:d550497c-377e-420a-b821-53296abc0905
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8d40a476-40b7-4511-b338-57d6275036c1
ModelInvariantUuid:d1f91f15-5937-45d6-aa49-dd806b16d46a
ModelName:Vfw8e02d3615433.compute.nodes.heat.vsn
ModelUuid:4983761a-7d0f-41cc-981e-225a831f6b16
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:122e325f-2e27-4d48-9a3f-efbc72a34c71
ModelInvariantUuid:506f7d29-0459-42b4-a53f-aaea27378297
ModelName:vFW 8e02d361-5433-nodes.vpgCvfc
ModelUuid:78065023-194b-4fca-99d6-23e702ead165
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:97f360b6-9db5-41fa-ac2b-da7a01872868
ModelInvariantUuid:427fbd83-51f4-4c81-ba9e-90d3b0aa9915
ModelName:Vfw8e02d3615433.compute.nodes.heat.vpg
ModelUuid:d5bc98b6-ccee-4a42-aeac-9b5dd51b7f56
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-04-03T05:29:28.675Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||ERROR|500||Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists
2023-04-03T05:29:28.676Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T05:29:28.676Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists)
2023-04-03T05:29:28.676Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T05:29:28.676Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:29:28.677Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:29:28.677Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499768675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:29:29.678Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T05:29:29.678Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists)
2023-04-03T05:29:29.678Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T05:29:29.679Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:29:29.679Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:29:29.679Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499769678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:29:29.784Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:29:30.680Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:29:30.709Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:29:30.714Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T05:29:30.714Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T05:29:30.714Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T05:29:30.714Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T05:29:30.714Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:29:30.714Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:29:30.714Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:29:30.715Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:29:30.715Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-04-03T05:29:30.733Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T05:29:32.793Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:29:35.802Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:29:38.812Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:29:41.820Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:29:44.829Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:29:47.838Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:29:50.847Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:29:53.856Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:29:56.865Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:29:59.874Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:30:00.733Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T05:30:00.746Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and serviceModelVersionId: 1d95d522-2e0f-4343-9cc1-c8057874e1a7
2023-04-03T05:30:00.747Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
2023-04-03T05:30:00.748Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0
2023-04-03T05:30:00.754Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T05:30:00.774Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T05:30:00.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||Invoke
2023-04-03T05:30:00.784Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T05:30:01.117Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||InvokeReturn
2023-04-03T05:30:01.117Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 05:30:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[328], vertex-id=[241720], x-aai-txid=[0-aai-resources-230403-05:30:00:793-13262], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T05:30:01.118Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T05:30:01.118Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T05:30:01.118Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-04-03T05:30:01.127Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-04-03T05:30:01.127Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ba6c437-f06e-4cf5-971b-291d0684a066 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T05:30:01.128Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T05:30:01.128Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:30:01.128Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:30:01.128Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499801128,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:30:02.157Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T05:30:02.157Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-03T05:30:02.157Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:30:02.157Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:30:02.157Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:30:02.157Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T05:30:02.160Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-f29c23f5-9db5-4dde-84ac-88fae6e88c18
2023-04-03T05:30:02.161Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:30:02.161Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:30:02.161Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T05:30:02.884Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:30:05.892Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:30:07.773Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:30:07.786Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:30:07.787Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T05:30:07.794Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T05:30:07.794Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully joined group with generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-f29c23f5-9db5-4dde-84ac-88fae6e88c18', protocol='range'}
2023-04-03T05:30:07.798Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 23: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-f29c23f5-9db5-4dde-84ac-88fae6e88c18=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-04-03T05:30:07.813Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully synced group in generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-f29c23f5-9db5-4dde-84ac-88fae6e88c18', protocol='range'}
2023-04-03T05:30:07.813Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=23, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T05:30:07.813Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:30:07.813Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:30:07.813Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:30:07.814Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:30:07.816Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:30:07.817Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:30:07.817Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:30:07.817Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:30:07.817Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:30:07.817Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:30:07.818Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:30:07.817Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:30:07.818Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:30:07.818Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=340, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:30:07.819Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:30:07.819Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:30:07.826Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:30:07.826Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"67140925-3a6f-407a-959c-109e177260de","serviceName":"basic_onboard_FLWUdk","serviceVersion":"1.0","serviceUUID":"19ebdf40-c64a-481d-8a8f-8b59c9326af3","serviceDescription":"service","serviceInvariantUUID":"2bac4cbd-5db1-4650-9def-8fec2ad66681","resources":[{"resourceInstanceName":"basic_onboard_FLWUdk 0","resourceName":"basic_onboard_FLWUdk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dac3165c-a204-413f-adbe-704623ed23b4","resourceInvariantUUID":"d53cee2e-031e-415a-8fae-95f51faf2e70","resourceCustomizationUUID":"4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml","artifactChecksum":"NGM5YzhiYzRjZjc0ZjU3MmRkMjA5ZTUyYTAwMjQwNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd788691-5050-4702-936e-5323ddbfa177","artifactVersion":"1"},{"artifactName":"basic_onboard_flwudk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json","artifactChecksum":"ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d45e3439-bba4-4631-9b18-813915a57166","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f47d27f-dfde-477b-a49d-8653be82ad1c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ea2f5259-0af6-448f-9bc0-3a618a91f457","artifactVersion":"2","generatedFromUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFlwudk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml","artifactChecksum":"MDk4ODRiZjQ2ZjgxMzhiYjYyYjdkMDAzZGYyNTc2MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"589963b3-da11-4d3e-b9e4-5adee2b92999","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFlwudk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar","artifactChecksum":"ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f8f74d7f-c5f7-425e-a01c-0a969b83b0dc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T05:30:07.828Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:30:07.829Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:30:07.829Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:30:07.829Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:30:08.830Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:30:08.830Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:30:08.830Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:30:08.830Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:30:08.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.838Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680499671125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:30:08.839Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.840Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680499677831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:30:08.840Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.840Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680499673373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T05:30:08.840Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.840Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680499669660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:30:08.841Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.841Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680499671125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-03T05:30:08.841Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.841Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680499677831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:30:08.842Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.842Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680499669660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:30:08.842Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.842Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680499673373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-03T05:30:08.842Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.843Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680499671125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:30:08.843Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.843Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680499677831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:30:08.843Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.843Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680499669660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:30:08.843Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.843Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.843Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680499673373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:30:08.844Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.844Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.844Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680499671125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:30:08.844Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.845Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680499677831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:30:08.845Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.845Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680499669660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:30:08.845Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.845Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.845Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680499673373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-03T05:30:08.846Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.846Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "aai-model-loader",
  "timestamp": 1680499695778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:30:08.846Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.846Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680499695429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:30:08.846Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.846Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680499671125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:30:08.847Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.847Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680499677831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:30:08.847Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.847Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680499669660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:30:08.847Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.847Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680499673373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:30:08.848Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.848Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "aai-model-loader",
  "timestamp": 1680499695778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:30:08.848Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.848Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680499695429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:30:08.848Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.849Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680499671125,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:30:08.849Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.849Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680499677831,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:30:08.849Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.849Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680499669660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:30:08.849Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.849Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.850Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680499673373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:30:08.850Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.850Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "aai-model-loader",
  "timestamp": 1680499695778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:30:08.850Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.850Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.850Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680499695429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:30:08.850Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.851Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680499697888,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:30:08.851Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.851Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680499698589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:30:08.851Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.851Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680499698002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:30:08.851Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.851Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.851Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "aai-model-loader",
  "timestamp": 1680499695778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:30:08.852Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.852Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680499695429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:30:08.852Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.852Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680499699003,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T05:30:08.852Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.852Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.853Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680499699018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:30:08.853Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.853Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "aai-model-loader",
  "timestamp": 1680499695778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:30:08.853Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.853Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680499695429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:30:08.853Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.853Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680499700005,
  "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-04-03T05:30:08.889Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2a7eda29-9989-4138-bd46-cca320902689
2023-04-03T05:30:08.889Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a7eda29-9989-4138-bd46-cca320902689 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-04-03T05:30:08.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.913Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680499700130,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:30:08.913Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.913Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "aai-model-loader",
  "timestamp": 1680499695778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:30:08.913Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.913Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.913Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680499695429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:30:08.914Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.914Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "aai-model-loader",
  "timestamp": 1680499695778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:30:08.914Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.914Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.914Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680499701211,
  "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-04-03T05:30:08.930Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2a7eda29-9989-4138-bd46-cca320902689
2023-04-03T05:30:08.930Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a7eda29-9989-4138-bd46-cca320902689 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-04-03T05:30:08.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.952Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680499695429,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:30:08.953Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.953Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.953Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680499702214,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-03T05:30:08.953Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.953Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.953Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "aai-model-loader",
  "timestamp": 1680499702952,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:30:08.953Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.954Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.954Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680499703255,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:30:08.954Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.954Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.954Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680499706413,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T05:30:08.954Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.954Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.954Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680499707419,
  "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-04-03T05:30:08.970Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2a7eda29-9989-4138-bd46-cca320902689
2023-04-03T05:30:08.970Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a7eda29-9989-4138-bd46-cca320902689 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-04-03T05:30:08.994Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.995Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "aai-model-loader",
  "timestamp": 1680499710614,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T05:30:08.995Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:08.995Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:08.996Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "aai-model-loader",
  "timestamp": 1680499711616,
  "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-04-03T05:30:09.013Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2a7eda29-9989-4138-bd46-cca320902689
2023-04-03T05:30:09.014Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2a7eda29-9989-4138-bd46-cca320902689 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-04-03T05:30:09.041Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:09.042Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499757500,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-03T05:30:09.042Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:09.042Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:09.043Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499442260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:30:09.043Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:09.043Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:09.044Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499442260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T05:30:09.044Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:09.044Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:09.044Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499442260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-03T05:30:09.045Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:09.045Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:09.045Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499442260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:30:09.045Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:09.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:09.046Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499442260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-03T05:30:09.046Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:09.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:09.047Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499442260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:30:09.047Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:09.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:09.047Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499442260,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:30:09.048Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:09.048Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:09.048Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499765933,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:30:09.048Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:09.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:09.049Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499768675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
}
2023-04-03T05:30:09.049Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:09.049Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:09.049Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499769678,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
}
2023-04-03T05:30:09.050Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:09.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:09.050Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499801128,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T05:30:09.050Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:09.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:30:09.051Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:30:09.051Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:30:09.831Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:30:09.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:30:09.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:30:09.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:30:10.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:30:10.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:30:10.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:30:10.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:30:11.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:30:11.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:30:11.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:30:11.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:30:12.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:30:12.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:30:12.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:30:12.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:30:13.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:30:13.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:30:13.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:30:13.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:30:14.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "serviceName": "basic_onboard_FLWUdk",
  "serviceVersion": "1.0",
  "serviceUUID": "19ebdf40-c64a-481d-8a8f-8b59c9326af3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2bac4cbd-5db1-4650-9def-8fec2ad66681",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_FLWUdk 0",
      "resourceCustomizationUUID": "4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf",
      "resourceName": "basic_onboard_FLWUdk",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dac3165c-a204-413f-adbe-704623ed23b4",
      "resourceInvariantUUID": "d53cee2e-031e-415a-8fae-95f51faf2e70",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_flwudk0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
          "artifactChecksum": "ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d45e3439-bba4-4631-9b18-813915a57166",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
            "generatedFromUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardFlwudk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
      "artifactChecksum": "ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f8f74d7f-c5f7-425e-a01c-0a969b83b0dc"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T05:30:14.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T05:30:14.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC
2023-04-03T05:30:14.838Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:67140925-3a6f-407a-959c-109e177260de
ServiceName:basic_onboard_FLWUdk
ServiceVersion:1.0
ServiceUUID:19ebdf40-c64a-481d-8a8f-8b59c9326af3
ServiceInvariantUUID:2bac4cbd-5db1-4650-9def-8fec2ad66681
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFlwudk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
ArtifactUUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc
ArtifactChecksum:ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_FLWUdk 0
ResourceCustomizationUUID:4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf
ResourceInvariantUUID:d53cee2e-031e-415a-8fae-95f51faf2e70
ResourceName:basic_onboard_FLWUdk
ResourceType:VF
ResourceUUID:dac3165c-a204-413f-adbe-704623ed23b4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_flwudk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
ArtifactUUID:d45e3439-bba4-4631-9b18-813915a57166
ArtifactChecksum:ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ=
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:01129bd9-4e3f-4f2f-92c1-083f0cfccae5
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T05:30:14.839Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:30:14.887Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:30:14.887Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:30:14.887Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:30:14.888Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f8f74d7f-c5f7-425e-a01c-0a969b83b0dc from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T05:30:14.888Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-03T05:30:14.888Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T05:30:14.913Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-03T05:30:14.913Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@340970aa
2023-04-03T05:30:14.914Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T05:30:14.914Z|67140925-3a6f-407a-959c-109e177260de|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": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T05:30:14.914Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardFlwudk-csar.csar /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar f8f74d7f-c5f7-425e-a01c-0a969b83b0dc Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T05:30:14.914Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar ASDC sendASDCNotification
2023-04-03T05:30:14.914Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(Specified artifact is  not found)
2023-04-03T05:30:14.914Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T05:30:14.914Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:30:14.914Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:30:14.914Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499814914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:30:15.915Z|67140925-3a6f-407a-959c-109e177260de|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-BasicOnboardFlwudk-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(UUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-04-03T05:30:15.936Z|67140925-3a6f-407a-959c-109e177260de|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-04-03T05:30:15.937Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T05:30:15.943Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||basic_onboard_FLWUdk 0
2023-04-03T05:30:15.943Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
2023-04-03T05:30:15.943Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d45e3439-bba4-4631-9b18-813915a57166 from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T05:30:15.943Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-03T05:30:15.943Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T05:30:15.961Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-03T05:30:15.962Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6f37d07b
2023-04-03T05:30:15.962Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T05:30:15.962Z|67140925-3a6f-407a-959c-109e177260de|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": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T05:30:15.962Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_flwudk0_modules.json /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json d45e3439-bba4-4631-9b18-813915a57166 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T05:30:15.962Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json ASDC sendASDCNotification
2023-04-03T05:30:15.962Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(Specified artifact is  not found)
2023-04-03T05:30:15.962Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T05:30:15.962Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:30:15.962Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:30:15.963Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499815962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:30:16.963Z|67140925-3a6f-407a-959c-109e177260de|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_flwudk0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(UUID:d45e3439-bba4-4631-9b18-813915a57166)
Error message 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-04-03T05:30:16.964Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:30:16.994Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:30:17.011Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:30:17.011Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:30:47.011Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:30:47.037Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:30:47.042Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:30:47.042Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:31:07.773Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:31:07.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:31:07.775Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T05:31:07.776Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:31:17.042Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:31:17.068Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:31:17.073Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:31:17.073Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:31:47.073Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:31:47.104Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:31:47.108Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:31:47.108Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:32:07.773Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:32:07.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:32:07.775Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-03T05:32:07.775Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:32:07.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:32:07.776Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:32:07.776Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:32:07.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:32:07.776Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-03T05:32:07.776Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:32:07.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:32:07.776Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:32:07.776Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:32:07.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:32:07.776Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:32:07.776Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:32:07.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:32:07.776Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499814914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T05:32:07.776Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:32:07.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:32:07.777Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499815962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T05:32:07.777Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:32:17.109Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:32:17.138Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:32:17.143Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:32:17.143Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:32:47.144Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:32:47.174Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:32:47.179Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:32:47.179Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:33:07.773Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:33:17.180Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:33:17.206Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:33:17.212Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:33:17.212Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:33:47.213Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:33:47.242Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:33:47.248Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:33:47.248Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:34:07.774Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:34:17.248Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:34:17.277Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:34:17.282Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:34:17.283Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:34:47.283Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:34:47.311Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:34:47.316Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:34:47.317Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:35:07.774Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:35:07.891Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:35:07.892Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Member SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-f29c23f5-9db5-4dde-84ac-88fae6e88c18 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-04-03T05:35:07.892Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-03T05:35:07.892Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-03T05:35:08.408Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:35:08.421Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:35:08.422Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T05:35:08.427Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=24, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T05:35:08.427Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 24: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-03T05:35:08.444Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=24, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T05:35:08.445Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:35:08.445Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:35:08.448Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:35:08.449Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:35:08.449Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:35:08.449Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=414, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:35:08.449Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:35:08.449Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:35:17.317Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-03T05:35:17.317Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67140925-3a6f-407a-959c-109e177260de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T05:35:17.329Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67140925-3a6f-407a-959c-109e177260de and serviceModelVersionId: 19ebdf40-c64a-481d-8a8f-8b59c9326af3
2023-04-03T05:35:17.330Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2bac4cbd-5db1-4650-9def-8fec2ad66681
2023-04-03T05:35:17.331Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0
2023-04-03T05:35:17.336Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T05:35:17.427Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||Invoke
2023-04-03T05:35:17.427Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[67140925-3a6f-407a-959c-109e177260de], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[968ca8b0-ddad-4776-b11b-5f1489b0a192], X-ECOMP-RequestID=[67140925-3a6f-407a-959c-109e177260de], X-TransactionId=[], X-ONAP-RequestID=[67140925-3a6f-407a-959c-109e177260de], Content-Type=[application/merge-patch+json]}
2023-04-03T05:35:17.436Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-03T05:35:17.607Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 05:35:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[167], vertex-id=[376920], x-aai-txid=[1-aai-resources-230403-05:35:17:445-13455], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T05:35:17.607Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T05:35:17.608Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||InvokeReturn
2023-04-03T05:35:17.608Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T05:35:17.608Z|67140925-3a6f-407a-959c-109e177260de|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-04-03T05:35:17.620Z|67140925-3a6f-407a-959c-109e177260de|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-04-03T05:35:17.621Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67140925-3a6f-407a-959c-109e177260de and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-03T05:35:17.621Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-03T05:35:17.621Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:35:17.621Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:35:17.621Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500117621,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:35:17.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:35:17.639Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500117621,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-03T05:35:17.640Z||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-04-03T05:35:18.651Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:35:18.652Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"1ba6c437-f06e-4cf5-971b-291d0684a066","serviceName":"vFW 2023-04-03 04-26-19","serviceVersion":"1.0","serviceUUID":"1d95d522-2e0f-4343-9cc1-c8057874e1a7","serviceDescription":"catalog service description","serviceInvariantUUID":"8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38","resources":[{"resourceInstanceName":"vFW 8e02d361-5433 0","resourceName":"vFW 8e02d361-5433","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6acdd6c7-fab4-4f67-9353-504622dd5512","resourceInvariantUUID":"38e6e99e-de44-4a71-b00e-d6a14e39c0d0","resourceCustomizationUUID":"c8134348-724c-4ac8-8b4e-b4601205c1d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml","artifactChecksum":"MTlhZWVmMDU3OWZkMjU2Njk5YWMzZWI4YTk1YzgwZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6a0a1ac1-1076-4d05-be3a-49fee5f34737","artifactVersion":"1"},{"artifactName":"vfw8e02d36154330_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json","artifactChecksum":"NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"476a91f6-7739-4473-b109-ebba85512af9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml","artifactChecksum":"MDJmNmQ4NzA3YTZmNDA2MDA0ZDU4MTRiOGFlN2Q2Mjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b38e7060-1448-4d85-8cdf-3a929672567e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"966ecea8-9af0-46aa-8d5d-3895d9686ba8","artifactVersion":"2","generatedFromUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230403042619-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml","artifactChecksum":"MGZlMGI4Zjc5NjcxZjg2N2I1Y2I2NWUyNTVjYjIzNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1540bab5-1751-409a-b2de-7a325f5eb69d","artifactVersion":"1"},{"artifactName":"service-Vfw20230403042619-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar","artifactChecksum":"ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"284a7ed8-be7f-4a31-9f04-d5e7b63fe142","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T05:35:18.652Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:35:18.652Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:35:18.652Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:35:18.653Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:35:19.653Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:35:19.654Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:35:19.654Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:35:19.654Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:35:20.655Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:35:20.655Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:35:20.656Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:35:20.656Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:35:21.658Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:35:21.658Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:35:21.658Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:35:21.658Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:35:22.659Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:35:22.660Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:35:22.660Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:35:22.660Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:35:23.660Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:35:23.661Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:35:23.661Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:35:23.661Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:35:24.661Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:35:24.662Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:35:24.662Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:35:24.662Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:35:25.663Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "serviceName": "vFW 2023-04-03 04-26-19",
  "serviceVersion": "1.0",
  "serviceUUID": "1d95d522-2e0f-4343-9cc1-c8057874e1a7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38",
  "resources": [
    {
      "resourceInstanceName": "vFW 8e02d361-5433 0",
      "resourceCustomizationUUID": "c8134348-724c-4ac8-8b4e-b4601205c1d5",
      "resourceName": "vFW 8e02d361-5433",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6acdd6c7-fab4-4f67-9353-504622dd5512",
      "resourceInvariantUUID": "38e6e99e-de44-4a71-b00e-d6a14e39c0d0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8e02d36154330_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
          "artifactChecksum": "NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "476a91f6-7739-4473-b109-ebba85512af9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
            "generatedFromUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230403042619-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
      "artifactChecksum": "ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "284a7ed8-be7f-4a31-9f04-d5e7b63fe142"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T05:35:25.663Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T05:35:25.663Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC
2023-04-03T05:35:25.663Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1ba6c437-f06e-4cf5-971b-291d0684a066
ServiceName:vFW 2023-04-03 04-26-19
ServiceVersion:1.0
ServiceUUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
ServiceInvariantUUID:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230403042619-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
ArtifactUUID:284a7ed8-be7f-4a31-9f04-d5e7b63fe142
ArtifactChecksum:ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8e02d361-5433 0
ResourceCustomizationUUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
ResourceInvariantUUID:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
ResourceName:vFW 8e02d361-5433
ResourceType:VF
ResourceUUID:6acdd6c7-fab4-4f67-9353-504622dd5512
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8e02d36154330_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json
ArtifactUUID:476a91f6-7739-4473-b109-ebba85512af9
ArtifactChecksum:NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI=
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml
ArtifactUUID:62b20843-bd6e-4ffa-9cf5-dfe2585e9862
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T05:35:25.664Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:35:25.713Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:35:25.714Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:35:25.714Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:35:25.714Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 from URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T05:35:25.714Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-03T05:35:25.714Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T05:35:26.050Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-03T05:35:26.054Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 101447
2023-04-03T05:35:26.054Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T05:35:26.054Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T05:35:26.054Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T05:35:26.055Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:35:26.055Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:35:26.055Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500126054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:35:27.056Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:35:27.057Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:35:27.057Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142, URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar to file: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:35:27.058Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230403042619-csar.csar
2023-04-03T05:35:27.059Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:35:27.059Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:35:27.204Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8695837278401948280/Definitions/service-Vfw20230403042619-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-04-03T05:35:28.793Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T05:35:28.794Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-03T05:35:28.794Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:35:28.794Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-03T05:35:28.794Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:35:28.794Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-Vfw20230403042619-csar.csar
2023-04-03T05:35:28.794Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:35:28.794Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-Vfw20230403042619-csar.csar
2023-04-03T05:35:28.794Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:35:28.794Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:35:28.794Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-Vfw20230403042619-csar.csar
2023-04-03T05:35:28.794Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:35:28.794Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:35:28.794Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:35:28.794Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8e02d361-5433 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-Vfw20230403042619-csar.csar
2023-04-03T05:35:28.794Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-03T05:35:28.794Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:35:28.794Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:35:28.795Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:35:28.795Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-03T05:35:28.795Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T05:35:28.795Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:35:28.795Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:35:28.795Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:35:28.795Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-03T05:35:28.795Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T05:35:28.795Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:35:28.795Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:35:28.795Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:35:28.795Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T05:35:28.795Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:35:28.795Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:35:28.795Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:35:28.795Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:35:28.795Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:35:28.796Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:35:28.796Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:35:28.796Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:35:28.796Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:35:28.796Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:35:28.796Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:35:28.796Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:35:28.796Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:35:28.796Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:35:28.796Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:35:28.796Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T05:35:28.796Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:35:28.796Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T05:35:28.796Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:35:28.796Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:35:28.796Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:35:28.797Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:35:28.799Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:35:28.799Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:35:28.799Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:35:28.799Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:35:28.799Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:35:28.799Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:35:28.799Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T05:35:28.800Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:35:28.800Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-03T05:35:28.800Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:35:28.800Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:35:28.800Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:35:28.800Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:35:28.800Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:35:28.800Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:35:28.800Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:35:28.800Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:35:28.801Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:35:28.801Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5ffc881a-26c6-4204-a1d2-ba4d1a62f347
2023-04-03T05:35:28.801Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:35:28.801Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T05:35:28.801Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:35:28.801Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:35:28.801Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:35:28.801Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:35:28.801Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:35:28.802Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:35:28.802Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:35:28.802Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-03T05:35:28.802Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:35:28.802Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:35:28.802Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:35:28.802Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:35:28.803Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
2023-04-03T05:35:28.803Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:35:28.803Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T05:35:28.803Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:35:28.803Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:35:28.803Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:35:28.803Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:35:28.804Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:35:28.804Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:35:28.804Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:35:28.804Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:35:28.804Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:35:28.804Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:35:28.804Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:35:28.804Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-03T05:35:28.805Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=122e325f-2e27-4d48-9a3f-efbc72a34c71
2023-04-03T05:35:28.805Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:35:28.805Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:35:28.805Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:35:28.805Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:35:28.805Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:35:28.805Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:35:28.805Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:35:28.805Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:35:28.805Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-03 04-26-19
Description:catalog service description
Model UUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
Model Version:NULL
Model InvariantUuid:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8e02d361-5433
Model UUID:47d4862e-1a6e-4dae-9653-99928c24d602
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cde9fb02-b9a2-4c60-9c16-09798dbb426d
ModelName:Vfw8e02d3615433..base_vfw..module-0
ModelUuid:6455b1ae-49c2-4d62-8cfb-2a21c47b6279
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5ffc881a-26c6-4204-a1d2-ba4d1a62f347
ModelInvariantUuid:7e3cea96-7596-4528-9dfb-591d1405d3a3
ModelName:vFW 8e02d361-5433-nodes.vfwCvfc
ModelUuid:756475be-46b0-4af1-9b47-3051a8f60749
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:082e0945-8a5f-423d-8d6d-a828b35abcfb
ModelInvariantUuid:b465ff3b-5bff-4c01-8015-9a6983208da2
ModelName:Vfw8e02d3615433.compute.nodes.heat.vfw
ModelUuid:79b898ee-37ad-4e21-a0c4-244ae0393f4e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
ModelInvariantUuid:7ca98905-f86a-4518-bbb0-9bfbc9cb899c
ModelName:vFW 8e02d361-5433-nodes.vsnCvfc
ModelUuid:d550497c-377e-420a-b821-53296abc0905
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8d40a476-40b7-4511-b338-57d6275036c1
ModelInvariantUuid:d1f91f15-5937-45d6-aa49-dd806b16d46a
ModelName:Vfw8e02d3615433.compute.nodes.heat.vsn
ModelUuid:4983761a-7d0f-41cc-981e-225a831f6b16
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:122e325f-2e27-4d48-9a3f-efbc72a34c71
ModelInvariantUuid:506f7d29-0459-42b4-a53f-aaea27378297
ModelName:vFW 8e02d361-5433-nodes.vpgCvfc
ModelUuid:78065023-194b-4fca-99d6-23e702ead165
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:97f360b6-9db5-41fa-ac2b-da7a01872868
ModelInvariantUuid:427fbd83-51f4-4c81-ba9e-90d3b0aa9915
ModelName:Vfw8e02d3615433.compute.nodes.heat.vpg
ModelUuid:d5bc98b6-ccee-4a42-aeac-9b5dd51b7f56
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-04-03T05:35:28.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||ERROR|500||Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists
2023-04-03T05:35:28.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T05:35:28.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists)
2023-04-03T05:35:28.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T05:35:28.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:35:28.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:35:28.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500128843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:35:29.844Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T05:35:29.844Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists)
2023-04-03T05:35:29.844Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T05:35:29.845Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:35:29.845Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:35:29.845Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500129844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:35:30.846Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:35:30.867Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:35:30.871Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T05:35:30.871Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T05:35:30.871Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T05:35:30.871Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T05:35:30.871Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:35:30.871Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:35:30.871Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:35:30.871Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:35:30.872Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-04-03T05:35:30.886Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T05:36:00.887Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T05:36:00.900Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and serviceModelVersionId: 1d95d522-2e0f-4343-9cc1-c8057874e1a7
2023-04-03T05:36:00.900Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
2023-04-03T05:36:00.901Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0
2023-04-03T05:36:00.907Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T05:36:00.939Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||Invoke
2023-04-03T05:36:00.940Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c3c3b7b8-f91b-414e-995b-fdce28288a89], X-ECOMP-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], X-TransactionId=[], X-ONAP-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], Content-Type=[application/merge-patch+json]}
2023-04-03T05:36:00.947Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T05:36:01.172Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 05:36:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[221], vertex-id=[241720], x-aai-txid=[2-aai-resources-230403-05:36:00:955-81951], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T05:36:01.172Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T05:36:01.173Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||InvokeReturn
2023-04-03T05:36:01.173Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T05:36:01.173Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-04-03T05:36:01.187Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-04-03T05:36:01.187Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ba6c437-f06e-4cf5-971b-291d0684a066 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T05:36:01.187Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T05:36:01.188Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:36:01.188Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:36:01.188Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500161187,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:36:02.223Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:36:02.223Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"2a7eda29-9989-4138-bd46-cca320902689","serviceName":"vFW 2023-04-03 05-26-46","serviceVersion":"1.0","serviceUUID":"c608ba70-262e-4e6c-a5ac-a662dc3a40ae","serviceDescription":"catalog service description","serviceInvariantUUID":"2ab16a21-98dc-4b45-bfdd-8202f50de2ef","resources":[{"resourceInstanceName":"vFW 9788de87-67a5 0","resourceName":"vFW 9788de87-67a5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a3eb70d2-577c-4ec5-a10e-227de41ce2e3","resourceInvariantUUID":"ceba352d-9b2d-4bfc-8c8e-3e4c94004a14","resourceCustomizationUUID":"cb88b717-d4c9-49ee-bd40-a092f617a26a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml","artifactChecksum":"M2QwMzBkMmFmYzVmMGNlNzYwNjVlM2JjY2Q2MWMzNzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1379996f-64e2-4052-8a4c-cfd918e3bbba","artifactVersion":"1"},{"artifactName":"vfw9788de8767a50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json","artifactChecksum":"M2I0ZWZhOTk5OWY2ZjFiZDA4NmRmYTgzZDUyMjAwMGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0a3c8d72-899d-404d-9ec3-4a9aa9370a01","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"332f6cea-661b-44e7-8418-999a7faa362d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml","artifactChecksum":"OGZlY2NhMDljNGY1ZGRmNGU3ODJjMmE0YzljMzc0NWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b04aefc1-451c-483d-afaf-23a3c7bf28e6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5a4d096b-2ade-46d5-9e0a-f464972a54b7","artifactVersion":"2","generatedFromUUID":"332f6cea-661b-44e7-8418-999a7faa362d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230403052646-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml","artifactChecksum":"ZmQ5ODc5MTViY2Y5OWExMzk4ZjMwYjdjY2E1YThiZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"feeb6917-dcdc-4eff-be5b-8abdd320af8d","artifactVersion":"1"},{"artifactName":"service-Vfw20230403052646-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar","artifactChecksum":"NWRmYWJmOGUyMDRkODNmODM4MTlmMTE1YmFmNjQyZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5d50b584-a760-415f-b165-b06ef6b1f1e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T05:36:02.223Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:36:02.224Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:36:02.224Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:36:02.224Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:36:03.225Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:36:03.225Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:36:03.225Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:36:03.225Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:36:04.226Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:36:04.226Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:36:04.226Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:36:04.227Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:36:05.227Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:36:05.228Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:36:05.228Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:36:05.228Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:36:06.229Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:36:06.229Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:36:06.229Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:36:06.230Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:36:07.230Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:36:07.231Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:36:07.231Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:36:07.231Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:36:07.773Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:36:07.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:36:07.780Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:36:07.780Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:36:07.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:36:07.780Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T05:36:07.781Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:36:07.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:36:07.781Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-03T05:36:07.781Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:36:07.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:36:07.781Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:36:07.781Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:36:07.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:36:07.781Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-03T05:36:07.781Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:36:07.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:36:07.781Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:36:07.782Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:36:07.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:36:07.782Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:36:07.782Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:36:07.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:36:07.782Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500126054,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:36:07.782Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:36:07.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:36:07.782Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500128843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
}
2023-04-03T05:36:07.782Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:36:07.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:36:07.782Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500129844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
}
2023-04-03T05:36:07.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:36:07.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:36:07.783Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500161187,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T05:36:07.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:36:07.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:36:07.783Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:36:07.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:36:07.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:36:07.783Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T05:36:07.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:36:07.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:36:07.783Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-03T05:36:07.783Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:36:07.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:36:07.784Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:36:07.784Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:36:07.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:36:07.784Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-03T05:36:07.784Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:36:07.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:36:07.784Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:36:07.784Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:36:08.232Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:36:08.232Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:36:08.232Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:36:08.232Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:36:09.234Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "serviceName": "vFW 2023-04-03 05-26-46",
  "serviceVersion": "1.0",
  "serviceUUID": "c608ba70-262e-4e6c-a5ac-a662dc3a40ae",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2ab16a21-98dc-4b45-bfdd-8202f50de2ef",
  "resources": [
    {
      "resourceInstanceName": "vFW 9788de87-67a5 0",
      "resourceCustomizationUUID": "cb88b717-d4c9-49ee-bd40-a092f617a26a",
      "resourceName": "vFW 9788de87-67a5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a3eb70d2-577c-4ec5-a10e-227de41ce2e3",
      "resourceInvariantUUID": "ceba352d-9b2d-4bfc-8c8e-3e4c94004a14",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw9788de8767a50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
          "artifactChecksum": "M2I0ZWZhOTk5OWY2ZjFiZDA4NmRmYTgzZDUyMjAwMGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0a3c8d72-899d-404d-9ec3-4a9aa9370a01",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "332f6cea-661b-44e7-8418-999a7faa362d",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5a4d096b-2ade-46d5-9e0a-f464972a54b7",
            "generatedFromUUID": "332f6cea-661b-44e7-8418-999a7faa362d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5a4d096b-2ade-46d5-9e0a-f464972a54b7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230403052646-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
      "artifactChecksum": "NWRmYWJmOGUyMDRkODNmODM4MTlmMTE1YmFmNjQyZmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5d50b584-a760-415f-b165-b06ef6b1f1e8"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T05:36:09.234Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T05:36:09.234Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c608ba70-262e-4e6c-a5ac-a662dc3a40ae ASDC
2023-04-03T05:36:09.234Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:2a7eda29-9989-4138-bd46-cca320902689
ServiceName:vFW 2023-04-03 05-26-46
ServiceVersion:1.0
ServiceUUID:c608ba70-262e-4e6c-a5ac-a662dc3a40ae
ServiceInvariantUUID:2ab16a21-98dc-4b45-bfdd-8202f50de2ef
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230403052646-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
ArtifactUUID:5d50b584-a760-415f-b165-b06ef6b1f1e8
ArtifactChecksum:NWRmYWJmOGUyMDRkODNmODM4MTlmMTE1YmFmNjQyZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9788de87-67a5 0
ResourceCustomizationUUID:cb88b717-d4c9-49ee-bd40-a092f617a26a
ResourceInvariantUUID:ceba352d-9b2d-4bfc-8c8e-3e4c94004a14
ResourceName:vFW 9788de87-67a5
ResourceType:VF
ResourceUUID:a3eb70d2-577c-4ec5-a10e-227de41ce2e3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9788de8767a50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json
ArtifactUUID:0a3c8d72-899d-404d-9ec3-4a9aa9370a01
ArtifactChecksum:M2I0ZWZhOTk5OWY2ZjFiZDA4NmRmYTgzZDUyMjAwMGI=
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/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml
ArtifactUUID:332f6cea-661b-44e7-8418-999a7faa362d
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/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env
ArtifactUUID:5a4d096b-2ade-46d5-9e0a-f464972a54b7
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/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env
ArtifactUUID:5a4d096b-2ade-46d5-9e0a-f464972a54b7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T05:36:09.235Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c608ba70-262e-4e6c-a5ac-a662dc3a40ae ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-04-03T05:36:09.311Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:36:09.311Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:36:09.312Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:36:09.312Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 from URL: /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
2023-04-03T05:36:09.312Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-03T05:36:09.312Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
2023-04-03T05:36:09.663Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-03T05:36:09.667Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar 5d50b584-a760-415f-b165-b06ef6b1f1e8 101394
2023-04-03T05:36:09.667Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar ASDC sendASDCNotification
2023-04-03T05:36:09.667Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
2023-04-03T05:36:09.667Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T05:36:09.667Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:36:09.667Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:36:09.668Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500169667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:36:10.668Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:36:10.669Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:36:10.669Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8, URL: /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar to file: /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:36:10.670Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230403052646-csar.csar
2023-04-03T05:36:10.670Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:36:10.670Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:36:10.777Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4672629326588634123/Definitions/service-Vfw20230403052646-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-03T05:36:12.362Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T05:36:12.363Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-03T05:36:12.363Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:36:12.363Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-03T05:36:12.363Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:36:12.363Z|2a7eda29-9989-4138-bd46-cca320902689|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-Vfw20230403052646-csar.csar
2023-04-03T05:36:12.363Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:36:12.363Z|2a7eda29-9989-4138-bd46-cca320902689|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-Vfw20230403052646-csar.csar
2023-04-03T05:36:12.363Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:36:12.363Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:36:12.363Z|2a7eda29-9989-4138-bd46-cca320902689|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-Vfw20230403052646-csar.csar
2023-04-03T05:36:12.363Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:36:12.363Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:36:12.363Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9788de87-67a5 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-Vfw20230403052646-csar.csar
2023-04-03T05:36:12.363Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:36:12.363Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-03T05:36:12.363Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:36:12.364Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:36:12.364Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T05:36:12.364Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-03T05:36:12.364Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T05:36:12.364Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:36:12.364Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:36:12.364Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T05:36:12.364Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-03T05:36:12.364Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T05:36:12.364Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:36:12.364Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:36:12.364Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:36:12.364Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T05:36:12.364Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:36:12.364Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:36:12.364Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:36:12.365Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:36:12.365Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:36:12.365Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:36:12.365Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:36:12.365Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:36:12.365Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:36:12.365Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:36:12.365Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:36:12.365Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:36:12.365Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:36:12.365Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:36:12.365Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:36:12.365Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T05:36:12.365Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:36:12.365Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T05:36:12.365Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:36:12.365Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T05:36:12.365Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:36:12.366Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:36:12.366Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T05:36:12.366Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:36:12.366Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:36:12.366Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T05:36:12.366Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:36:12.366Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:36:12.366Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T05:36:12.366Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:36:12.366Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:36:12.366Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-03T05:36:12.366Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:36:12.366Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:36:12.366Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:36:12.366Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:36:12.366Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:36:12.367Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:36:12.367Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:36:12.367Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:36:12.367Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a430e9fd-041a-42d8-b147-c518cfc20c03
2023-04-03T05:36:12.367Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:36:12.367Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T05:36:12.367Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:36:12.367Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:36:12.367Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:36:12.367Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:36:12.367Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:36:12.367Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:36:12.367Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:36:12.367Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-03T05:36:12.367Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:36:12.367Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:36:12.367Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:36:12.367Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:36:12.368Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ab73571b-7798-4ba9-977b-2137a4ccef6a
2023-04-03T05:36:12.368Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:36:12.369Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T05:36:12.369Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:36:12.369Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:36:12.369Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:36:12.369Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:36:12.370Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:36:12.370Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:36:12.370Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:36:12.370Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:36:12.370Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:36:12.370Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:36:12.370Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:36:12.370Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-03T05:36:12.370Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=16305da0-f57a-4b01-82d2-de9f0140b769
2023-04-03T05:36:12.371Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:36:12.371Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:36:12.371Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:36:12.371Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:36:12.371Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:36:12.371Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:36:12.371Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:36:12.371Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:36:12.371Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-03 05-26-46
Description:catalog service description
Model UUID:c608ba70-262e-4e6c-a5ac-a662dc3a40ae
Model Version:NULL
Model InvariantUuid:2ab16a21-98dc-4b45-bfdd-8202f50de2ef
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 9788de87-67a5
Model UUID:565afa59-b03d-48f0-93f9-012885fc7424
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ceba352d-9b2d-4bfc-8c8e-3e4c94004a14
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cb88b717-d4c9-49ee-bd40-a092f617a26a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:85136328-f095-47bb-bc1c-43a61975e49b
ModelName:Vfw9788de8767a5..base_vfw..module-0
ModelUuid:825a363c-eea9-4145-a6e9-00dc45aa43e4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a430e9fd-041a-42d8-b147-c518cfc20c03
ModelInvariantUuid:e4c62a9b-09a1-467b-bf7a-6e2eb5d52103
ModelName:vFW 9788de87-67a5-nodes.vfwCvfc
ModelUuid:04f5a6c2-5ed2-452d-bc04-b56dbdc1259a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:39b4f3bc-fb2c-49b5-beb6-0eb321eb4892
ModelInvariantUuid:8fd280ad-9d22-4c16-abe3-bfe12fedac79
ModelName:Vfw9788de8767a5.compute.nodes.heat.vfw
ModelUuid:4d8679d6-a308-49ad-8d75-0fe570cc9e12
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ab73571b-7798-4ba9-977b-2137a4ccef6a
ModelInvariantUuid:2e7cac4b-1a60-4ea2-a2ce-1ec4f00fb9bb
ModelName:vFW 9788de87-67a5-nodes.vsnCvfc
ModelUuid:1c97fb47-a071-4a26-83fa-f699107d14c1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b1ad0e7f-19b7-4fd9-ba6a-f94020f801de
ModelInvariantUuid:70018cf0-0e4c-42ef-83c7-538284785f9f
ModelName:Vfw9788de8767a5.compute.nodes.heat.vsn
ModelUuid:9bcc28a2-9d7d-425e-9f60-3eca4a7cc3f1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:16305da0-f57a-4b01-82d2-de9f0140b769
ModelInvariantUuid:48951810-a0e3-4e18-8b24-d7da77221b02
ModelName:vFW 9788de87-67a5-nodes.vpgCvfc
ModelUuid:4a32a8a1-548b-4963-96ed-4fe7a6d6a0a4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e2881614-1550-491b-98ce-b4973170b2be
ModelInvariantUuid:abf9146c-dc4f-4fe9-b92b-4d2a6c633a6b
ModelName:Vfw9788de8767a5.compute.nodes.heat.vpg
ModelUuid:1738041d-46dd-41ff-ab54-1107d8a343d4
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-04-03T05:36:12.396Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: a3eb70d2-577c-4ec5-a10e-227de41ce2e3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T05:36:12.401Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||vFW 9788de87-67a5 0
2023-04-03T05:36:12.401Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a3eb70d2-577c-4ec5-a10e-227de41ce2e3
2023-04-03T05:36:12.401Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0a3c8d72-899d-404d-9ec3-4a9aa9370a01 from URL: /sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json
2023-04-03T05:36:12.402Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-03T05:36:12.402Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json
2023-04-03T05:36:12.504Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-03T05:36:12.505Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json 0a3c8d72-899d-404d-9ec3-4a9aa9370a01 785
2023-04-03T05:36:12.505Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json ASDC sendASDCNotification
2023-04-03T05:36:12.505Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json
2023-04-03T05:36:12.505Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T05:36:12.505Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:36:12.505Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:36:12.505Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500172505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:36:13.506Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw9788de8767a5..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "85136328-f095-47bb-bc1c-43a61975e49b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "825a363c-eea9-4145-a6e9-00dc45aa43e4",
    "vfModuleModelCustomizationUUID": "7ec739f4-b862-4873-9d89-9d38d5ff22cd",
    "isBase": true,
    "artifacts": [
      "332f6cea-661b-44e7-8418-999a7faa362d",
      "5a4d096b-2ade-46d5-9e0a-f464972a54b7"
    ],
    "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-04-03T05:36:13.514Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9788de8767a5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:825a363c-eea9-4145-a6e9-00dc45aa43e4
VfModuleModelInvariantUUID:85136328-f095-47bb-bc1c-43a61975e49b
VfModuleModelDescription:NULL
Artifacts UUID List:{
332f6cea-661b-44e7-8418-999a7faa362d
,
5a4d096b-2ade-46d5-9e0a-f464972a54b7

}
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-04-03T05:36:13.518Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw9788de8767a5..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "85136328-f095-47bb-bc1c-43a61975e49b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "825a363c-eea9-4145-a6e9-00dc45aa43e4",
    "vfModuleModelCustomizationUUID": "7ec739f4-b862-4873-9d89-9d38d5ff22cd",
    "isBase": true,
    "artifacts": [
      "332f6cea-661b-44e7-8418-999a7faa362d",
      "5a4d096b-2ade-46d5-9e0a-f464972a54b7"
    ],
    "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-04-03T05:36:13.518Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw9788de8767a5..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:825a363c-eea9-4145-a6e9-00dc45aa43e4
VfModuleModelInvariantUUID:85136328-f095-47bb-bc1c-43a61975e49b
VfModuleModelDescription:NULL
Artifacts UUID List:{
332f6cea-661b-44e7-8418-999a7faa362d
,
5a4d096b-2ade-46d5-9e0a-f464972a54b7

}
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-04-03T05:36:13.518Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 332f6cea-661b-44e7-8418-999a7faa362d from URL: /sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml
2023-04-03T05:36:13.518Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-03T05:36:13.518Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml
2023-04-03T05:36:13.629Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-03T05:36:13.629Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml 332f6cea-661b-44e7-8418-999a7faa362d 20368
2023-04-03T05:36:13.630Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-04-03T05:36:13.630Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml
2023-04-03T05:36:13.630Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T05:36:13.630Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:36:13.630Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:36:13.630Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500173630,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:36:14.631Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5a4d096b-2ade-46d5-9e0a-f464972a54b7 from URL: /sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env
2023-04-03T05:36:14.632Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-03T05:36:14.632Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env
2023-04-03T05:36:14.729Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-03T05:36:14.730Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env 5a4d096b-2ade-46d5-9e0a-f464972a54b7 2098
2023-04-03T05:36:14.730Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env ASDC sendASDCNotification
2023-04-03T05:36:14.730Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env
2023-04-03T05:36:14.730Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T05:36:14.731Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:36:14.731Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:36:14.731Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500174730,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:36:15.732Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: c608ba70-262e-4e6c-a5ac-a662dc3a40ae
2023-04-03T05:36:15.732Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 9788de87-67a5 0 a3eb70d2-577c-4ec5-a10e-227de41ce2e3 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-04-03T05:36:15.775Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4b11979f, org.onap.sdc.toscaparser.api.parameters.Input@6809c0f8, org.onap.sdc.toscaparser.api.parameters.Input@780480f3, org.onap.sdc.toscaparser.api.parameters.Input@172ff7d1, org.onap.sdc.toscaparser.api.parameters.Input@50c537c4]
2023-04-03T05:36:15.777Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:36:15.777Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:36:15.777Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-04-03T05:36:15.777Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= cb88b717-d4c9-49ee-bd40-a092f617a26a
2023-04-03T05:36:15.777Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cb88b717-d4c9-49ee-bd40-a092f617a26a matches Tosca VF Customization UUID: cb88b717-d4c9-49ee-bd40-a092f617a26a
2023-04-03T05:36:15.778Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: cb88b717-d4c9-49ee-bd40-a092f617a26a  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-04-03T05:36:15.782Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:36:15.783Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:36:15.783Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id cb88b717-d4c9-49ee-bd40-a092f617a26a: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-04-03T05:36:15.783Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@323d30a
2023-04-03T05:36:15.783Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:36:15.784Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T05:36:15.784Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7ec739f4-b862-4873-9d89-9d38d5ff22cd
2023-04-03T05:36:15.784Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7ec739f4-b862-4873-9d89-9d38d5ff22cd
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-04-03T05:36:15.789Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:36:15.790Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T05:36:15.790Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:36:15.790Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:36:15.790Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T05:36:15.790Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:36:15.790Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:36:15.790Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T05:36:15.790Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:36:15.790Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:36:15.790Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-03T05:36:15.791Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:36:15.791Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:36:15.791Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:36:15.791Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:36:15.791Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:36:15.791Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:36:15.791Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:36:15.791Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:36:15.791Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a430e9fd-041a-42d8-b147-c518cfc20c03
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-04-03T05:36:15.796Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:36:15.797Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T05:36:15.797Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:36:15.797Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:36:15.797Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T05:36:15.797Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:36:15.797Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:36:15.797Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:36:15.797Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:36:15.797Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:36:15.797Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:36:15.798Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:36:15.798Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-03T05:36:15.798Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:36:15.798Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:36:15.798Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:36:15.798Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:36:15.798Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ab73571b-7798-4ba9-977b-2137a4ccef6a
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-04-03T05:36:15.803Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:36:15.803Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T05:36:15.803Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:36:15.803Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:36:15.803Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T05:36:15.803Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:36:15.803Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:36:15.803Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:36:15.804Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:36:15.804Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:36:15.804Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:36:15.804Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:36:15.804Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:36:15.804Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:36:15.804Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:36:15.804Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:36:15.804Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-03T05:36:15.804Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=16305da0-f57a-4b01-82d2-de9f0140b769
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-04-03T05:36:15.809Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:36:15.809Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T05:36:15.809Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:36:15.809Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:36:15.809Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T05:36:15.809Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=cb88b717-d4c9-49ee-bd40-a092f617a26a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T05:36:15.814Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:36:15.814Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:36:15.814Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid c608ba70-262e-4e6c-a5ac-a662dc3a40ae: vFW 9788de87-67a5
2023-04-03T05:36:15.814Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:36:15.814Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:36:15.814Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:36:15.814Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:36:15.814Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:36:15.815Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:36:15.815Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:36:15.815Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:36:15.815Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:36:15.815Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:36:15.815Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2023-04-03 05-26-46 
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-04-03T05:36:16.406Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 9788de87-67a5 a3eb70d2-577c-4ec5-a10e-227de41ce2e3 1 ASDC deployResourceStructure
2023-04-03T05:36:16.407Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json ASDC sendASDCNotification
2023-04-03T05:36:16.407Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json
2023-04-03T05:36:16.407Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-03T05:36:16.407Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:36:16.407Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:36:16.407Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500176407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:36:17.408Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml ASDC sendASDCNotification
2023-04-03T05:36:17.408Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml
2023-04-03T05:36:17.408Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-03T05:36:17.409Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:36:17.409Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:36:17.409Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500177408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:36:18.410Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env ASDC sendASDCNotification
2023-04-03T05:36:18.410Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env
2023-04-03T05:36:18.410Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-03T05:36:18.411Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:36:18.411Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:36:18.411Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500178410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:36:19.412Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar ASDC sendASDCNotification
2023-04-03T05:36:19.412Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
2023-04-03T05:36:19.412Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-03T05:36:19.412Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:36:19.412Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:36:19.413Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500179412,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:36:20.413Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a7eda29-9989-4138-bd46-cca320902689
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:36:20.445Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a7eda29-9989-4138-bd46-cca320902689
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:36:20.450Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T05:36:20.450Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T05:36:20.450Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T05:36:20.450Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T05:36:20.450Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:36:20.450Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:36:20.450Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:36:20.450Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:36:20.450Z|2a7eda29-9989-4138-bd46-cca320902689|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-04-03T05:36:20.465Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T05:36:50.465Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a7eda29-9989-4138-bd46-cca320902689 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T05:36:50.478Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a7eda29-9989-4138-bd46-cca320902689 and serviceModelVersionId: c608ba70-262e-4e6c-a5ac-a662dc3a40ae
2023-04-03T05:36:50.479Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2ab16a21-98dc-4b45-bfdd-8202f50de2ef
2023-04-03T05:36:50.479Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0
2023-04-03T05:36:50.483Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T05:36:50.499Z|2a7eda29-9989-4138-bd46-cca320902689|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/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T05:36:50.500Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|INFO|500||Invoke
2023-04-03T05:36:50.508Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T05:36:50.738Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|INFO|500||InvokeReturn
2023-04-03T05:36:50.739Z|2a7eda29-9989-4138-bd46-cca320902689|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/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 05:36:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[227], vertex-id=[176360], x-aai-txid=[1-aai-resources-230403-05:36:50:518-93628], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T05:36:50.739Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T05:36:50.739Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T05:36:50.739Z|2a7eda29-9989-4138-bd46-cca320902689|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-04-03T05:36:50.751Z|2a7eda29-9989-4138-bd46-cca320902689|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-04-03T05:36:50.751Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a7eda29-9989-4138-bd46-cca320902689 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T05:36:50.751Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T05:36:50.751Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:36:50.751Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:36:50.751Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500210751,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:36:51.786Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T05:36:51.787Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-03T05:36:51.787Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:36:51.788Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:36:51.788Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:36:51.788Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T05:36:51.792Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-6d4dc144-a42d-4b65-b03f-580205a2f59e
2023-04-03T05:36:51.792Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:36:51.793Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:36:51.793Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T05:36:53.861Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:36:56.873Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:36:59.885Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:37:02.894Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:37:05.904Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:37:07.773Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:37:07.788Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:37:07.788Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T05:37:07.794Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully joined group with generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-6d4dc144-a42d-4b65-b03f-580205a2f59e', protocol='range'}
2023-04-03T05:37:07.795Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T05:37:07.801Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 25: {SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-6d4dc144-a42d-4b65-b03f-580205a2f59e=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-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-03T05:37:07.814Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully synced group in generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-6d4dc144-a42d-4b65-b03f-580205a2f59e', protocol='range'}
2023-04-03T05:37:07.814Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=25, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T05:37:07.814Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:37:07.815Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:37:07.815Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:37:07.815Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:37:07.818Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:37:07.818Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:37:07.819Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:37:07.819Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:37:07.819Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:37:07.819Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=432, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:37:07.819Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:37:07.819Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:37:07.819Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:37:07.819Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:37:07.820Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:37:07.820Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:37:07.827Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:37:07.828Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"67140925-3a6f-407a-959c-109e177260de","serviceName":"basic_onboard_FLWUdk","serviceVersion":"1.0","serviceUUID":"19ebdf40-c64a-481d-8a8f-8b59c9326af3","serviceDescription":"service","serviceInvariantUUID":"2bac4cbd-5db1-4650-9def-8fec2ad66681","resources":[{"resourceInstanceName":"basic_onboard_FLWUdk 0","resourceName":"basic_onboard_FLWUdk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dac3165c-a204-413f-adbe-704623ed23b4","resourceInvariantUUID":"d53cee2e-031e-415a-8fae-95f51faf2e70","resourceCustomizationUUID":"4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml","artifactChecksum":"NGM5YzhiYzRjZjc0ZjU3MmRkMjA5ZTUyYTAwMjQwNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd788691-5050-4702-936e-5323ddbfa177","artifactVersion":"1"},{"artifactName":"basic_onboard_flwudk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json","artifactChecksum":"ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d45e3439-bba4-4631-9b18-813915a57166","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f47d27f-dfde-477b-a49d-8653be82ad1c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ea2f5259-0af6-448f-9bc0-3a618a91f457","artifactVersion":"2","generatedFromUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFlwudk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml","artifactChecksum":"MDk4ODRiZjQ2ZjgxMzhiYjYyYjdkMDAzZGYyNTc2MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"589963b3-da11-4d3e-b9e4-5adee2b92999","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFlwudk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar","artifactChecksum":"ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f8f74d7f-c5f7-425e-a01c-0a969b83b0dc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T05:37:07.829Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:37:07.830Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:37:07.830Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:37:07.830Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:37:08.831Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:37:08.831Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:37:08.831Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:37:08.831Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:37:08.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:37:08.834Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680499802157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:37:08.835Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:37:08.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:37:08.835Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500169667,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:37:08.835Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:37:08.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:37:08.835Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500172505,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:37:08.836Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:37:08.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:37:08.836Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500173630,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:37:08.836Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:37:08.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:37:08.837Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500174730,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:37:08.837Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:37:08.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:37:08.837Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500176407,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-03T05:37:08.837Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:37:08.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:37:08.837Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500177408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2023-04-03T05:37:08.837Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:37:08.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:37:08.838Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500178410,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2023-04-03T05:37:08.838Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:37:08.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:37:08.838Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500179412,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T05:37:08.838Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:37:08.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:37:08.838Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500210751,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T05:37:08.838Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:37:08.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:37:08.839Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:37:08.839Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:37:09.832Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:37:09.833Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:37:09.833Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:37:09.833Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:37:10.836Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:37:10.837Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:37:10.837Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:37:10.837Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:37:11.838Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:37:11.839Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:37:11.839Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:37:11.839Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:37:12.840Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:37:12.840Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:37:12.840Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:37:12.840Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:37:13.841Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:37:13.841Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:37:13.841Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:37:13.842Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:37:14.843Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "serviceName": "basic_onboard_FLWUdk",
  "serviceVersion": "1.0",
  "serviceUUID": "19ebdf40-c64a-481d-8a8f-8b59c9326af3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2bac4cbd-5db1-4650-9def-8fec2ad66681",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_FLWUdk 0",
      "resourceCustomizationUUID": "4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf",
      "resourceName": "basic_onboard_FLWUdk",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dac3165c-a204-413f-adbe-704623ed23b4",
      "resourceInvariantUUID": "d53cee2e-031e-415a-8fae-95f51faf2e70",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_flwudk0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
          "artifactChecksum": "ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d45e3439-bba4-4631-9b18-813915a57166",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
            "generatedFromUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardFlwudk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
      "artifactChecksum": "ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f8f74d7f-c5f7-425e-a01c-0a969b83b0dc"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T05:37:14.843Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T05:37:14.843Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC
2023-04-03T05:37:14.843Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:67140925-3a6f-407a-959c-109e177260de
ServiceName:basic_onboard_FLWUdk
ServiceVersion:1.0
ServiceUUID:19ebdf40-c64a-481d-8a8f-8b59c9326af3
ServiceInvariantUUID:2bac4cbd-5db1-4650-9def-8fec2ad66681
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFlwudk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
ArtifactUUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc
ArtifactChecksum:ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_FLWUdk 0
ResourceCustomizationUUID:4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf
ResourceInvariantUUID:d53cee2e-031e-415a-8fae-95f51faf2e70
ResourceName:basic_onboard_FLWUdk
ResourceType:VF
ResourceUUID:dac3165c-a204-413f-adbe-704623ed23b4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_flwudk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
ArtifactUUID:d45e3439-bba4-4631-9b18-813915a57166
ArtifactChecksum:ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ=
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:01129bd9-4e3f-4f2f-92c1-083f0cfccae5
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T05:37:14.843Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:37:14.886Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:37:14.887Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:37:14.887Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:37:14.887Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f8f74d7f-c5f7-425e-a01c-0a969b83b0dc from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T05:37:14.887Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-03T05:37:14.887Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T05:37:14.911Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-03T05:37:14.911Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6e1fa0d5
2023-04-03T05:37:14.911Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T05:37:14.911Z|67140925-3a6f-407a-959c-109e177260de|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": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T05:37:14.912Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardFlwudk-csar.csar /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar f8f74d7f-c5f7-425e-a01c-0a969b83b0dc Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T05:37:14.912Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar ASDC sendASDCNotification
2023-04-03T05:37:14.912Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(Specified artifact is  not found)
2023-04-03T05:37:14.912Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T05:37:14.912Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:37:14.912Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:37:14.912Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500234912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:37:15.913Z|67140925-3a6f-407a-959c-109e177260de|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-BasicOnboardFlwudk-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(UUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-04-03T05:37:15.931Z|67140925-3a6f-407a-959c-109e177260de|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-04-03T05:37:15.932Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T05:37:15.937Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||basic_onboard_FLWUdk 0
2023-04-03T05:37:15.937Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
2023-04-03T05:37:15.937Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d45e3439-bba4-4631-9b18-813915a57166 from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T05:37:15.937Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-03T05:37:15.938Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T05:37:15.959Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-03T05:37:15.960Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@46712b0a
2023-04-03T05:37:15.960Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T05:37:15.960Z|67140925-3a6f-407a-959c-109e177260de|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": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T05:37:15.961Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_flwudk0_modules.json /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json d45e3439-bba4-4631-9b18-813915a57166 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T05:37:15.961Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json ASDC sendASDCNotification
2023-04-03T05:37:15.961Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(Specified artifact is  not found)
2023-04-03T05:37:15.961Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T05:37:15.961Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:37:15.961Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:37:15.962Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500235961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:37:16.963Z|67140925-3a6f-407a-959c-109e177260de|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_flwudk0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(UUID:d45e3439-bba4-4631-9b18-813915a57166)
Error message 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-04-03T05:37:16.963Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:37:16.992Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:37:16.995Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:37:16.995Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:37:46.996Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:37:47.024Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:37:47.029Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:37:47.029Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:38:07.773Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:38:07.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:38:07.775Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T05:38:07.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:38:17.029Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:38:17.060Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:38:17.064Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:38:17.065Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:38:47.065Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:38:47.094Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:38:47.098Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:38:47.099Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:39:07.773Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:39:07.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:39:07.775Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-03T05:39:07.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:39:07.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:39:07.777Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:39:07.777Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:39:07.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:39:07.777Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-03T05:39:07.778Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:39:07.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:39:07.778Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:39:07.778Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:39:07.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:39:07.778Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:39:07.779Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:39:07.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:39:07.779Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500234912,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T05:39:07.779Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:39:07.779Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:39:07.779Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500235961,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T05:39:07.780Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:39:17.099Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:39:17.131Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:39:17.135Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:39:17.136Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:39:47.136Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:39:47.163Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:39:47.167Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:39:47.167Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:40:07.773Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:40:07.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:40:07.783Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680500333238,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:40:07.784Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:40:07.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:40:07.785Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680500361025,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:40:07.785Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:40:07.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:40:07.785Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680500359603,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:40:07.785Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:40:07.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:40:07.785Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680500358362,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:40:07.785Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:40:07.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:40:07.785Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "aai-model-loader",
  "timestamp": 1680500355778,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:40:07.785Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:40:07.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:40:07.785Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680500355429,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:40:07.785Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:40:07.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:40:07.785Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680500333238,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:40:07.785Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:40:07.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:40:07.786Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680500361025,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:40:07.786Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:40:07.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:40:07.786Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680500359603,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:40:07.786Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:40:07.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:40:07.786Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680500358362,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:40:07.786Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:40:07.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:40:07.786Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "aai-model-loader",
  "timestamp": 1680500355778,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:40:07.786Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:40:07.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:40:07.786Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680500355429,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:40:07.786Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:40:07.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:40:07.786Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680500365453,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:40:07.786Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:40:07.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:40:07.787Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680500364863,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:40:07.787Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:40:07.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:40:07.787Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "aai-model-loader",
  "timestamp": 1680500365460,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:40:07.787Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:40:07.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:40:07.787Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680500365801,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:40:07.787Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:40:07.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:40:07.787Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680500365866,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T05:40:07.787Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:40:07.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:40:07.787Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680500366867,
  "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-04-03T05:40:07.820Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02
2023-04-03T05:40:07.821Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02 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-04-03T05:40:07.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:40:07.839Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680500367358,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T05:40:07.839Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:40:07.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:40:07.839Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "aai-model-loader",
  "timestamp": 1680500368478,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T05:40:07.839Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:40:07.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:40:07.839Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680500368362,
  "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-04-03T05:40:07.850Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02
2023-04-03T05:40:07.850Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02 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-04-03T05:40:07.872Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T05:40:07.872Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "aai-model-loader",
  "timestamp": 1680500369481,
  "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-04-03T05:40:07.887Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02
2023-04-03T05:40:07.887Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02 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-04-03T05:40:17.168Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:40:17.201Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:40:17.207Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:40:17.207Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:40:47.207Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:40:47.234Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:40:47.241Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:40:47.241Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:41:07.773Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:41:07.787Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.787Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680500394455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.788Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.788Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680500397673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.788Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.788Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680500397869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.788Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.788Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680500366456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.788Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.788Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680500394455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.788Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.788Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.789Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680500397869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.789Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.789Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680500397673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.789Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.789Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680500366456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.789Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.789Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680500394455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.789Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.789Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.789Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680500397869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.789Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.790Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680500397673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.790Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.790Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680500366456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.790Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.790Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680500415778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.790Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.790Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680500415429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.790Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.790Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680500394455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.790Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.790Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680500397673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.791Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.791Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680500397869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.791Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.791Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680500366456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.791Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.791Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680500415778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.791Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.791Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680500415429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.791Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.791Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680500394455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.791Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.791Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.791Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680500397869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.792Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.792Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680500397673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.792Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.792Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680500366456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.792Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.792Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680500415778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.792Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.792Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680500415429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.792Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.792Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680500397869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.792Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.792Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680500394455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.792Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.792Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.793Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680500366456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.793Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.793Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680500397673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-04-03T05:41:07.793Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.793Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680500415778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.793Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.793Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680500415429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.793Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.793Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680500397869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.793Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.793Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680500394455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.793Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.793Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.793Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680500366456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.794Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.794Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680500397673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.794Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.794Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680500415778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.794Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.794Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680500415429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.794Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.794Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680500397869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:41:07.794Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.794Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680500397673,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.794Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.794Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.795Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680500366456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:41:07.795Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.795Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680500394455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:41:07.795Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.795Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680500415778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.795Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.795Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680500415429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.795Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.795Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680500415778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.795Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.795Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680500421897,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:41:07.795Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.795Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.796Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680500421309,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:41:07.796Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.796Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.797Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680500415429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.797Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.797Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680500415778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:41:07.797Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.797Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.798Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680500422311,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T05:41:07.798Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.798Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680500415429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:41:07.798Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.798Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680500423903,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:41:07.798Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.798Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.798Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680500423313,
  "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-04-03T05:41:07.847Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of faa6e256-3a0a-4c89-86b9-c4bedd8d632b
2023-04-03T05:41:07.847Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId faa6e256-3a0a-4c89-86b9-c4bedd8d632b 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-04-03T05:41:07.871Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.872Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680500424224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:41:07.872Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.872Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680500426002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T05:41:07.872Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.872Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.873Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680500427005,
  "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-04-03T05:41:07.888Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of faa6e256-3a0a-4c89-86b9-c4bedd8d632b
2023-04-03T05:41:07.889Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId faa6e256-3a0a-4c89-86b9-c4bedd8d632b 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-04-03T05:41:07.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.913Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680500427582,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T05:41:07.913Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.913Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "aai-model-loader",
  "timestamp": 1680500428584,
  "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-04-03T05:41:07.928Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of faa6e256-3a0a-4c89-86b9-c4bedd8d632b
2023-04-03T05:41:07.928Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId faa6e256-3a0a-4c89-86b9-c4bedd8d632b 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-04-03T05:41:07.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.952Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680500424314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.953Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.953Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680500421099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.953Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.954Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680500441821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.954Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.954Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680500422902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.954Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.954Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "aai-model-loader",
  "timestamp": 1680500445778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.954Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.954Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680500445429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.955Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.955Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680500424314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.955Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.955Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680500421099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T05:41:07.955Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.955Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680500422902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.956Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.956Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680500441821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.956Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.956Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "aai-model-loader",
  "timestamp": 1680500445778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.956Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.957Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680500445429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.957Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.958Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680500424314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-03T05:41:07.958Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.958Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680500421099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-03T05:41:07.958Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.958Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680500422902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.958Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.959Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680500441821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.959Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.959Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "aai-model-loader",
  "timestamp": 1680500445778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.959Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.959Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680500445429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.960Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.960Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680500424314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.960Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.960Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680500421099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.960Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.961Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680500422902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.961Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.961Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680500441821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.961Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.961Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "aai-model-loader",
  "timestamp": 1680500445778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.962Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.962Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680500445429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.962Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.962Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680500424314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.962Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.963Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680500421099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-03T05:41:07.963Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.963Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680500422902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.963Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.963Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680500441821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.963Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.964Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "aai-model-loader",
  "timestamp": 1680500445778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.964Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.964Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680500445429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.964Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.964Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680500424314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.964Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.965Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680500421099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.965Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.965Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680500422902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.965Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.965Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680500441821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.966Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "aai-model-loader",
  "timestamp": 1680500445778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.966Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680500445429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.967Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680500424314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:41:07.967Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.967Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680500421099,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:41:07.967Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.967Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680500422902,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:41:07.968Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.968Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680500441821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:41:07.968Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.968Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "aai-model-loader",
  "timestamp": 1680500445778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:41:07.968Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.969Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680500445429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:41:07.969Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.969Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680500453839,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:41:07.969Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.969Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "aai-model-loader",
  "timestamp": 1680500454514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:41:07.970Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.970Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680500454517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:41:07.970Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.970Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680500453930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:41:07.970Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.971Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680500455134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:41:07.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.971Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680500454932,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T05:41:07.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.971Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680500454977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:41:07.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:07.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:07.972Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680500455933,
  "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-04-03T05:41:08.006Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f6926451-6069-417e-b7db-2800b7061bb3
2023-04-03T05:41:08.007Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6926451-6069-417e-b7db-2800b7061bb3 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-04-03T05:41:08.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:08.029Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680500456081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:41:08.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:08.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:08.029Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680500457329,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T05:41:08.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:08.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:08.029Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680500457136,
  "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-04-03T05:41:08.042Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f6926451-6069-417e-b7db-2800b7061bb3
2023-04-03T05:41:08.042Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6926451-6069-417e-b7db-2800b7061bb3 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-04-03T05:41:08.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:08.061Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680500458332,
  "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-04-03T05:41:08.073Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f6926451-6069-417e-b7db-2800b7061bb3
2023-04-03T05:41:08.073Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6926451-6069-417e-b7db-2800b7061bb3 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-04-03T05:41:08.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:08.096Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680500458139,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-03T05:41:08.096Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:08.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:08.096Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "aai-model-loader",
  "timestamp": 1680500460015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T05:41:08.096Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:41:08.096Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:41:08.096Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "aai-model-loader",
  "timestamp": 1680500461017,
  "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-04-03T05:41:08.112Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f6926451-6069-417e-b7db-2800b7061bb3
2023-04-03T05:41:08.112Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId f6926451-6069-417e-b7db-2800b7061bb3 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-04-03T05:41:17.241Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:41:17.266Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:41:17.271Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:41:17.271Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:41:47.272Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:41:47.296Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:41:47.302Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:41:47.302Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:42:07.773Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:42:07.837Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:42:07.838Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Member SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-6d4dc144-a42d-4b65-b03f-580205a2f59e 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-04-03T05:42:07.838Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-03T05:42:07.838Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-03T05:42:08.768Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:42:08.781Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:42:08.781Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T05:42:08.785Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=26, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T05:42:08.785Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 26: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-03T05:42:08.797Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=26, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T05:42:08.798Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:42:08.798Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:42:08.800Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:42:08.800Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:42:08.800Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:42:08.800Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=588, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:42:08.800Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:42:08.801Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:42:17.303Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-03T05:42:17.303Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67140925-3a6f-407a-959c-109e177260de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T05:42:17.317Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67140925-3a6f-407a-959c-109e177260de and serviceModelVersionId: 19ebdf40-c64a-481d-8a8f-8b59c9326af3
2023-04-03T05:42:17.317Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2bac4cbd-5db1-4650-9def-8fec2ad66681
2023-04-03T05:42:17.318Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0
2023-04-03T05:42:17.324Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T05:42:17.343Z|67140925-3a6f-407a-959c-109e177260de|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/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T05:42:17.344Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||Invoke
2023-04-03T05:42:17.351Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-03T05:42:17.516Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||InvokeReturn
2023-04-03T05:42:17.516Z|67140925-3a6f-407a-959c-109e177260de|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/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 05:42:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[160], vertex-id=[376920], x-aai-txid=[2-aai-resources-230403-05:42:17:359-24822], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T05:42:17.516Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T05:42:17.517Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T05:42:17.517Z|67140925-3a6f-407a-959c-109e177260de|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-04-03T05:42:17.529Z|67140925-3a6f-407a-959c-109e177260de|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-04-03T05:42:17.530Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67140925-3a6f-407a-959c-109e177260de and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-03T05:42:17.531Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-03T05:42:17.532Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:42:17.532Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:42:17.533Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500537531,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:42:17.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:42:17.554Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500537531,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-03T05:42:17.554Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:42:18.566Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:42:18.566Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"1ba6c437-f06e-4cf5-971b-291d0684a066","serviceName":"vFW 2023-04-03 04-26-19","serviceVersion":"1.0","serviceUUID":"1d95d522-2e0f-4343-9cc1-c8057874e1a7","serviceDescription":"catalog service description","serviceInvariantUUID":"8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38","resources":[{"resourceInstanceName":"vFW 8e02d361-5433 0","resourceName":"vFW 8e02d361-5433","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6acdd6c7-fab4-4f67-9353-504622dd5512","resourceInvariantUUID":"38e6e99e-de44-4a71-b00e-d6a14e39c0d0","resourceCustomizationUUID":"c8134348-724c-4ac8-8b4e-b4601205c1d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml","artifactChecksum":"MTlhZWVmMDU3OWZkMjU2Njk5YWMzZWI4YTk1YzgwZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6a0a1ac1-1076-4d05-be3a-49fee5f34737","artifactVersion":"1"},{"artifactName":"vfw8e02d36154330_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json","artifactChecksum":"NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"476a91f6-7739-4473-b109-ebba85512af9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml","artifactChecksum":"MDJmNmQ4NzA3YTZmNDA2MDA0ZDU4MTRiOGFlN2Q2Mjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b38e7060-1448-4d85-8cdf-3a929672567e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"966ecea8-9af0-46aa-8d5d-3895d9686ba8","artifactVersion":"2","generatedFromUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230403042619-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml","artifactChecksum":"MGZlMGI4Zjc5NjcxZjg2N2I1Y2I2NWUyNTVjYjIzNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1540bab5-1751-409a-b2de-7a325f5eb69d","artifactVersion":"1"},{"artifactName":"service-Vfw20230403042619-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar","artifactChecksum":"ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"284a7ed8-be7f-4a31-9f04-d5e7b63fe142","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T05:42:18.566Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:42:18.566Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:42:18.566Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:42:18.567Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:42:19.567Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:42:19.568Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:42:19.568Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:42:19.568Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:42:20.569Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:42:20.569Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:42:20.569Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:42:20.569Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:42:21.570Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:42:21.570Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:42:21.570Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:42:21.570Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:42:22.571Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:42:22.571Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:42:22.571Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:42:22.571Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:42:23.572Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:42:23.572Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:42:23.573Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:42:23.573Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:42:24.573Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:42:24.574Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:42:24.574Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:42:24.574Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:42:25.576Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "serviceName": "vFW 2023-04-03 04-26-19",
  "serviceVersion": "1.0",
  "serviceUUID": "1d95d522-2e0f-4343-9cc1-c8057874e1a7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38",
  "resources": [
    {
      "resourceInstanceName": "vFW 8e02d361-5433 0",
      "resourceCustomizationUUID": "c8134348-724c-4ac8-8b4e-b4601205c1d5",
      "resourceName": "vFW 8e02d361-5433",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6acdd6c7-fab4-4f67-9353-504622dd5512",
      "resourceInvariantUUID": "38e6e99e-de44-4a71-b00e-d6a14e39c0d0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8e02d36154330_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
          "artifactChecksum": "NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "476a91f6-7739-4473-b109-ebba85512af9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
            "generatedFromUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230403042619-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
      "artifactChecksum": "ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "284a7ed8-be7f-4a31-9f04-d5e7b63fe142"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T05:42:25.576Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T05:42:25.576Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC
2023-04-03T05:42:25.576Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1ba6c437-f06e-4cf5-971b-291d0684a066
ServiceName:vFW 2023-04-03 04-26-19
ServiceVersion:1.0
ServiceUUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
ServiceInvariantUUID:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230403042619-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
ArtifactUUID:284a7ed8-be7f-4a31-9f04-d5e7b63fe142
ArtifactChecksum:ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8e02d361-5433 0
ResourceCustomizationUUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
ResourceInvariantUUID:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
ResourceName:vFW 8e02d361-5433
ResourceType:VF
ResourceUUID:6acdd6c7-fab4-4f67-9353-504622dd5512
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8e02d36154330_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json
ArtifactUUID:476a91f6-7739-4473-b109-ebba85512af9
ArtifactChecksum:NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI=
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml
ArtifactUUID:62b20843-bd6e-4ffa-9cf5-dfe2585e9862
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T05:42:25.576Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:42:25.631Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:42:25.632Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:42:25.632Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:42:25.632Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 from URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T05:42:25.632Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-03T05:42:25.632Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T05:42:25.984Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-03T05:42:25.984Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 101447
2023-04-03T05:42:25.985Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T05:42:25.985Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T05:42:25.985Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T05:42:25.985Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:42:25.985Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:42:25.985Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500545985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:42:26.985Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:42:26.986Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:42:26.986Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142, URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar to file: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:42:26.987Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230403042619-csar.csar
2023-04-03T05:42:26.987Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:42:26.987Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:42:27.146Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP356766447196833439/Definitions/service-Vfw20230403042619-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-04-03T05:42:28.764Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T05:42:28.765Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-03T05:42:28.765Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:42:28.765Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-03T05:42:28.765Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:42:28.765Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-Vfw20230403042619-csar.csar
2023-04-03T05:42:28.765Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:42:28.765Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-Vfw20230403042619-csar.csar
2023-04-03T05:42:28.765Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:42:28.765Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:42:28.765Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-Vfw20230403042619-csar.csar
2023-04-03T05:42:28.765Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:42:28.765Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:42:28.765Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:42:28.765Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8e02d361-5433 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-Vfw20230403042619-csar.csar
2023-04-03T05:42:28.765Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-03T05:42:28.765Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:42:28.765Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:42:28.765Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:42:28.765Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-03T05:42:28.766Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T05:42:28.766Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:42:28.766Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:42:28.766Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:42:28.766Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-03T05:42:28.766Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T05:42:28.766Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:42:28.766Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:42:28.766Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:42:28.766Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T05:42:28.766Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:42:28.766Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:42:28.766Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:42:28.766Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:42:28.766Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:42:28.766Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:42:28.767Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:42:28.767Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:42:28.767Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:42:28.767Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:42:28.767Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:42:28.767Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:42:28.767Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:42:28.767Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:42:28.767Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:42:28.767Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T05:42:28.767Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:42:28.767Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T05:42:28.767Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:42:28.767Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:42:28.767Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:42:28.767Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:42:28.767Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:42:28.767Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:42:28.767Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:42:28.768Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:42:28.768Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:42:28.768Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:42:28.768Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T05:42:28.768Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:42:28.768Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-03T05:42:28.768Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:42:28.768Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:42:28.768Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:42:28.768Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:42:28.768Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:42:28.768Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:42:28.768Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:42:28.768Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:42:28.768Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:42:28.768Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5ffc881a-26c6-4204-a1d2-ba4d1a62f347
2023-04-03T05:42:28.768Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:42:28.768Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T05:42:28.768Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:42:28.768Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:42:28.768Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:42:28.769Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:42:28.769Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:42:28.769Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:42:28.769Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:42:28.769Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-03T05:42:28.769Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:42:28.769Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:42:28.769Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:42:28.769Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:42:28.769Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
2023-04-03T05:42:28.769Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:42:28.769Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T05:42:28.770Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:42:28.770Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:42:28.770Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:42:28.770Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:42:28.770Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:42:28.770Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:42:28.770Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:42:28.770Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:42:28.770Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:42:28.770Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:42:28.770Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:42:28.770Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-03T05:42:28.771Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=122e325f-2e27-4d48-9a3f-efbc72a34c71
2023-04-03T05:42:28.771Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:42:28.771Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:42:28.771Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:42:28.771Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:42:28.771Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:42:28.771Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:42:28.771Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:42:28.771Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:42:28.771Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-03 04-26-19
Description:catalog service description
Model UUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
Model Version:NULL
Model InvariantUuid:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8e02d361-5433
Model UUID:47d4862e-1a6e-4dae-9653-99928c24d602
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cde9fb02-b9a2-4c60-9c16-09798dbb426d
ModelName:Vfw8e02d3615433..base_vfw..module-0
ModelUuid:6455b1ae-49c2-4d62-8cfb-2a21c47b6279
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5ffc881a-26c6-4204-a1d2-ba4d1a62f347
ModelInvariantUuid:7e3cea96-7596-4528-9dfb-591d1405d3a3
ModelName:vFW 8e02d361-5433-nodes.vfwCvfc
ModelUuid:756475be-46b0-4af1-9b47-3051a8f60749
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:082e0945-8a5f-423d-8d6d-a828b35abcfb
ModelInvariantUuid:b465ff3b-5bff-4c01-8015-9a6983208da2
ModelName:Vfw8e02d3615433.compute.nodes.heat.vfw
ModelUuid:79b898ee-37ad-4e21-a0c4-244ae0393f4e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
ModelInvariantUuid:7ca98905-f86a-4518-bbb0-9bfbc9cb899c
ModelName:vFW 8e02d361-5433-nodes.vsnCvfc
ModelUuid:d550497c-377e-420a-b821-53296abc0905
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8d40a476-40b7-4511-b338-57d6275036c1
ModelInvariantUuid:d1f91f15-5937-45d6-aa49-dd806b16d46a
ModelName:Vfw8e02d3615433.compute.nodes.heat.vsn
ModelUuid:4983761a-7d0f-41cc-981e-225a831f6b16
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:122e325f-2e27-4d48-9a3f-efbc72a34c71
ModelInvariantUuid:506f7d29-0459-42b4-a53f-aaea27378297
ModelName:vFW 8e02d361-5433-nodes.vpgCvfc
ModelUuid:78065023-194b-4fca-99d6-23e702ead165
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:97f360b6-9db5-41fa-ac2b-da7a01872868
ModelInvariantUuid:427fbd83-51f4-4c81-ba9e-90d3b0aa9915
ModelName:Vfw8e02d3615433.compute.nodes.heat.vpg
ModelUuid:d5bc98b6-ccee-4a42-aeac-9b5dd51b7f56
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-04-03T05:42:28.817Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||ERROR|500||Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists
2023-04-03T05:42:28.817Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T05:42:28.817Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists)
2023-04-03T05:42:28.818Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T05:42:28.818Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:42:28.818Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:42:28.818Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500548817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:42:29.819Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T05:42:29.819Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists)
2023-04-03T05:42:29.819Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T05:42:29.819Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:42:29.819Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:42:29.820Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500549819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:42:30.820Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:42:30.849Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:42:30.854Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T05:42:30.854Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T05:42:30.854Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T05:42:30.854Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T05:42:30.854Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:42:30.854Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:42:30.854Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:42:30.854Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:42:30.854Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-04-03T05:42:30.869Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T05:43:00.870Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T05:43:00.879Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and serviceModelVersionId: 1d95d522-2e0f-4343-9cc1-c8057874e1a7
2023-04-03T05:43:00.880Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
2023-04-03T05:43:00.880Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0
2023-04-03T05:43:00.884Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T05:43:00.899Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||Invoke
2023-04-03T05:43:00.899Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[db58a1d6-afb8-4574-8489-e30cf6c6b55d], X-ECOMP-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], X-TransactionId=[], X-ONAP-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], Content-Type=[application/merge-patch+json]}
2023-04-03T05:43:00.909Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T05:43:01.054Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 05:43:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[241720], x-aai-txid=[1-aai-resources-230403-05:43:00:915-80648], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T05:43:01.054Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T05:43:01.054Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||InvokeReturn
2023-04-03T05:43:01.054Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T05:43:01.054Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-04-03T05:43:01.066Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-04-03T05:43:01.067Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ba6c437-f06e-4cf5-971b-291d0684a066 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T05:43:01.067Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T05:43:01.067Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:43:01.067Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:43:01.067Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500581067,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:43:02.091Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:43:02.092Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"2a7eda29-9989-4138-bd46-cca320902689","serviceName":"vFW 2023-04-03 05-26-46","serviceVersion":"1.0","serviceUUID":"c608ba70-262e-4e6c-a5ac-a662dc3a40ae","serviceDescription":"catalog service description","serviceInvariantUUID":"2ab16a21-98dc-4b45-bfdd-8202f50de2ef","resources":[{"resourceInstanceName":"vFW 9788de87-67a5 0","resourceName":"vFW 9788de87-67a5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a3eb70d2-577c-4ec5-a10e-227de41ce2e3","resourceInvariantUUID":"ceba352d-9b2d-4bfc-8c8e-3e4c94004a14","resourceCustomizationUUID":"cb88b717-d4c9-49ee-bd40-a092f617a26a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml","artifactChecksum":"M2QwMzBkMmFmYzVmMGNlNzYwNjVlM2JjY2Q2MWMzNzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1379996f-64e2-4052-8a4c-cfd918e3bbba","artifactVersion":"1"},{"artifactName":"vfw9788de8767a50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json","artifactChecksum":"M2I0ZWZhOTk5OWY2ZjFiZDA4NmRmYTgzZDUyMjAwMGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0a3c8d72-899d-404d-9ec3-4a9aa9370a01","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"332f6cea-661b-44e7-8418-999a7faa362d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml","artifactChecksum":"OGZlY2NhMDljNGY1ZGRmNGU3ODJjMmE0YzljMzc0NWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b04aefc1-451c-483d-afaf-23a3c7bf28e6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5a4d096b-2ade-46d5-9e0a-f464972a54b7","artifactVersion":"2","generatedFromUUID":"332f6cea-661b-44e7-8418-999a7faa362d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230403052646-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml","artifactChecksum":"ZmQ5ODc5MTViY2Y5OWExMzk4ZjMwYjdjY2E1YThiZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"feeb6917-dcdc-4eff-be5b-8abdd320af8d","artifactVersion":"1"},{"artifactName":"service-Vfw20230403052646-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar","artifactChecksum":"NWRmYWJmOGUyMDRkODNmODM4MTlmMTE1YmFmNjQyZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5d50b584-a760-415f-b165-b06ef6b1f1e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T05:43:02.092Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:43:02.093Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:43:02.093Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:43:02.093Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:43:03.094Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:43:03.094Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:43:03.095Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:43:03.095Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:43:04.095Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:43:04.096Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:43:04.096Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:43:04.096Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:43:05.097Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:43:05.097Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:43:05.098Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:43:05.098Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:43:06.099Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:43:06.099Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:43:06.100Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:43:06.100Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:43:07.101Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:43:07.102Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:43:07.102Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:43:07.102Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:43:07.773Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:43:07.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:43:07.779Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:43:07.779Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:43:07.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:43:07.780Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T05:43:07.780Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:43:07.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:43:07.780Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-03T05:43:07.780Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:43:07.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:43:07.780Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:43:07.780Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:43:07.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:43:07.780Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-03T05:43:07.780Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:43:07.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:43:07.780Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:43:07.780Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:43:07.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:43:07.781Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:43:07.781Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:43:07.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:43:07.781Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500545985,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:43:07.781Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:43:07.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:43:07.781Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500548817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
}
2023-04-03T05:43:07.781Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:43:07.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:43:07.781Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500549819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
}
2023-04-03T05:43:07.781Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:43:07.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:43:07.781Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500581067,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T05:43:07.781Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:43:07.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:43:07.782Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:43:07.782Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:43:07.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:43:07.782Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T05:43:07.782Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:43:07.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:43:07.782Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-03T05:43:07.782Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:43:07.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:43:07.782Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:43:07.782Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:43:07.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:43:07.782Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-03T05:43:07.782Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:43:07.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T05:43:07.782Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:43:07.783Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:43:08.103Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:43:08.103Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:43:08.103Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:43:08.104Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:43:09.105Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "serviceName": "vFW 2023-04-03 05-26-46",
  "serviceVersion": "1.0",
  "serviceUUID": "c608ba70-262e-4e6c-a5ac-a662dc3a40ae",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2ab16a21-98dc-4b45-bfdd-8202f50de2ef",
  "resources": [
    {
      "resourceInstanceName": "vFW 9788de87-67a5 0",
      "resourceCustomizationUUID": "cb88b717-d4c9-49ee-bd40-a092f617a26a",
      "resourceName": "vFW 9788de87-67a5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a3eb70d2-577c-4ec5-a10e-227de41ce2e3",
      "resourceInvariantUUID": "ceba352d-9b2d-4bfc-8c8e-3e4c94004a14",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw9788de8767a50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
          "artifactChecksum": "M2I0ZWZhOTk5OWY2ZjFiZDA4NmRmYTgzZDUyMjAwMGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0a3c8d72-899d-404d-9ec3-4a9aa9370a01",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "332f6cea-661b-44e7-8418-999a7faa362d",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5a4d096b-2ade-46d5-9e0a-f464972a54b7",
            "generatedFromUUID": "332f6cea-661b-44e7-8418-999a7faa362d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5a4d096b-2ade-46d5-9e0a-f464972a54b7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230403052646-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
      "artifactChecksum": "NWRmYWJmOGUyMDRkODNmODM4MTlmMTE1YmFmNjQyZmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5d50b584-a760-415f-b165-b06ef6b1f1e8"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T05:43:09.105Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T05:43:09.105Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c608ba70-262e-4e6c-a5ac-a662dc3a40ae ASDC
2023-04-03T05:43:09.105Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:2a7eda29-9989-4138-bd46-cca320902689
ServiceName:vFW 2023-04-03 05-26-46
ServiceVersion:1.0
ServiceUUID:c608ba70-262e-4e6c-a5ac-a662dc3a40ae
ServiceInvariantUUID:2ab16a21-98dc-4b45-bfdd-8202f50de2ef
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230403052646-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
ArtifactUUID:5d50b584-a760-415f-b165-b06ef6b1f1e8
ArtifactChecksum:NWRmYWJmOGUyMDRkODNmODM4MTlmMTE1YmFmNjQyZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9788de87-67a5 0
ResourceCustomizationUUID:cb88b717-d4c9-49ee-bd40-a092f617a26a
ResourceInvariantUUID:ceba352d-9b2d-4bfc-8c8e-3e4c94004a14
ResourceName:vFW 9788de87-67a5
ResourceType:VF
ResourceUUID:a3eb70d2-577c-4ec5-a10e-227de41ce2e3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9788de8767a50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json
ArtifactUUID:0a3c8d72-899d-404d-9ec3-4a9aa9370a01
ArtifactChecksum:M2I0ZWZhOTk5OWY2ZjFiZDA4NmRmYTgzZDUyMjAwMGI=
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/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml
ArtifactUUID:332f6cea-661b-44e7-8418-999a7faa362d
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/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env
ArtifactUUID:5a4d096b-2ade-46d5-9e0a-f464972a54b7
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/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env
ArtifactUUID:5a4d096b-2ade-46d5-9e0a-f464972a54b7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T05:43:09.105Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c608ba70-262e-4e6c-a5ac-a662dc3a40ae ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:43:09.129Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:43:09.129Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:43:09.129Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:43:09.129Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 from URL: /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
2023-04-03T05:43:09.129Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-03T05:43:09.130Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
2023-04-03T05:43:09.457Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-03T05:43:09.460Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar 5d50b584-a760-415f-b165-b06ef6b1f1e8 101394
2023-04-03T05:43:09.461Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar ASDC sendASDCNotification
2023-04-03T05:43:09.461Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
2023-04-03T05:43:09.461Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T05:43:09.462Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:43:09.462Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:43:09.462Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500589461,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:43:10.463Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:43:10.464Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:43:10.464Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8, URL: /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar to file: /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:43:10.465Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230403052646-csar.csar
2023-04-03T05:43:10.465Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:43:10.465Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:43:10.583Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14573055017519587614/Definitions/service-Vfw20230403052646-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-03T05:43:12.120Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T05:43:12.120Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-03T05:43:12.120Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:43:12.120Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-03T05:43:12.120Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:43:12.120Z|2a7eda29-9989-4138-bd46-cca320902689|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-Vfw20230403052646-csar.csar
2023-04-03T05:43:12.120Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:43:12.120Z|2a7eda29-9989-4138-bd46-cca320902689|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-Vfw20230403052646-csar.csar
2023-04-03T05:43:12.120Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:43:12.120Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:43:12.120Z|2a7eda29-9989-4138-bd46-cca320902689|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-Vfw20230403052646-csar.csar
2023-04-03T05:43:12.121Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:43:12.121Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:43:12.121Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9788de87-67a5 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-Vfw20230403052646-csar.csar
2023-04-03T05:43:12.121Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:43:12.121Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-03T05:43:12.121Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:43:12.121Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:43:12.121Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T05:43:12.121Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-03T05:43:12.121Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T05:43:12.121Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:43:12.121Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:43:12.121Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T05:43:12.121Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-03T05:43:12.122Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T05:43:12.122Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:43:12.122Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:43:12.122Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:43:12.122Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T05:43:12.122Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:43:12.122Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:43:12.122Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:43:12.122Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:43:12.122Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:43:12.122Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:43:12.122Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:43:12.122Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:43:12.122Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:43:12.122Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:43:12.122Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:43:12.122Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:43:12.122Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:43:12.123Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:43:12.123Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:43:12.123Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T05:43:12.123Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:43:12.123Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T05:43:12.123Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:43:12.123Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T05:43:12.123Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:43:12.123Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:43:12.123Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T05:43:12.123Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:43:12.123Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:43:12.123Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T05:43:12.123Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:43:12.123Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:43:12.123Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T05:43:12.123Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:43:12.124Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:43:12.124Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-03T05:43:12.124Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:43:12.124Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:43:12.124Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:43:12.124Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:43:12.124Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:43:12.124Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:43:12.124Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:43:12.124Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:43:12.124Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a430e9fd-041a-42d8-b147-c518cfc20c03
2023-04-03T05:43:12.124Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:43:12.124Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T05:43:12.124Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:43:12.124Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:43:12.124Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:43:12.124Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:43:12.125Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:43:12.125Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:43:12.125Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:43:12.125Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-03T05:43:12.125Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:43:12.125Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:43:12.125Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:43:12.125Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:43:12.125Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ab73571b-7798-4ba9-977b-2137a4ccef6a
2023-04-03T05:43:12.125Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:43:12.125Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T05:43:12.125Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:43:12.125Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:43:12.125Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:43:12.125Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:43:12.125Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:43:12.125Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:43:12.125Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:43:12.126Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:43:12.126Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:43:12.126Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:43:12.126Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:43:12.126Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-03T05:43:12.126Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=16305da0-f57a-4b01-82d2-de9f0140b769
2023-04-03T05:43:12.126Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:43:12.126Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:43:12.126Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:43:12.126Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:43:12.126Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:43:12.126Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:43:12.126Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:43:12.126Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:43:12.126Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-03 05-26-46
Description:catalog service description
Model UUID:c608ba70-262e-4e6c-a5ac-a662dc3a40ae
Model Version:NULL
Model InvariantUuid:2ab16a21-98dc-4b45-bfdd-8202f50de2ef
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 9788de87-67a5
Model UUID:565afa59-b03d-48f0-93f9-012885fc7424
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ceba352d-9b2d-4bfc-8c8e-3e4c94004a14
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cb88b717-d4c9-49ee-bd40-a092f617a26a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:85136328-f095-47bb-bc1c-43a61975e49b
ModelName:Vfw9788de8767a5..base_vfw..module-0
ModelUuid:825a363c-eea9-4145-a6e9-00dc45aa43e4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a430e9fd-041a-42d8-b147-c518cfc20c03
ModelInvariantUuid:e4c62a9b-09a1-467b-bf7a-6e2eb5d52103
ModelName:vFW 9788de87-67a5-nodes.vfwCvfc
ModelUuid:04f5a6c2-5ed2-452d-bc04-b56dbdc1259a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:39b4f3bc-fb2c-49b5-beb6-0eb321eb4892
ModelInvariantUuid:8fd280ad-9d22-4c16-abe3-bfe12fedac79
ModelName:Vfw9788de8767a5.compute.nodes.heat.vfw
ModelUuid:4d8679d6-a308-49ad-8d75-0fe570cc9e12
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ab73571b-7798-4ba9-977b-2137a4ccef6a
ModelInvariantUuid:2e7cac4b-1a60-4ea2-a2ce-1ec4f00fb9bb
ModelName:vFW 9788de87-67a5-nodes.vsnCvfc
ModelUuid:1c97fb47-a071-4a26-83fa-f699107d14c1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b1ad0e7f-19b7-4fd9-ba6a-f94020f801de
ModelInvariantUuid:70018cf0-0e4c-42ef-83c7-538284785f9f
ModelName:Vfw9788de8767a5.compute.nodes.heat.vsn
ModelUuid:9bcc28a2-9d7d-425e-9f60-3eca4a7cc3f1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:16305da0-f57a-4b01-82d2-de9f0140b769
ModelInvariantUuid:48951810-a0e3-4e18-8b24-d7da77221b02
ModelName:vFW 9788de87-67a5-nodes.vpgCvfc
ModelUuid:4a32a8a1-548b-4963-96ed-4fe7a6d6a0a4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e2881614-1550-491b-98ce-b4973170b2be
ModelInvariantUuid:abf9146c-dc4f-4fe9-b92b-4d2a6c633a6b
ModelName:Vfw9788de8767a5.compute.nodes.heat.vpg
ModelUuid:1738041d-46dd-41ff-ab54-1107d8a343d4
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-04-03T05:43:12.162Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||ERROR|500||Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists
2023-04-03T05:43:12.162Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar ASDC sendASDCNotification
2023-04-03T05:43:12.162Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar(Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists)
2023-04-03T05:43:12.162Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T05:43:12.162Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:43:12.162Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:43:12.162Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500592162,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:43:13.163Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar ASDC sendASDCNotification
2023-04-03T05:43:13.163Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar(Resource with UUID: a3eb70d2-577c-4ec5-a10e-227de41ce2e3 already exists)
2023-04-03T05:43:13.163Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T05:43:13.164Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:43:13.164Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:43:13.164Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500593163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a3eb70d2-577c-4ec5-a10e-227de41ce2e3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:43:14.164Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a7eda29-9989-4138-bd46-cca320902689
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:43:14.184Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a7eda29-9989-4138-bd46-cca320902689
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:43:14.187Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T05:43:14.188Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T05:43:14.188Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T05:43:14.188Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T05:43:14.188Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:43:14.188Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:43:14.188Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:43:14.188Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:43:14.188Z|2a7eda29-9989-4138-bd46-cca320902689|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-04-03T05:43:14.195Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T05:43:44.195Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a7eda29-9989-4138-bd46-cca320902689 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T05:43:44.209Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a7eda29-9989-4138-bd46-cca320902689 and serviceModelVersionId: c608ba70-262e-4e6c-a5ac-a662dc3a40ae
2023-04-03T05:43:44.209Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2ab16a21-98dc-4b45-bfdd-8202f50de2ef
2023-04-03T05:43:44.210Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0
2023-04-03T05:43:44.217Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T05:43:44.246Z|2a7eda29-9989-4138-bd46-cca320902689|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/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T05:43:44.247Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|INFO|500||Invoke
2023-04-03T05:43:44.256Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T05:43:44.411Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|INFO|500||InvokeReturn
2023-04-03T05:43:44.411Z|2a7eda29-9989-4138-bd46-cca320902689|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/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 05:43:44 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[176360], x-aai-txid=[1-aai-resources-230403-05:43:44:266-20684], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T05:43:44.412Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T05:43:44.412Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T05:43:44.412Z|2a7eda29-9989-4138-bd46-cca320902689|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-04-03T05:43:44.424Z|2a7eda29-9989-4138-bd46-cca320902689|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-04-03T05:43:44.425Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a7eda29-9989-4138-bd46-cca320902689 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T05:43:44.425Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T05:43:44.425Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:43:44.425Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:43:44.425Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500624425,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:43:45.456Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T05:43:45.457Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-03T05:43:45.458Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:43:45.459Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:43:45.459Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:43:45.459Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T05:43:45.463Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-13192b04-97ed-42c5-9b5a-8bd26163cf02
2023-04-03T05:43:45.463Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:43:45.464Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:43:45.464Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T05:43:48.240Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:43:51.250Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:43:54.260Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:43:57.271Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:44:00.280Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:44:03.290Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:44:06.299Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:44:07.773Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:44:07.786Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:44:07.787Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T05:44:07.790Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully joined group with generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-13192b04-97ed-42c5-9b5a-8bd26163cf02', protocol='range'}
2023-04-03T05:44:07.791Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T05:44:07.794Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 27: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-13192b04-97ed-42c5-9b5a-8bd26163cf02=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-04-03T05:44:07.808Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully synced group in generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-13192b04-97ed-42c5-9b5a-8bd26163cf02', protocol='range'}
2023-04-03T05:44:07.808Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:44:07.809Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:44:07.809Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=27, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T05:44:07.809Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:44:07.809Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:44:07.812Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:44:07.812Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:44:07.812Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:44:07.812Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=606, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:44:07.812Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:44:07.812Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:44:07.812Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:44:07.812Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:44:07.812Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:44:07.812Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:44:07.812Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:44:07.812Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:44:07.819Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:44:07.820Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"67140925-3a6f-407a-959c-109e177260de","serviceName":"basic_onboard_FLWUdk","serviceVersion":"1.0","serviceUUID":"19ebdf40-c64a-481d-8a8f-8b59c9326af3","serviceDescription":"service","serviceInvariantUUID":"2bac4cbd-5db1-4650-9def-8fec2ad66681","resources":[{"resourceInstanceName":"basic_onboard_FLWUdk 0","resourceName":"basic_onboard_FLWUdk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dac3165c-a204-413f-adbe-704623ed23b4","resourceInvariantUUID":"d53cee2e-031e-415a-8fae-95f51faf2e70","resourceCustomizationUUID":"4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml","artifactChecksum":"NGM5YzhiYzRjZjc0ZjU3MmRkMjA5ZTUyYTAwMjQwNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd788691-5050-4702-936e-5323ddbfa177","artifactVersion":"1"},{"artifactName":"basic_onboard_flwudk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json","artifactChecksum":"ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d45e3439-bba4-4631-9b18-813915a57166","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f47d27f-dfde-477b-a49d-8653be82ad1c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ea2f5259-0af6-448f-9bc0-3a618a91f457","artifactVersion":"2","generatedFromUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFlwudk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml","artifactChecksum":"MDk4ODRiZjQ2ZjgxMzhiYjYyYjdkMDAzZGYyNTc2MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"589963b3-da11-4d3e-b9e4-5adee2b92999","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFlwudk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar","artifactChecksum":"ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f8f74d7f-c5f7-425e-a01c-0a969b83b0dc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T05:44:07.820Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:44:07.821Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:44:07.821Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:44:07.821Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:44:08.821Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:44:08.822Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:44:08.822Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:44:08.822Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:44:08.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:44:08.837Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500211786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:44:08.837Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:44:08.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:44:08.838Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500589461,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:44:08.838Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:44:08.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:44:08.838Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500592162,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists"
}
2023-04-03T05:44:08.838Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:44:08.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:44:08.838Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500593163,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a3eb70d2-577c-4ec5-a10e-227de41ce2e3 already exists"
}
2023-04-03T05:44:08.839Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:44:08.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:44:08.839Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500624425,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T05:44:08.839Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:44:08.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:44:08.839Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:44:08.839Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:44:09.823Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:44:09.824Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:44:09.824Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:44:09.824Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:44:10.824Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:44:10.825Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:44:10.825Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:44:10.825Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:44:11.826Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:44:11.827Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:44:11.827Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:44:11.827Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:44:12.827Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:44:12.828Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:44:12.828Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:44:12.828Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:44:13.828Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:44:13.829Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:44:13.829Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:44:13.829Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:44:14.830Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "serviceName": "basic_onboard_FLWUdk",
  "serviceVersion": "1.0",
  "serviceUUID": "19ebdf40-c64a-481d-8a8f-8b59c9326af3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2bac4cbd-5db1-4650-9def-8fec2ad66681",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_FLWUdk 0",
      "resourceCustomizationUUID": "4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf",
      "resourceName": "basic_onboard_FLWUdk",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dac3165c-a204-413f-adbe-704623ed23b4",
      "resourceInvariantUUID": "d53cee2e-031e-415a-8fae-95f51faf2e70",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_flwudk0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
          "artifactChecksum": "ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d45e3439-bba4-4631-9b18-813915a57166",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
            "generatedFromUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardFlwudk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
      "artifactChecksum": "ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f8f74d7f-c5f7-425e-a01c-0a969b83b0dc"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T05:44:14.831Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T05:44:14.831Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC
2023-04-03T05:44:14.831Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:67140925-3a6f-407a-959c-109e177260de
ServiceName:basic_onboard_FLWUdk
ServiceVersion:1.0
ServiceUUID:19ebdf40-c64a-481d-8a8f-8b59c9326af3
ServiceInvariantUUID:2bac4cbd-5db1-4650-9def-8fec2ad66681
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFlwudk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
ArtifactUUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc
ArtifactChecksum:ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_FLWUdk 0
ResourceCustomizationUUID:4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf
ResourceInvariantUUID:d53cee2e-031e-415a-8fae-95f51faf2e70
ResourceName:basic_onboard_FLWUdk
ResourceType:VF
ResourceUUID:dac3165c-a204-413f-adbe-704623ed23b4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_flwudk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
ArtifactUUID:d45e3439-bba4-4631-9b18-813915a57166
ArtifactChecksum:ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ=
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:01129bd9-4e3f-4f2f-92c1-083f0cfccae5
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T05:44:14.831Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:44:14.880Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:44:14.880Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:44:14.881Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:44:14.881Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f8f74d7f-c5f7-425e-a01c-0a969b83b0dc from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T05:44:14.882Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-03T05:44:14.882Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T05:44:14.913Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-03T05:44:14.913Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@43ca07a2
2023-04-03T05:44:14.913Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T05:44:14.914Z|67140925-3a6f-407a-959c-109e177260de|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": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T05:44:14.914Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardFlwudk-csar.csar /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar f8f74d7f-c5f7-425e-a01c-0a969b83b0dc Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T05:44:14.914Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar ASDC sendASDCNotification
2023-04-03T05:44:14.914Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(Specified artifact is  not found)
2023-04-03T05:44:14.914Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T05:44:14.914Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:44:14.914Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:44:14.914Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500654914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:44:15.915Z|67140925-3a6f-407a-959c-109e177260de|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-BasicOnboardFlwudk-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(UUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-04-03T05:44:15.928Z|67140925-3a6f-407a-959c-109e177260de|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-04-03T05:44:15.929Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T05:44:15.931Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||basic_onboard_FLWUdk 0
2023-04-03T05:44:15.932Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
2023-04-03T05:44:15.932Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d45e3439-bba4-4631-9b18-813915a57166 from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T05:44:15.932Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-03T05:44:15.932Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T05:44:15.950Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-03T05:44:15.950Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2262e57a
2023-04-03T05:44:15.950Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T05:44:15.950Z|67140925-3a6f-407a-959c-109e177260de|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": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T05:44:15.951Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_flwudk0_modules.json /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json d45e3439-bba4-4631-9b18-813915a57166 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T05:44:15.951Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json ASDC sendASDCNotification
2023-04-03T05:44:15.951Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(Specified artifact is  not found)
2023-04-03T05:44:15.951Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T05:44:15.951Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:44:15.951Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:44:15.951Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500655951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:44:16.952Z|67140925-3a6f-407a-959c-109e177260de|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_flwudk0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(UUID:d45e3439-bba4-4631-9b18-813915a57166)
Error message 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-04-03T05:44:16.953Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:44:16.979Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:44:16.983Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:44:16.983Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:44:46.984Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:44:47.009Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:44:47.014Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:44:47.014Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:45:07.773Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:45:07.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:45:07.775Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T05:45:07.775Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:45:17.014Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:45:17.041Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:45:17.046Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:45:17.046Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:45:47.047Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:45:47.077Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:45:47.081Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:45:47.082Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:46:07.773Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:46:07.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:46:07.774Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-03T05:46:07.775Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:46:07.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:46:07.775Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:46:07.776Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:46:07.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:46:07.776Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-03T05:46:07.776Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:46:07.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:46:07.776Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:46:07.776Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:46:07.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:46:07.776Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:46:07.776Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:46:07.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:46:07.776Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500654914,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T05:46:07.777Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:46:07.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T05:46:07.777Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500655951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T05:46:07.777Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:46:17.082Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:46:17.107Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:46:17.113Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:46:17.113Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:46:47.113Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:46:47.141Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:46:47.145Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:46:47.145Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:47:07.773Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:47:17.145Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:47:17.174Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:47:17.180Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:47:17.181Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:47:47.181Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:47:47.212Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:47:47.217Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:47:47.218Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:48:07.774Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:48:17.218Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:48:17.247Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:48:17.253Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:48:17.253Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:48:47.253Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:48:47.283Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:48:47.289Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:48:47.289Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:49:07.774Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:49:07.861Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:49:07.862Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Member SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-13192b04-97ed-42c5-9b5a-8bd26163cf02 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-04-03T05:49:07.862Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-03T05:49:07.862Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-03T05:49:08.425Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:49:08.440Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:49:08.441Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T05:49:08.446Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=28, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T05:49:08.447Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 28: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-03T05:49:08.464Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=28, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T05:49:08.465Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:49:08.465Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:49:08.469Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:49:08.469Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:49:08.469Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:49:08.469Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=620, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:49:08.469Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:49:08.470Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:49:17.289Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-03T05:49:17.290Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67140925-3a6f-407a-959c-109e177260de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T05:49:17.302Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67140925-3a6f-407a-959c-109e177260de and serviceModelVersionId: 19ebdf40-c64a-481d-8a8f-8b59c9326af3
2023-04-03T05:49:17.302Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2bac4cbd-5db1-4650-9def-8fec2ad66681
2023-04-03T05:49:17.303Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0
2023-04-03T05:49:17.310Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T05:49:17.339Z|67140925-3a6f-407a-959c-109e177260de|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/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T05:49:17.339Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||Invoke
2023-04-03T05:49:17.346Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-03T05:49:17.517Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||InvokeReturn
2023-04-03T05:49:17.518Z|67140925-3a6f-407a-959c-109e177260de|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/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 05:49:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[166], vertex-id=[376920], x-aai-txid=[0-aai-resources-230403-05:49:17:353-9118], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T05:49:17.518Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T05:49:17.518Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T05:49:17.518Z|67140925-3a6f-407a-959c-109e177260de|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-04-03T05:49:17.527Z|67140925-3a6f-407a-959c-109e177260de|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-04-03T05:49:17.527Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67140925-3a6f-407a-959c-109e177260de and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-03T05:49:17.527Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-03T05:49:17.528Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:49:17.528Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:49:17.528Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500957527,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:49:17.555Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:49:17.556Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500957527,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-03T05:49:17.556Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-04-03T05:49:18.559Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:49:18.559Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"1ba6c437-f06e-4cf5-971b-291d0684a066","serviceName":"vFW 2023-04-03 04-26-19","serviceVersion":"1.0","serviceUUID":"1d95d522-2e0f-4343-9cc1-c8057874e1a7","serviceDescription":"catalog service description","serviceInvariantUUID":"8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38","resources":[{"resourceInstanceName":"vFW 8e02d361-5433 0","resourceName":"vFW 8e02d361-5433","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6acdd6c7-fab4-4f67-9353-504622dd5512","resourceInvariantUUID":"38e6e99e-de44-4a71-b00e-d6a14e39c0d0","resourceCustomizationUUID":"c8134348-724c-4ac8-8b4e-b4601205c1d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml","artifactChecksum":"MTlhZWVmMDU3OWZkMjU2Njk5YWMzZWI4YTk1YzgwZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6a0a1ac1-1076-4d05-be3a-49fee5f34737","artifactVersion":"1"},{"artifactName":"vfw8e02d36154330_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json","artifactChecksum":"NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"476a91f6-7739-4473-b109-ebba85512af9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml","artifactChecksum":"MDJmNmQ4NzA3YTZmNDA2MDA0ZDU4MTRiOGFlN2Q2Mjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b38e7060-1448-4d85-8cdf-3a929672567e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"966ecea8-9af0-46aa-8d5d-3895d9686ba8","artifactVersion":"2","generatedFromUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230403042619-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml","artifactChecksum":"MGZlMGI4Zjc5NjcxZjg2N2I1Y2I2NWUyNTVjYjIzNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1540bab5-1751-409a-b2de-7a325f5eb69d","artifactVersion":"1"},{"artifactName":"service-Vfw20230403042619-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar","artifactChecksum":"ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"284a7ed8-be7f-4a31-9f04-d5e7b63fe142","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T05:49:18.559Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:49:18.559Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:49:18.559Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:49:18.559Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:49:19.560Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:49:19.561Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:49:19.561Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:49:19.561Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:49:20.562Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:49:20.562Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:49:20.562Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:49:20.562Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:49:21.564Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:49:21.564Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:49:21.565Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:49:21.565Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:49:22.566Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:49:22.566Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:49:22.566Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:49:22.566Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:49:23.567Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:49:23.568Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:49:23.568Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:49:23.568Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:49:24.569Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:49:24.569Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:49:24.569Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:49:24.570Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:49:25.571Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "serviceName": "vFW 2023-04-03 04-26-19",
  "serviceVersion": "1.0",
  "serviceUUID": "1d95d522-2e0f-4343-9cc1-c8057874e1a7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38",
  "resources": [
    {
      "resourceInstanceName": "vFW 8e02d361-5433 0",
      "resourceCustomizationUUID": "c8134348-724c-4ac8-8b4e-b4601205c1d5",
      "resourceName": "vFW 8e02d361-5433",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6acdd6c7-fab4-4f67-9353-504622dd5512",
      "resourceInvariantUUID": "38e6e99e-de44-4a71-b00e-d6a14e39c0d0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8e02d36154330_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
          "artifactChecksum": "NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "476a91f6-7739-4473-b109-ebba85512af9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
            "generatedFromUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230403042619-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
      "artifactChecksum": "ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "284a7ed8-be7f-4a31-9f04-d5e7b63fe142"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T05:49:25.571Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T05:49:25.571Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC
2023-04-03T05:49:25.572Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1ba6c437-f06e-4cf5-971b-291d0684a066
ServiceName:vFW 2023-04-03 04-26-19
ServiceVersion:1.0
ServiceUUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
ServiceInvariantUUID:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230403042619-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
ArtifactUUID:284a7ed8-be7f-4a31-9f04-d5e7b63fe142
ArtifactChecksum:ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8e02d361-5433 0
ResourceCustomizationUUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
ResourceInvariantUUID:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
ResourceName:vFW 8e02d361-5433
ResourceType:VF
ResourceUUID:6acdd6c7-fab4-4f67-9353-504622dd5512
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8e02d36154330_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json
ArtifactUUID:476a91f6-7739-4473-b109-ebba85512af9
ArtifactChecksum:NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI=
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml
ArtifactUUID:62b20843-bd6e-4ffa-9cf5-dfe2585e9862
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T05:49:25.572Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:49:25.619Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:49:25.620Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:49:25.620Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:49:25.620Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 from URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T05:49:25.620Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-03T05:49:25.621Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T05:49:25.992Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-03T05:49:25.995Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 101447
2023-04-03T05:49:25.996Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T05:49:25.996Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T05:49:25.996Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T05:49:25.996Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:49:25.996Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:49:25.996Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500965995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:49:26.997Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:49:26.998Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:49:26.998Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142, URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar to file: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:49:26.998Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230403042619-csar.csar
2023-04-03T05:49:26.999Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:49:26.999Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:49:27.140Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10461887354775387785/Definitions/service-Vfw20230403042619-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-04-03T05:49:28.658Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T05:49:28.659Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-03T05:49:28.659Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:49:28.659Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-03T05:49:28.660Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:49:28.660Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-Vfw20230403042619-csar.csar
2023-04-03T05:49:28.660Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:49:28.660Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-Vfw20230403042619-csar.csar
2023-04-03T05:49:28.660Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:49:28.661Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:49:28.661Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-Vfw20230403042619-csar.csar
2023-04-03T05:49:28.661Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:49:28.661Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:49:28.661Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:49:28.661Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8e02d361-5433 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-Vfw20230403042619-csar.csar
2023-04-03T05:49:28.661Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-03T05:49:28.662Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:49:28.662Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:49:28.662Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:49:28.662Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-03T05:49:28.663Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T05:49:28.663Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:49:28.663Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:49:28.664Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:49:28.664Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-03T05:49:28.664Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T05:49:28.665Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:49:28.665Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:49:28.665Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:49:28.666Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T05:49:28.666Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:49:28.666Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:49:28.666Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:49:28.666Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:49:28.667Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:49:28.667Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:49:28.667Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:49:28.667Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:49:28.667Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:49:28.668Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:49:28.668Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:49:28.668Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:49:28.668Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:49:28.668Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:49:28.668Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:49:28.669Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T05:49:28.669Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:49:28.669Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T05:49:28.669Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:49:28.669Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:49:28.669Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:49:28.670Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:49:28.670Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:49:28.670Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:49:28.670Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:49:28.670Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:49:28.671Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:49:28.671Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:49:28.671Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T05:49:28.671Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:49:28.671Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-03T05:49:28.671Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:49:28.672Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:49:28.672Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:49:28.672Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:49:28.672Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:49:28.672Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:49:28.672Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:49:28.672Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:49:28.673Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:49:28.673Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5ffc881a-26c6-4204-a1d2-ba4d1a62f347
2023-04-03T05:49:28.673Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:49:28.673Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T05:49:28.673Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:49:28.673Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:49:28.674Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:49:28.674Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:49:28.674Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:49:28.674Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:49:28.674Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:49:28.674Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-03T05:49:28.674Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:49:28.675Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:49:28.675Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:49:28.675Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:49:28.675Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
2023-04-03T05:49:28.675Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:49:28.675Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T05:49:28.676Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:49:28.676Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:49:28.676Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:49:28.676Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:49:28.676Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:49:28.676Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:49:28.676Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:49:28.677Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:49:28.677Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:49:28.677Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:49:28.677Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:49:28.677Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-03T05:49:28.677Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=122e325f-2e27-4d48-9a3f-efbc72a34c71
2023-04-03T05:49:28.677Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:49:28.678Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:49:28.678Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:49:28.678Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:49:28.678Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:49:28.678Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:49:28.679Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:49:28.679Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:49:28.679Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-03 04-26-19
Description:catalog service description
Model UUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
Model Version:NULL
Model InvariantUuid:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8e02d361-5433
Model UUID:47d4862e-1a6e-4dae-9653-99928c24d602
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cde9fb02-b9a2-4c60-9c16-09798dbb426d
ModelName:Vfw8e02d3615433..base_vfw..module-0
ModelUuid:6455b1ae-49c2-4d62-8cfb-2a21c47b6279
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5ffc881a-26c6-4204-a1d2-ba4d1a62f347
ModelInvariantUuid:7e3cea96-7596-4528-9dfb-591d1405d3a3
ModelName:vFW 8e02d361-5433-nodes.vfwCvfc
ModelUuid:756475be-46b0-4af1-9b47-3051a8f60749
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:082e0945-8a5f-423d-8d6d-a828b35abcfb
ModelInvariantUuid:b465ff3b-5bff-4c01-8015-9a6983208da2
ModelName:Vfw8e02d3615433.compute.nodes.heat.vfw
ModelUuid:79b898ee-37ad-4e21-a0c4-244ae0393f4e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
ModelInvariantUuid:7ca98905-f86a-4518-bbb0-9bfbc9cb899c
ModelName:vFW 8e02d361-5433-nodes.vsnCvfc
ModelUuid:d550497c-377e-420a-b821-53296abc0905
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8d40a476-40b7-4511-b338-57d6275036c1
ModelInvariantUuid:d1f91f15-5937-45d6-aa49-dd806b16d46a
ModelName:Vfw8e02d3615433.compute.nodes.heat.vsn
ModelUuid:4983761a-7d0f-41cc-981e-225a831f6b16
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:122e325f-2e27-4d48-9a3f-efbc72a34c71
ModelInvariantUuid:506f7d29-0459-42b4-a53f-aaea27378297
ModelName:vFW 8e02d361-5433-nodes.vpgCvfc
ModelUuid:78065023-194b-4fca-99d6-23e702ead165
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:97f360b6-9db5-41fa-ac2b-da7a01872868
ModelInvariantUuid:427fbd83-51f4-4c81-ba9e-90d3b0aa9915
ModelName:Vfw8e02d3615433.compute.nodes.heat.vpg
ModelUuid:d5bc98b6-ccee-4a42-aeac-9b5dd51b7f56
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-04-03T05:49:28.715Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||ERROR|500||Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists
2023-04-03T05:49:28.715Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T05:49:28.715Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists)
2023-04-03T05:49:28.715Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T05:49:28.716Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:49:28.716Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:49:28.716Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500968715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:49:29.717Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T05:49:29.717Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists)
2023-04-03T05:49:29.717Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T05:49:29.717Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:49:29.718Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:49:29.718Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500969717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:49:30.719Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:49:30.744Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:49:30.752Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T05:49:30.752Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T05:49:30.752Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T05:49:30.752Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T05:49:30.752Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:49:30.752Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:49:30.753Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:49:30.753Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:49:30.753Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-04-03T05:49:30.766Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T05:50:00.766Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T05:50:00.792Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and serviceModelVersionId: 1d95d522-2e0f-4343-9cc1-c8057874e1a7
2023-04-03T05:50:00.793Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
2023-04-03T05:50:00.793Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0
2023-04-03T05:50:00.800Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T05:50:00.830Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T05:50:00.831Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||Invoke
2023-04-03T05:50:00.841Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T05:50:01.093Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||InvokeReturn
2023-04-03T05:50:01.094Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 05:50:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[247], vertex-id=[241720], x-aai-txid=[0-aai-resources-230403-05:50:00:860-63216], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T05:50:01.094Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T05:50:01.094Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T05:50:01.094Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-04-03T05:50:01.103Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-04-03T05:50:01.104Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ba6c437-f06e-4cf5-971b-291d0684a066 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T05:50:01.104Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T05:50:01.104Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:50:01.104Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:50:01.104Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501001104,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:50:02.131Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:50:02.132Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"2a7eda29-9989-4138-bd46-cca320902689","serviceName":"vFW 2023-04-03 05-26-46","serviceVersion":"1.0","serviceUUID":"c608ba70-262e-4e6c-a5ac-a662dc3a40ae","serviceDescription":"catalog service description","serviceInvariantUUID":"2ab16a21-98dc-4b45-bfdd-8202f50de2ef","resources":[{"resourceInstanceName":"vFW 9788de87-67a5 0","resourceName":"vFW 9788de87-67a5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a3eb70d2-577c-4ec5-a10e-227de41ce2e3","resourceInvariantUUID":"ceba352d-9b2d-4bfc-8c8e-3e4c94004a14","resourceCustomizationUUID":"cb88b717-d4c9-49ee-bd40-a092f617a26a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml","artifactChecksum":"M2QwMzBkMmFmYzVmMGNlNzYwNjVlM2JjY2Q2MWMzNzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1379996f-64e2-4052-8a4c-cfd918e3bbba","artifactVersion":"1"},{"artifactName":"vfw9788de8767a50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json","artifactChecksum":"M2I0ZWZhOTk5OWY2ZjFiZDA4NmRmYTgzZDUyMjAwMGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0a3c8d72-899d-404d-9ec3-4a9aa9370a01","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"332f6cea-661b-44e7-8418-999a7faa362d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml","artifactChecksum":"OGZlY2NhMDljNGY1ZGRmNGU3ODJjMmE0YzljMzc0NWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b04aefc1-451c-483d-afaf-23a3c7bf28e6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5a4d096b-2ade-46d5-9e0a-f464972a54b7","artifactVersion":"2","generatedFromUUID":"332f6cea-661b-44e7-8418-999a7faa362d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230403052646-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml","artifactChecksum":"ZmQ5ODc5MTViY2Y5OWExMzk4ZjMwYjdjY2E1YThiZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"feeb6917-dcdc-4eff-be5b-8abdd320af8d","artifactVersion":"1"},{"artifactName":"service-Vfw20230403052646-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar","artifactChecksum":"NWRmYWJmOGUyMDRkODNmODM4MTlmMTE1YmFmNjQyZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5d50b584-a760-415f-b165-b06ef6b1f1e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T05:50:02.132Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:50:02.132Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:50:02.132Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:50:02.132Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:50:03.133Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:50:03.134Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:50:03.134Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:50:03.134Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:50:04.136Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:50:04.136Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:50:04.136Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:50:04.136Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:50:05.138Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:50:05.138Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:50:05.138Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:50:05.138Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:50:06.140Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:50:06.140Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:50:06.140Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:50:06.140Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:50:07.142Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:50:07.142Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:50:07.142Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:50:07.142Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:50:07.773Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:50:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:50:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:50:07.780Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:50:07.780Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:50:07.780Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T05:50:07.780Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:50:07.780Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:50:07.780Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-03T05:50:07.780Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:50:07.780Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:50:07.780Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:50:07.781Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:50:07.781Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:50:07.781Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-03T05:50:07.781Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:50:07.781Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:50:07.781Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:50:07.781Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:50:07.781Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:50:07.781Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:50:07.781Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:50:07.782Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:50:07.782Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500965995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:50:07.782Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:50:07.782Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:50:07.782Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500968715,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
}
2023-04-03T05:50:07.782Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:50:07.782Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:50:07.782Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500969717,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
}
2023-04-03T05:50:07.782Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:50:07.782Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:50:07.782Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501001104,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T05:50:07.782Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:50:07.783Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:50:07.783Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:50:07.783Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:50:07.783Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:50:07.783Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T05:50:07.783Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:50:07.783Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:50:07.783Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-03T05:50:07.783Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:50:07.783Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:50:07.783Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:50:07.784Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:50:07.784Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:50:07.784Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-03T05:50:07.784Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:50:07.784Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:50:07.784Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:50:07.784Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:50:08.144Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:50:08.144Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:50:08.144Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:50:08.145Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:50:09.146Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "serviceName": "vFW 2023-04-03 05-26-46",
  "serviceVersion": "1.0",
  "serviceUUID": "c608ba70-262e-4e6c-a5ac-a662dc3a40ae",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2ab16a21-98dc-4b45-bfdd-8202f50de2ef",
  "resources": [
    {
      "resourceInstanceName": "vFW 9788de87-67a5 0",
      "resourceCustomizationUUID": "cb88b717-d4c9-49ee-bd40-a092f617a26a",
      "resourceName": "vFW 9788de87-67a5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a3eb70d2-577c-4ec5-a10e-227de41ce2e3",
      "resourceInvariantUUID": "ceba352d-9b2d-4bfc-8c8e-3e4c94004a14",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw9788de8767a50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
          "artifactChecksum": "M2I0ZWZhOTk5OWY2ZjFiZDA4NmRmYTgzZDUyMjAwMGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0a3c8d72-899d-404d-9ec3-4a9aa9370a01",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "332f6cea-661b-44e7-8418-999a7faa362d",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5a4d096b-2ade-46d5-9e0a-f464972a54b7",
            "generatedFromUUID": "332f6cea-661b-44e7-8418-999a7faa362d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5a4d096b-2ade-46d5-9e0a-f464972a54b7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230403052646-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
      "artifactChecksum": "NWRmYWJmOGUyMDRkODNmODM4MTlmMTE1YmFmNjQyZmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5d50b584-a760-415f-b165-b06ef6b1f1e8"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T05:50:09.146Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T05:50:09.146Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c608ba70-262e-4e6c-a5ac-a662dc3a40ae ASDC
2023-04-03T05:50:09.146Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:2a7eda29-9989-4138-bd46-cca320902689
ServiceName:vFW 2023-04-03 05-26-46
ServiceVersion:1.0
ServiceUUID:c608ba70-262e-4e6c-a5ac-a662dc3a40ae
ServiceInvariantUUID:2ab16a21-98dc-4b45-bfdd-8202f50de2ef
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230403052646-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
ArtifactUUID:5d50b584-a760-415f-b165-b06ef6b1f1e8
ArtifactChecksum:NWRmYWJmOGUyMDRkODNmODM4MTlmMTE1YmFmNjQyZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9788de87-67a5 0
ResourceCustomizationUUID:cb88b717-d4c9-49ee-bd40-a092f617a26a
ResourceInvariantUUID:ceba352d-9b2d-4bfc-8c8e-3e4c94004a14
ResourceName:vFW 9788de87-67a5
ResourceType:VF
ResourceUUID:a3eb70d2-577c-4ec5-a10e-227de41ce2e3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9788de8767a50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json
ArtifactUUID:0a3c8d72-899d-404d-9ec3-4a9aa9370a01
ArtifactChecksum:M2I0ZWZhOTk5OWY2ZjFiZDA4NmRmYTgzZDUyMjAwMGI=
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/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml
ArtifactUUID:332f6cea-661b-44e7-8418-999a7faa362d
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/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env
ArtifactUUID:5a4d096b-2ade-46d5-9e0a-f464972a54b7
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/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env
ArtifactUUID:5a4d096b-2ade-46d5-9e0a-f464972a54b7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T05:50:09.146Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c608ba70-262e-4e6c-a5ac-a662dc3a40ae ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:50:09.186Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:50:09.187Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:50:09.187Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:50:09.187Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 from URL: /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
2023-04-03T05:50:09.187Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-03T05:50:09.187Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
2023-04-03T05:50:09.525Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-03T05:50:09.529Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar 5d50b584-a760-415f-b165-b06ef6b1f1e8 101394
2023-04-03T05:50:09.529Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar ASDC sendASDCNotification
2023-04-03T05:50:09.529Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
2023-04-03T05:50:09.529Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T05:50:09.530Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:50:09.530Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:50:09.530Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501009529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:50:10.531Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:50:10.531Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:50:10.532Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8, URL: /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar to file: /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:50:10.532Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230403052646-csar.csar
2023-04-03T05:50:10.533Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:50:10.533Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:50:10.691Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9868106758236308459/Definitions/service-Vfw20230403052646-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-04-03T05:50:12.196Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T05:50:12.197Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-03T05:50:12.197Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:50:12.197Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-03T05:50:12.197Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:50:12.197Z|2a7eda29-9989-4138-bd46-cca320902689|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-Vfw20230403052646-csar.csar
2023-04-03T05:50:12.197Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:50:12.197Z|2a7eda29-9989-4138-bd46-cca320902689|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-Vfw20230403052646-csar.csar
2023-04-03T05:50:12.197Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:50:12.197Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:50:12.197Z|2a7eda29-9989-4138-bd46-cca320902689|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-Vfw20230403052646-csar.csar
2023-04-03T05:50:12.197Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:50:12.197Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:50:12.197Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9788de87-67a5 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-Vfw20230403052646-csar.csar
2023-04-03T05:50:12.197Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:50:12.198Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-03T05:50:12.198Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:50:12.198Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:50:12.198Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T05:50:12.198Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-03T05:50:12.198Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T05:50:12.198Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:50:12.198Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:50:12.198Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T05:50:12.198Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-03T05:50:12.198Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T05:50:12.198Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:50:12.199Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:50:12.199Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:50:12.199Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T05:50:12.199Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:50:12.199Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:50:12.199Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:50:12.199Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:50:12.199Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:50:12.199Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:50:12.199Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:50:12.199Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:50:12.199Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:50:12.199Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:50:12.199Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:50:12.200Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:50:12.200Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:50:12.200Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:50:12.200Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:50:12.200Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T05:50:12.200Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:50:12.200Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T05:50:12.200Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:50:12.200Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T05:50:12.200Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:50:12.201Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:50:12.201Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T05:50:12.201Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:50:12.201Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:50:12.201Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T05:50:12.201Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:50:12.201Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:50:12.201Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T05:50:12.201Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:50:12.201Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:50:12.201Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-03T05:50:12.201Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:50:12.201Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:50:12.201Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:50:12.201Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:50:12.201Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:50:12.202Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:50:12.202Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:50:12.202Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:50:12.202Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a430e9fd-041a-42d8-b147-c518cfc20c03
2023-04-03T05:50:12.202Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:50:12.202Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T05:50:12.202Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:50:12.202Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:50:12.202Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:50:12.202Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:50:12.202Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:50:12.202Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:50:12.202Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:50:12.202Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-03T05:50:12.202Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:50:12.202Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:50:12.203Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:50:12.203Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:50:12.203Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ab73571b-7798-4ba9-977b-2137a4ccef6a
2023-04-03T05:50:12.203Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:50:12.203Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T05:50:12.203Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:50:12.203Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:50:12.203Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:50:12.203Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:50:12.203Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:50:12.203Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:50:12.203Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:50:12.203Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:50:12.203Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:50:12.203Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:50:12.203Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:50:12.204Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-03T05:50:12.204Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=16305da0-f57a-4b01-82d2-de9f0140b769
2023-04-03T05:50:12.204Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:50:12.204Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:50:12.204Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:50:12.204Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:50:12.204Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:50:12.204Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:50:12.204Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:50:12.204Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:50:12.204Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-03 05-26-46
Description:catalog service description
Model UUID:c608ba70-262e-4e6c-a5ac-a662dc3a40ae
Model Version:NULL
Model InvariantUuid:2ab16a21-98dc-4b45-bfdd-8202f50de2ef
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 9788de87-67a5
Model UUID:565afa59-b03d-48f0-93f9-012885fc7424
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ceba352d-9b2d-4bfc-8c8e-3e4c94004a14
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cb88b717-d4c9-49ee-bd40-a092f617a26a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:85136328-f095-47bb-bc1c-43a61975e49b
ModelName:Vfw9788de8767a5..base_vfw..module-0
ModelUuid:825a363c-eea9-4145-a6e9-00dc45aa43e4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a430e9fd-041a-42d8-b147-c518cfc20c03
ModelInvariantUuid:e4c62a9b-09a1-467b-bf7a-6e2eb5d52103
ModelName:vFW 9788de87-67a5-nodes.vfwCvfc
ModelUuid:04f5a6c2-5ed2-452d-bc04-b56dbdc1259a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:39b4f3bc-fb2c-49b5-beb6-0eb321eb4892
ModelInvariantUuid:8fd280ad-9d22-4c16-abe3-bfe12fedac79
ModelName:Vfw9788de8767a5.compute.nodes.heat.vfw
ModelUuid:4d8679d6-a308-49ad-8d75-0fe570cc9e12
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ab73571b-7798-4ba9-977b-2137a4ccef6a
ModelInvariantUuid:2e7cac4b-1a60-4ea2-a2ce-1ec4f00fb9bb
ModelName:vFW 9788de87-67a5-nodes.vsnCvfc
ModelUuid:1c97fb47-a071-4a26-83fa-f699107d14c1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b1ad0e7f-19b7-4fd9-ba6a-f94020f801de
ModelInvariantUuid:70018cf0-0e4c-42ef-83c7-538284785f9f
ModelName:Vfw9788de8767a5.compute.nodes.heat.vsn
ModelUuid:9bcc28a2-9d7d-425e-9f60-3eca4a7cc3f1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:16305da0-f57a-4b01-82d2-de9f0140b769
ModelInvariantUuid:48951810-a0e3-4e18-8b24-d7da77221b02
ModelName:vFW 9788de87-67a5-nodes.vpgCvfc
ModelUuid:4a32a8a1-548b-4963-96ed-4fe7a6d6a0a4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e2881614-1550-491b-98ce-b4973170b2be
ModelInvariantUuid:abf9146c-dc4f-4fe9-b92b-4d2a6c633a6b
ModelName:Vfw9788de8767a5.compute.nodes.heat.vpg
ModelUuid:1738041d-46dd-41ff-ab54-1107d8a343d4
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-04-03T05:50:12.249Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||ERROR|500||Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists
2023-04-03T05:50:12.250Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar ASDC sendASDCNotification
2023-04-03T05:50:12.250Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar(Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists)
2023-04-03T05:50:12.250Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T05:50:12.250Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:50:12.251Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:50:12.251Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501012250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:50:13.252Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar ASDC sendASDCNotification
2023-04-03T05:50:13.252Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar(Resource with UUID: a3eb70d2-577c-4ec5-a10e-227de41ce2e3 already exists)
2023-04-03T05:50:13.252Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T05:50:13.253Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:50:13.253Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:50:13.253Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501013252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a3eb70d2-577c-4ec5-a10e-227de41ce2e3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:50:14.254Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a7eda29-9989-4138-bd46-cca320902689
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:50:14.281Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a7eda29-9989-4138-bd46-cca320902689
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:50:14.286Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T05:50:14.286Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T05:50:14.286Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T05:50:14.286Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T05:50:14.286Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:50:14.286Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:50:14.286Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:50:14.286Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:50:14.286Z|2a7eda29-9989-4138-bd46-cca320902689|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-04-03T05:50:14.300Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T05:50:44.301Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a7eda29-9989-4138-bd46-cca320902689 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T05:50:44.313Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a7eda29-9989-4138-bd46-cca320902689 and serviceModelVersionId: c608ba70-262e-4e6c-a5ac-a662dc3a40ae
2023-04-03T05:50:44.313Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2ab16a21-98dc-4b45-bfdd-8202f50de2ef
2023-04-03T05:50:44.314Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0
2023-04-03T05:50:44.317Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T05:50:44.331Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|INFO|500||Invoke
2023-04-03T05:50:44.331Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2a7eda29-9989-4138-bd46-cca320902689], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dbd4a8fa-d54b-4ea5-90c6-a805b6823042], X-ECOMP-RequestID=[2a7eda29-9989-4138-bd46-cca320902689], X-TransactionId=[], X-ONAP-RequestID=[2a7eda29-9989-4138-bd46-cca320902689], Content-Type=[application/merge-patch+json]}
2023-04-03T05:50:44.338Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T05:50:44.491Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 05:50:44 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[176360], x-aai-txid=[1-aai-resources-230403-05:50:44:346-18105], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T05:50:44.491Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T05:50:44.492Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|INFO|500||InvokeReturn
2023-04-03T05:50:44.492Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T05:50:44.492Z|2a7eda29-9989-4138-bd46-cca320902689|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-04-03T05:50:44.497Z|2a7eda29-9989-4138-bd46-cca320902689|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-04-03T05:50:44.497Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a7eda29-9989-4138-bd46-cca320902689 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T05:50:44.497Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T05:50:44.498Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:50:44.498Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:50:44.498Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501044497,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:50:45.526Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:50:45.527Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1","serviceDescription":"service","serviceInvariantUUID":"a8e681f8-62e7-4d21-a5fa-dd60cbb7513e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"787af5c5-551e-4c25-b892-328c28277d94","resourceInvariantUUID":"cea6a232-8209-455d-b5b5-1ece29cf9aa9","resourceCustomizationUUID":"9606c9a9-94b4-499d-9e81-5800185e52f1","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":"NWQxOGZiNThkMjQyNGNlZGFlZjZjMGQ4ZjZhOTFiNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0461aead-9859-48ab-bafc-209cf2891a47","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NzcxYmY2ZmUyODYxN2M4NzdmYWE0N2YyZDQwN2U5MDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bacef586-115d-40b1-b3e1-5b20cbbe15e7","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T05:50:45.527Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:50:45.527Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:50:45.528Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:50:45.528Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:50:46.528Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:50:46.529Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:50:46.529Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:50:46.529Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:50:47.530Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a8e681f8-62e7-4d21-a5fa-dd60cbb7513e",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "9606c9a9-94b4-499d-9e81-5800185e52f1",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "787af5c5-551e-4c25-b892-328c28277d94",
      "resourceInvariantUUID": "cea6a232-8209-455d-b5b5-1ece29cf9aa9",
      "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": "NzcxYmY2ZmUyODYxN2M4NzdmYWE0N2YyZDQwN2U5MDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bacef586-115d-40b1-b3e1-5b20cbbe15e7"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T05:50:47.530Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T05:50:47.530Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1 ASDC
2023-04-03T05:50:47.530Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1
ServiceInvariantUUID:a8e681f8-62e7-4d21-a5fa-dd60cbb7513e
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:bacef586-115d-40b1-b3e1-5b20cbbe15e7
ArtifactChecksum:NzcxYmY2ZmUyODYxN2M4NzdmYWE0N2YyZDQwN2U5MDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9606c9a9-94b4-499d-9e81-5800185e52f1
ResourceInvariantUUID:cea6a232-8209-455d-b5b5-1ece29cf9aa9
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:787af5c5-551e-4c25-b892-328c28277d94
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-03T05:50:47.531Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-04-03T05:50:47.592Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:50:47.593Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:50:47.593Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:50:47.593Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-03T05:50:47.593Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-03T05:50:47.593Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|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-04-03T05:50:47.965Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-03T05:50:47.966Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar bacef586-115d-40b1-b3e1-5b20cbbe15e7 57783
2023-04-03T05:50:47.967Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-03T05:50:47.967Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-03T05:50:47.967Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T05:50:47.967Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:50:47.967Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:50:47.967Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501047967,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:50:48.968Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:50:48.969Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:50:48.970Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T05:50:48.970Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-03T05:50:48.970Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T05:50:48.970Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T05:50:49.056Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13723973662846135983/Definitions/service-BasicNetwork-template.yml
2023-04-03T05:50:49.385Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T05:50:49.386Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-03T05:50:49.386Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T05:50:49.386Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-03T05:50:49.386Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T05:50:49.386Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T05:50:49.386Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T05:50:49.386Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T05:50:49.386Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T05:50:49.386Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T05:50:49.386Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T05:50:49.386Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T05:50:49.386Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-03T05:50:49.386Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:50:49.386Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:50:49.387Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-03T05:50:49.387Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-03T05:50:49.387Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T05:50:49.387Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:50:49.387Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:50:49.387Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-03T05:50:49.387Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-03T05:50:49.387Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T05:50:49.387Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:50:49.387Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:50:49.387Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:50:49.387Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:50:49.387Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:50:49.387Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:50:49.387Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:50:49.388Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:50:49.388Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:50:49.388Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:50:49.388Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1
Model Version:NULL
Model InvariantUuid:a8e681f8-62e7-4d21-a5fa-dd60cbb7513e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:cea6a232-8209-455d-b5b5-1ece29cf9aa9
Model UUID:8b34861b-9848-4d7e-a62d-634d34e94099
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:9606c9a9-94b4-499d-9e81-5800185e52f1
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-04-03T05:50:49.396Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 787af5c5-551e-4c25-b892-328c28277d94
2023-04-03T05:50:49.396Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||No resources found for Service: 4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T05:50:49.400Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||
2023-04-03T05:50:49.400Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2023-04-03T05:50:49.401Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1
2023-04-03T05:50:49.401Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1
2023-04-03T05:50:49.401Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2023-04-03T05:50:49.401Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T05:50:49.406Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2e289fc1, org.onap.sdc.toscaparser.api.parameters.Input@6283a333, org.onap.sdc.toscaparser.api.parameters.Input@e331515, org.onap.sdc.toscaparser.api.parameters.Input@7d0468de, org.onap.sdc.toscaparser.api.parameters.Input@17b83628]
2023-04-03T05:50:49.407Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:50:49.407Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:50:49.407Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:50:49.407Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:50:49.407Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1: Generic NeutronNet
2023-04-03T05:50:49.407Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:50:49.408Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:50:49.408Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:50:49.408Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2023-04-03T05:50:49.446Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:50:49.446Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:50:49.447Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:50:49.447Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:50:49.447Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:50:49.447Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:50:49.447Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2023-04-03T05:50:49.537Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2023-04-03T05:50:49.538Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-03T05:50:49.538Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-03T05:50:49.538Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-03T05:50:49.538Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:50:49.538Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:50:49.538Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501049537,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:50:50.539Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:50:50.570Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:50:50.574Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T05:50:50.574Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T05:50:50.574Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T05:50:50.574Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T05:50:50.575Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:50:50.575Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:50:50.575Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:50:50.575Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:50:50.575Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|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-04-03T05:50:50.592Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T05:51:07.773Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:51:07.774Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:51:07.774Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:51:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:51:20.592Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T05:51:20.606Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02 and serviceModelVersionId: 4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1
2023-04-03T05:51:20.606Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a8e681f8-62e7-4d21-a5fa-dd60cbb7513e
2023-04-03T05:51:20.607Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0
2023-04-03T05:51:20.614Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T05:51:20.646Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|INFO|500||Invoke
2023-04-03T05:51:20.647Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ca913f73-10af-42b3-b7c0-355a78ffe428], X-ECOMP-RequestID=[b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02], X-TransactionId=[], X-ONAP-RequestID=[b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02], Content-Type=[application/merge-patch+json]}
2023-04-03T05:51:20.655Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T05:51:20.807Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 05:51:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[151768], x-aai-txid=[1-aai-resources-230403-05:51:20:664-72285], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T05:51:20.808Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T05:51:20.808Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|INFO|500||InvokeReturn
2023-04-03T05:51:20.809Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T05:51:20.809Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|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-04-03T05:51:20.817Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|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-04-03T05:51:20.817Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T05:51:20.817Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T05:51:20.817Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:51:20.818Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:51:20.818Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501080817,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:51:21.846Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:51:21.846Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"faa6e256-3a0a-4c89-86b9-c4bedd8d632b","serviceName":"Demo_pNF_Oxl3B80h2m7gr6O9tOAo","serviceVersion":"1.0","serviceUUID":"1332212f-514b-4ea3-9653-22313ffcf1bd","serviceDescription":"catalog service description","serviceInvariantUUID":"55f9937c-9d37-4f8a-9eaa-29096097a150","resources":[{"resourceInstanceName":"pNF 4c97cee1-ff01 0","resourceName":"pNF 4c97cee1-ff01","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6dc9b242-9db9-49a0-bf5e-42ed573a9e51","resourceInvariantUUID":"fc0ac666-17a2-4b77-9bbb-772a72b5acf3","resourceCustomizationUUID":"c83a316e-0f12-4e26-88a9-d79a826ac680","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vf-license-model.xml","artifactChecksum":"MTViNzFmMzNhMzAzMzU0OTBmNWUwYjkzM2U0NTE4YmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"13dbec84-83ca-4a64-bc82-4a02eb81615e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/pNF.csar","artifactChecksum":"YWY1NzNlYTAyN2YwNmMyOGQ4YWMxMWZhMzZiY2NkNWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0083c2a9-2c9d-4c69-8cf4-4f4f39028164","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"10e2c8e0-0fc7-4d86-87d9-69b6df991a7a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vendor-license-model.xml","artifactChecksum":"OGZiNDFhZjc3ZmUwOGZkMjdjMGE0MzBlYTJkZjNjMTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b089e457-e80b-4fb5-90ff-5ba7b3212109","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0cc56ab-72e3-4a8e-89a4-dce330776fde","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"204e205e-8af3-40dd-a5e1-2f579430756a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml","artifactChecksum":"ZDQ2OThkYTFkMjRmYjJjOWYzY2VkMzBlNjFhNzk5NzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ffb6d078-e956-4a3f-b490-9bc3b920d2a4","artifactVersion":"1"},{"artifactName":"service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar","artifactChecksum":"ZGI4ZjVmMWQ0NDQ0MzFkN2E0N2ZkZDRhMjE4ZGUxMmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3ab3e23b-b342-4f65-a547-e54977d397da","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T05:51:21.847Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:51:21.847Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:51:21.847Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:51:21.847Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:51:22.848Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:51:22.849Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:51:22.849Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:51:22.849Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:51:23.850Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:51:23.850Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:51:23.851Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:51:23.851Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:51:24.851Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:51:24.852Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:51:24.852Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:51:24.852Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:51:25.853Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:51:25.854Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:51:25.854Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:51:25.855Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:51:26.856Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:51:26.856Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:51:26.857Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:51:26.857Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:51:27.858Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:51:27.859Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:51:27.859Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:51:27.859Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:51:28.860Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:51:28.860Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:51:28.860Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:51:28.861Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:51:29.862Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "serviceName": "Demo_pNF_Oxl3B80h2m7gr6O9tOAo",
  "serviceVersion": "1.0",
  "serviceUUID": "1332212f-514b-4ea3-9653-22313ffcf1bd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "55f9937c-9d37-4f8a-9eaa-29096097a150",
  "resources": [
    {
      "resourceInstanceName": "pNF 4c97cee1-ff01 0",
      "resourceCustomizationUUID": "c83a316e-0f12-4e26-88a9-d79a826ac680",
      "resourceName": "pNF 4c97cee1-ff01",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6dc9b242-9db9-49a0-bf5e-42ed573a9e51",
      "resourceInvariantUUID": "fc0ac666-17a2-4b77-9bbb-772a72b5acf3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
      "artifactChecksum": "ZGI4ZjVmMWQ0NDQ0MzFkN2E0N2ZkZDRhMjE4ZGUxMmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3ab3e23b-b342-4f65-a547-e54977d397da"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T05:51:29.862Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T05:51:29.862Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1332212f-514b-4ea3-9653-22313ffcf1bd ASDC
2023-04-03T05:51:29.863Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:faa6e256-3a0a-4c89-86b9-c4bedd8d632b
ServiceName:Demo_pNF_Oxl3B80h2m7gr6O9tOAo
ServiceVersion:1.0
ServiceUUID:1332212f-514b-4ea3-9653-22313ffcf1bd
ServiceInvariantUUID:55f9937c-9d37-4f8a-9eaa-29096097a150
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
ArtifactUUID:3ab3e23b-b342-4f65-a547-e54977d397da
ArtifactChecksum:ZGI4ZjVmMWQ0NDQ0MzFkN2E0N2ZkZDRhMjE4ZGUxMmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4c97cee1-ff01 0
ResourceCustomizationUUID:c83a316e-0f12-4e26-88a9-d79a826ac680
ResourceInvariantUUID:fc0ac666-17a2-4b77-9bbb-772a72b5acf3
ResourceName:pNF 4c97cee1-ff01
ResourceType:PNF
ResourceUUID:6dc9b242-9db9-49a0-bf5e-42ed573a9e51
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-03T05:51:29.863Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1332212f-514b-4ea3-9653-22313ffcf1bd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-04-03T05:51:29.919Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:51:29.920Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:51:29.920Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:51:29.920Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3ab3e23b-b342-4f65-a547-e54977d397da from URL: /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T05:51:29.920Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-03T05:51:29.921Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T05:51:30.226Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-03T05:51:30.229Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar 3ab3e23b-b342-4f65-a547-e54977d397da 87993
2023-04-03T05:51:30.230Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar ASDC sendASDCNotification
2023-04-03T05:51:30.230Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T05:51:30.230Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T05:51:30.230Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:51:30.230Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:51:30.231Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501090230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:51:31.231Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:51:31.232Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:51:31.232Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3ab3e23b-b342-4f65-a547-e54977d397da, URL: /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar to file: /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T05:51:31.233Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T05:51:31.234Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T05:51:31.234Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T05:51:31.342Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5998577849616902548/Definitions/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml
2023-04-03T05:51:31.934Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T05:51:31.934Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-03T05:51:31.934Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T05:51:31.934Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T05:51:31.934Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4c97cee1-ff01 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-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T05:51:31.934Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|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-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T05:51:31.934Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|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-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T05:51:31.934Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|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-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T05:51:31.934Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|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-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T05:51:31.934Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|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-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T05:51:31.934Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|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-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T05:51:31.934Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-03T05:51:31.935Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:51:31.935Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:51:31.935Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Node template pNF 4c97cee1-ff01 0 is matching search criteria
2023-04-03T05:51:31.935Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-03T05:51:31.935Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4c97cee1-ff01 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T05:51:31.935Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:51:31.935Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:51:31.935Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Node template pNF 4c97cee1-ff01 0 is matching search criteria
2023-04-03T05:51:31.935Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-03T05:51:31.935Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4c97cee1-ff01 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T05:51:31.935Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:51:31.935Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:51:31.935Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:51:31.935Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:51:31.935Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:51:31.936Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:51:31.936Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:51:31.936Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:51:31.936Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:51:31.936Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:51:31.936Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Oxl3B80h2m7gr6O9tOAo
Description:catalog service description
Model UUID:1332212f-514b-4ea3-9653-22313ffcf1bd
Model Version:NULL
Model InvariantUuid:55f9937c-9d37-4f8a-9eaa-29096097a150
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-04-03T05:51:31.948Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6dc9b242-9db9-49a0-bf5e-42ed573a9e51
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T05:51:31.951Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||pNF 4c97cee1-ff01 0
2023-04-03T05:51:31.951Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6dc9b242-9db9-49a0-bf5e-42ed573a9e51
2023-04-03T05:51:31.951Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 1332212f-514b-4ea3-9653-22313ffcf1bd
2023-04-03T05:51:31.951Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 1332212f-514b-4ea3-9653-22313ffcf1bd
2023-04-03T05:51:31.951Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4c97cee1-ff01 0 6dc9b242-9db9-49a0-bf5e-42ed573a9e51 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-04-03T05:51:31.957Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b061f35, org.onap.sdc.toscaparser.api.parameters.Input@7eaf1141, org.onap.sdc.toscaparser.api.parameters.Input@1fa983ec, org.onap.sdc.toscaparser.api.parameters.Input@3112f94b, org.onap.sdc.toscaparser.api.parameters.Input@3ae6b7eb]
2023-04-03T05:51:31.957Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:51:31.957Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:51:31.957Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 1332212f-514b-4ea3-9653-22313ffcf1bd: pNF 4c97cee1-ff01
2023-04-03T05:51:31.957Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||Processing PNF resource: 6dc9b242-9db9-49a0-bf5e-42ed573a9e51
2023-04-03T05:51:31.957Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:51:31.957Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:51:31.957Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||Resource customization UUID: c83a316e-0f12-4e26-88a9-d79a826ac680 is the same as notified resource customizationUUID: c83a316e-0f12-4e26-88a9-d79a826ac680
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-04-03T05:51:32.051Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4c97cee1-ff01 6dc9b242-9db9-49a0-bf5e-42ed573a9e51 0 ASDC deployResourceStructure
2023-04-03T05:51:32.051Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar ASDC sendASDCNotification
2023-04-03T05:51:32.051Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T05:51:32.051Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-03T05:51:32.052Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:51:32.052Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:51:32.052Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501092051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:51:33.053Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: faa6e256-3a0a-4c89-86b9-c4bedd8d632b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:51:33.080Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: faa6e256-3a0a-4c89-86b9-c4bedd8d632b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:51:33.086Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T05:51:33.086Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T05:51:33.086Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T05:51:33.087Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T05:51:33.087Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:51:33.087Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:51:33.087Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:51:33.087Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:51:33.087Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|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-04-03T05:51:33.101Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T05:52:03.101Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: faa6e256-3a0a-4c89-86b9-c4bedd8d632b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T05:52:03.115Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: faa6e256-3a0a-4c89-86b9-c4bedd8d632b and serviceModelVersionId: 1332212f-514b-4ea3-9653-22313ffcf1bd
2023-04-03T05:52:03.115Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 55f9937c-9d37-4f8a-9eaa-29096097a150
2023-04-03T05:52:03.117Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0
2023-04-03T05:52:03.123Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T05:52:03.145Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|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/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T05:52:03.146Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|INFO|500||Invoke
2023-04-03T05:52:03.155Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T05:52:03.314Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|INFO|500||InvokeReturn
2023-04-03T05:52:03.314Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|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/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 05:52:03 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[204832], x-aai-txid=[1-aai-resources-230403-05:52:03:164-17424], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T05:52:03.314Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T05:52:03.314Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T05:52:03.314Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|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-04-03T05:52:03.321Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|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-04-03T05:52:03.322Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID faa6e256-3a0a-4c89-86b9-c4bedd8d632b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T05:52:03.322Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T05:52:03.322Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:52:03.322Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:52:03.322Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501123322,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:52:04.356Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:52:04.356Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"f6926451-6069-417e-b7db-2800b7061bb3","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"205c6bdd-fb55-4ab0-8210-70d6b0e9a06b","serviceDescription":"service","serviceInvariantUUID":"290a2027-5f50-48ce-b23b-d9958e461260","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cca49e2b-a592-45e7-ad60-a0b040a06b21","resourceInvariantUUID":"24305239-b2d0-4f68-bdfe-fcfaad612492","resourceCustomizationUUID":"d34b0cc4-af9b-4dcf-83b4-1bb790430cad","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":"ZjliNzNiZDBkNjNiMDhjNGU1ODEwMjRlM2ExMmM2MjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6646f189-8e5a-4d66-9645-a5c9bb3a7ea3","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":"ZGIyOWU2OGRhNWMwNWVjNTliMmU4N2IxYTZlZjVmMTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"248b0520-0753-43bc-8989-f4a2c11189fc","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":"138c0b31-d054-43d2-88ef-487fa941c727","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":"3eed7be2-186a-4381-be39-14e5c293ee30","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":"a1fc643c-6883-473b-8d39-b404e2a8fafd","artifactVersion":"2","generatedFromUUID":"138c0b31-d054-43d2-88ef-487fa941c727"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTkwOTFhZTNjODNkYTY0ZDNjMjY0OGMxM2QxMjA0OWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9394169b-ebc7-4234-b8f9-1af288a85dd0","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWUwYzkyZmNmNTU5Njk4N2RmYmI0ZDM5NWZmYWVmMDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1bf7198e-bb62-4f46-9790-b009f8321faa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T05:52:04.356Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:52:04.357Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:52:04.357Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:52:04.357Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "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-04-03T05:52:05.358Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:52:05.358Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:52:05.358Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:52:05.358Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "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-04-03T05:52:06.359Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:52:06.359Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:52:06.359Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:52:06.360Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "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-04-03T05:52:07.360Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:52:07.361Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:52:07.361Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:52:07.361Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "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-04-03T05:52:07.773Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:52:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:52:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501009529,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:52:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:52:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:52:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501012250,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists"
}
2023-04-03T05:52:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:52:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:52:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501013252,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a3eb70d2-577c-4ec5-a10e-227de41ce2e3 already exists"
}
2023-04-03T05:52:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:52:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:52:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501044497,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T05:52:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:52:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:52:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:52:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:52:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:52:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:52:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:52:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:52:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501047967,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:52:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:52:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:52:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501049537,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T05:52:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:52:08.362Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:52:08.362Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:52:08.362Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:52:08.363Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "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-04-03T05:52:09.363Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:52:09.364Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:52:09.364Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:52:09.364Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:52:10.365Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:52:10.365Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:52:10.365Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:52:10.365Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:52:11.366Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "205c6bdd-fb55-4ab0-8210-70d6b0e9a06b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "290a2027-5f50-48ce-b23b-d9958e461260",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d34b0cc4-af9b-4dcf-83b4-1bb790430cad",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cca49e2b-a592-45e7-ad60-a0b040a06b21",
      "resourceInvariantUUID": "24305239-b2d0-4f68-bdfe-fcfaad612492",
      "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": "ZGIyOWU2OGRhNWMwNWVjNTliMmU4N2IxYTZlZjVmMTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "248b0520-0753-43bc-8989-f4a2c11189fc",
          "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": "138c0b31-d054-43d2-88ef-487fa941c727",
          "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": "a1fc643c-6883-473b-8d39-b404e2a8fafd",
            "generatedFromUUID": "138c0b31-d054-43d2-88ef-487fa941c727"
          },
          "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": "a1fc643c-6883-473b-8d39-b404e2a8fafd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "OWUwYzkyZmNmNTU5Njk4N2RmYmI0ZDM5NWZmYWVmMDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1bf7198e-bb62-4f46-9790-b009f8321faa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T05:52:11.367Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T05:52:11.367Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 205c6bdd-fb55-4ab0-8210-70d6b0e9a06b ASDC
2023-04-03T05:52:11.367Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f6926451-6069-417e-b7db-2800b7061bb3
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:205c6bdd-fb55-4ab0-8210-70d6b0e9a06b
ServiceInvariantUUID:290a2027-5f50-48ce-b23b-d9958e461260
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:1bf7198e-bb62-4f46-9790-b009f8321faa
ArtifactChecksum:OWUwYzkyZmNmNTU5Njk4N2RmYmI0ZDM5NWZmYWVmMDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d34b0cc4-af9b-4dcf-83b4-1bb790430cad
ResourceInvariantUUID:24305239-b2d0-4f68-bdfe-fcfaad612492
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:cca49e2b-a592-45e7-ad60-a0b040a06b21
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:248b0520-0753-43bc-8989-f4a2c11189fc
ArtifactChecksum:ZGIyOWU2OGRhNWMwNWVjNTliMmU4N2IxYTZlZjVmMTY=
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:138c0b31-d054-43d2-88ef-487fa941c727
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:a1fc643c-6883-473b-8d39-b404e2a8fafd
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:a1fc643c-6883-473b-8d39-b404e2a8fafd
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T05:52:11.367Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 205c6bdd-fb55-4ab0-8210-70d6b0e9a06b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-04-03T05:52:11.427Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:52:11.427Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:52:11.427Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:52:11.428Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-03T05:52:11.428Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-03T05:52:11.428Z|f6926451-6069-417e-b7db-2800b7061bb3|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-04-03T05:52:11.744Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-03T05:52:11.746Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1bf7198e-bb62-4f46-9790-b009f8321faa 75157
2023-04-03T05:52:11.746Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-03T05:52:11.746Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-03T05:52:11.746Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T05:52:11.746Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:52:11.746Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:52:11.746Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501131746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:52:12.747Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:52:12.748Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:52:12.748Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T05:52:12.748Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-03T05:52:12.749Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T05:52:12.749Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T05:52:12.931Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7087290922763768551/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-04-03T05:52:13.753Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T05:52:13.753Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-03T05:52:13.753Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T05:52:13.753Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T05:52:13.753Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T05:52:13.753Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T05:52:13.753Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T05:52:13.753Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T05:52:13.753Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T05:52:13.753Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T05:52:13.754Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T05:52:13.754Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-03T05:52:13.754Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:52:13.754Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:52:13.754Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T05:52:13.754Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-03T05:52:13.754Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T05:52:13.754Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:52:13.754Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:52:13.754Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T05:52:13.754Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-03T05:52:13.755Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T05:52:13.755Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:52:13.755Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:52:13.755Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:52:13.755Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-03T05:52:13.755Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-03T05:52:13.755Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-03T05:52:13.755Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-03T05:52:13.755Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-03T05:52:13.755Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T05:52:13.755Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:52:13.756Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T05:52:13.756Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:52:13.756Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T05:52:13.756Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:52:13.756Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:52:13.756Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T05:52:13.756Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:52:13.756Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:52:13.756Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T05:52:13.756Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:52:13.756Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:52:13.756Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-03T05:52:13.757Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-03T05:52:13.757Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-03T05:52:13.757Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=386d9e5d-ce22-433e-b24c-37cd501f7a5e
2023-04-03T05:52:13.757Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:52:13.757Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:52:13.757Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:52:13.757Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:52:13.757Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:52:13.757Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:52:13.757Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:52:13.757Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:52:13.757Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:205c6bdd-fb55-4ab0-8210-70d6b0e9a06b
Model Version:NULL
Model InvariantUuid:290a2027-5f50-48ce-b23b-d9958e461260
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:5c1c232b-f9bd-4729-9222-6463a2fb68bb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:24305239-b2d0-4f68-bdfe-fcfaad612492
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d34b0cc4-af9b-4dcf-83b4-1bb790430cad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:45ee27b9-2ec5-4a13-9086-329dcfc9217b
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:7ad00a28-eb6b-49d7-a44f-740a5327feb9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:386d9e5d-ce22-433e-b24c-37cd501f7a5e
ModelInvariantUuid:49fbba8b-8e7d-4588-ac83-522574bdb8c3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:a2c7fc9a-e509-4068-80e6-b51e43bf82f6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:88907c78-b2df-4198-96df-32abf65b3916
ModelInvariantUuid:02bc1d5d-3906-4b72-9028-c9f379f61762
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:289b7c4e-6975-46bc-9f53-a059f29ecaa5
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-04-03T05:52:13.766Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: cca49e2b-a592-45e7-ad60-a0b040a06b21
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T05:52:13.770Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||basic_vm 0
2023-04-03T05:52:13.770Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cca49e2b-a592-45e7-ad60-a0b040a06b21
2023-04-03T05:52:13.770Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 248b0520-0753-43bc-8989-f4a2c11189fc from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-04-03T05:52:13.770Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-03T05:52:13.770Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-04-03T05:52:13.872Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-03T05:52:13.872Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 248b0520-0753-43bc-8989-f4a2c11189fc 787
2023-04-03T05:52:13.873Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-04-03T05:52:13.873Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-04-03T05:52:13.873Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T05:52:13.873Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:52:13.873Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:52:13.873Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501133873,
  "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-04-03T05:52:14.874Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "45ee27b9-2ec5-4a13-9086-329dcfc9217b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7ad00a28-eb6b-49d7-a44f-740a5327feb9",
    "vfModuleModelCustomizationUUID": "a9aac8ea-119f-4a81-90c8-45a72f6c2cba",
    "isBase": true,
    "artifacts": [
      "138c0b31-d054-43d2-88ef-487fa941c727",
      "a1fc643c-6883-473b-8d39-b404e2a8fafd"
    ],
    "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-04-03T05:52:14.878Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7ad00a28-eb6b-49d7-a44f-740a5327feb9
VfModuleModelInvariantUUID:45ee27b9-2ec5-4a13-9086-329dcfc9217b
VfModuleModelDescription:NULL
Artifacts UUID List:{
138c0b31-d054-43d2-88ef-487fa941c727
,
a1fc643c-6883-473b-8d39-b404e2a8fafd

}
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-04-03T05:52:14.880Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "45ee27b9-2ec5-4a13-9086-329dcfc9217b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7ad00a28-eb6b-49d7-a44f-740a5327feb9",
    "vfModuleModelCustomizationUUID": "a9aac8ea-119f-4a81-90c8-45a72f6c2cba",
    "isBase": true,
    "artifacts": [
      "138c0b31-d054-43d2-88ef-487fa941c727",
      "a1fc643c-6883-473b-8d39-b404e2a8fafd"
    ],
    "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-04-03T05:52:14.880Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7ad00a28-eb6b-49d7-a44f-740a5327feb9
VfModuleModelInvariantUUID:45ee27b9-2ec5-4a13-9086-329dcfc9217b
VfModuleModelDescription:NULL
Artifacts UUID List:{
138c0b31-d054-43d2-88ef-487fa941c727
,
a1fc643c-6883-473b-8d39-b404e2a8fafd

}
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-04-03T05:52:14.880Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 138c0b31-d054-43d2-88ef-487fa941c727 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-04-03T05:52:14.880Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-03T05:52:14.881Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-04-03T05:52:14.975Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-03T05:52:14.976Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 138c0b31-d054-43d2-88ef-487fa941c727 5033
2023-04-03T05:52:14.977Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-04-03T05:52:14.977Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-04-03T05:52:14.977Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T05:52:14.977Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:52:14.977Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:52:14.977Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501134977,
  "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-04-03T05:52:15.978Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a1fc643c-6883-473b-8d39-b404e2a8fafd from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-04-03T05:52:15.979Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-03T05:52:15.979Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-04-03T05:52:16.066Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-03T05:52:16.067Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env a1fc643c-6883-473b-8d39-b404e2a8fafd 903
2023-04-03T05:52:16.067Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-04-03T05:52:16.067Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-04-03T05:52:16.068Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T05:52:16.068Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:52:16.068Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:52:16.068Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501136067,
  "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-04-03T05:52:17.069Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 205c6bdd-fb55-4ab0-8210-70d6b0e9a06b
2023-04-03T05:52:17.069Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 cca49e2b-a592-45e7-ad60-a0b040a06b21 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-04-03T05:52:17.092Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7e851874, org.onap.sdc.toscaparser.api.parameters.Input@26d88bdd, org.onap.sdc.toscaparser.api.parameters.Input@7bec2926, org.onap.sdc.toscaparser.api.parameters.Input@32dcf4cb, org.onap.sdc.toscaparser.api.parameters.Input@644c0c5c]
2023-04-03T05:52:17.094Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:52:17.094Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:52:17.094Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2023-04-03T05:52:17.095Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= d34b0cc4-af9b-4dcf-83b4-1bb790430cad
2023-04-03T05:52:17.095Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d34b0cc4-af9b-4dcf-83b4-1bb790430cad matches Tosca VF Customization UUID: d34b0cc4-af9b-4dcf-83b4-1bb790430cad
2023-04-03T05:52:17.095Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: d34b0cc4-af9b-4dcf-83b4-1bb790430cad  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-04-03T05:52:17.097Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:52:17.098Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:52:17.098Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id d34b0cc4-af9b-4dcf-83b4-1bb790430cad: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2023-04-03T05:52:17.098Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@49b88c74
2023-04-03T05:52:17.098Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:52:17.098Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T05:52:17.099Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a9aac8ea-119f-4a81-90c8-45a72f6c2cba
2023-04-03T05:52:17.099Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a9aac8ea-119f-4a81-90c8-45a72f6c2cba
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-04-03T05:52:17.101Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:52:17.102Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T05:52:17.102Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:52:17.102Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:52:17.102Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T05:52:17.102Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:52:17.102Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:52:17.102Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-03T05:52:17.103Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-03T05:52:17.103Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-03T05:52:17.103Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=386d9e5d-ce22-433e-b24c-37cd501f7a5e
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-04-03T05:52:17.105Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:52:17.106Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T05:52:17.106Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:52:17.106Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:52:17.106Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T05:52:17.106Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=d34b0cc4-af9b-4dcf-83b4-1bb790430cad
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T05:52:17.108Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:52:17.108Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:52:17.109Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 205c6bdd-fb55-4ab0-8210-70d6b0e9a06b: basic_vm
2023-04-03T05:52:17.109Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:52:17.109Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:52:17.109Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:52:17.109Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:52:17.109Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:52:17.109Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:52:17.109Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:52:17.109Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:52:17.109Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:52:17.110Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:52:17.110Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-03T05:52:17.236Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm cca49e2b-a592-45e7-ad60-a0b040a06b21 1 ASDC deployResourceStructure
2023-04-03T05:52:17.236Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2023-04-03T05:52:17.236Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2023-04-03T05:52:17.236Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-03T05:52:17.236Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:52:17.237Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:52:17.237Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501137236,
  "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-04-03T05:52:18.237Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-04-03T05:52:18.238Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2023-04-03T05:52:18.238Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-03T05:52:18.238Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:52:18.238Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:52:18.238Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501138237,
  "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-04-03T05:52:19.239Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-04-03T05:52:19.239Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2023-04-03T05:52:19.239Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-03T05:52:19.239Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:52:19.239Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:52:19.240Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501139239,
  "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-04-03T05:52:20.240Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-03T05:52:20.241Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-03T05:52:20.241Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-03T05:52:20.241Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:52:20.241Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:52:20.241Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501140240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:52:21.242Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6926451-6069-417e-b7db-2800b7061bb3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:52:21.270Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6926451-6069-417e-b7db-2800b7061bb3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:52:21.274Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T05:52:21.275Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T05:52:21.275Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T05:52:21.275Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T05:52:21.275Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:52:21.275Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:52:21.275Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:52:21.275Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:52:21.275Z|f6926451-6069-417e-b7db-2800b7061bb3|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-04-03T05:52:21.291Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T05:52:51.291Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f6926451-6069-417e-b7db-2800b7061bb3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T05:52:51.304Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f6926451-6069-417e-b7db-2800b7061bb3 and serviceModelVersionId: 205c6bdd-fb55-4ab0-8210-70d6b0e9a06b
2023-04-03T05:52:51.304Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 290a2027-5f50-48ce-b23b-d9958e461260
2023-04-03T05:52:51.305Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0
2023-04-03T05:52:51.314Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T05:52:51.341Z|f6926451-6069-417e-b7db-2800b7061bb3|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/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T05:52:51.341Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0|INFO|500||Invoke
2023-04-03T05:52:51.348Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T05:52:51.512Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0|INFO|500||InvokeReturn
2023-04-03T05:52:51.512Z|f6926451-6069-417e-b7db-2800b7061bb3|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/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 05:52:51 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[160], vertex-id=[241736], x-aai-txid=[0-aai-resources-230403-05:52:51:358-46771], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T05:52:51.513Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T05:52:51.513Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T05:52:51.513Z|f6926451-6069-417e-b7db-2800b7061bb3|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-04-03T05:52:51.517Z|f6926451-6069-417e-b7db-2800b7061bb3|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-04-03T05:52:51.518Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f6926451-6069-417e-b7db-2800b7061bb3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T05:52:51.518Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T05:52:51.522Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:52:51.522Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:52:51.523Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501171518,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:52:52.556Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T05:52:52.557Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-03T05:52:52.557Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:52:52.558Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:52:52.558Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:52:52.558Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T05:52:52.562Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-0ec6c7d9-8006-4660-b00d-b70656d94d2b
2023-04-03T05:52:52.563Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:52:52.563Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:52:52.564Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T05:52:54.232Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:52:57.241Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:53:00.251Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:53:03.259Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:53:06.268Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:53:07.773Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:53:07.789Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:53:07.789Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T05:53:07.795Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully joined group with generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-0ec6c7d9-8006-4660-b00d-b70656d94d2b', protocol='range'}
2023-04-03T05:53:07.795Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T05:53:07.801Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 29: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-0ec6c7d9-8006-4660-b00d-b70656d94d2b=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-04-03T05:53:07.816Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully synced group in generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-0ec6c7d9-8006-4660-b00d-b70656d94d2b', protocol='range'}
2023-04-03T05:53:07.816Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=29, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T05:53:07.817Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:53:07.817Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:53:07.817Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:53:07.817Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:53:07.821Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:53:07.821Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:53:07.821Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:53:07.821Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:53:07.821Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:53:07.821Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:53:07.821Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:53:07.821Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:53:07.821Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:53:07.822Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=647, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:53:07.822Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:53:07.822Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:53:07.829Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:53:07.829Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"67140925-3a6f-407a-959c-109e177260de","serviceName":"basic_onboard_FLWUdk","serviceVersion":"1.0","serviceUUID":"19ebdf40-c64a-481d-8a8f-8b59c9326af3","serviceDescription":"service","serviceInvariantUUID":"2bac4cbd-5db1-4650-9def-8fec2ad66681","resources":[{"resourceInstanceName":"basic_onboard_FLWUdk 0","resourceName":"basic_onboard_FLWUdk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dac3165c-a204-413f-adbe-704623ed23b4","resourceInvariantUUID":"d53cee2e-031e-415a-8fae-95f51faf2e70","resourceCustomizationUUID":"4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml","artifactChecksum":"NGM5YzhiYzRjZjc0ZjU3MmRkMjA5ZTUyYTAwMjQwNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd788691-5050-4702-936e-5323ddbfa177","artifactVersion":"1"},{"artifactName":"basic_onboard_flwudk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json","artifactChecksum":"ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d45e3439-bba4-4631-9b18-813915a57166","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f47d27f-dfde-477b-a49d-8653be82ad1c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ea2f5259-0af6-448f-9bc0-3a618a91f457","artifactVersion":"2","generatedFromUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFlwudk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml","artifactChecksum":"MDk4ODRiZjQ2ZjgxMzhiYjYyYjdkMDAzZGYyNTc2MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"589963b3-da11-4d3e-b9e4-5adee2b92999","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFlwudk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar","artifactChecksum":"ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f8f74d7f-c5f7-425e-a01c-0a969b83b0dc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T05:53:07.831Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:53:07.831Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:53:07.831Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:53:07.831Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:53:08.833Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:53:08.833Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:53:08.833Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:53:08.833Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:53:08.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:53:08.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501080817,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T05:53:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:53:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:53:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:53:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:53:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:53:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:53:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:53:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:53:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:53:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:53:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:53:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:53:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:53:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:53:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:53:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:53:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:53:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:53:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:53:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:53:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:53:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:53:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:53:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:53:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:53:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:53:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501090230,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:53:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:53:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:53:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501092051,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T05:53:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:53:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:53:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501123322,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T05:53:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:53:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:53:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:53:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:53:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:53:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T05:53:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:53:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:53:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-03T05:53:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:53:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:53:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:53:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:53:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:53:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-03T05:53:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:53:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:53:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:53:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:53:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:53:08.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680500625456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:53:08.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:53:08.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:53:08.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501131746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:53:08.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:53:08.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:53:08.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501133873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:53:08.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:53:08.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:53:08.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501134977,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:53:08.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:53:08.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:53:08.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501136067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:53:08.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:53:08.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:53:08.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501137236,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-03T05:53:08.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:53:08.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:53:08.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501138237,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-04-03T05:53:08.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:53:08.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:53:08.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501139239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-04-03T05:53:08.841Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:53:08.841Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:53:08.841Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501140240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T05:53:08.841Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:53:08.841Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:53:08.841Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501171518,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T05:53:08.841Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:53:08.841Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:53:08.841Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:53:08.841Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:53:09.835Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:53:09.835Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:53:09.835Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:53:09.835Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:53:10.837Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:53:10.837Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:53:10.837Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:53:10.837Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:53:11.838Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:53:11.838Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:53:11.838Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:53:11.839Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:53:12.839Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:53:12.840Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:53:12.840Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:53:12.840Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:53:13.841Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:53:13.841Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:53:13.841Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:53:13.841Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:53:14.842Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "serviceName": "basic_onboard_FLWUdk",
  "serviceVersion": "1.0",
  "serviceUUID": "19ebdf40-c64a-481d-8a8f-8b59c9326af3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2bac4cbd-5db1-4650-9def-8fec2ad66681",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_FLWUdk 0",
      "resourceCustomizationUUID": "4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf",
      "resourceName": "basic_onboard_FLWUdk",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dac3165c-a204-413f-adbe-704623ed23b4",
      "resourceInvariantUUID": "d53cee2e-031e-415a-8fae-95f51faf2e70",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_flwudk0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
          "artifactChecksum": "ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d45e3439-bba4-4631-9b18-813915a57166",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
            "generatedFromUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardFlwudk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
      "artifactChecksum": "ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f8f74d7f-c5f7-425e-a01c-0a969b83b0dc"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T05:53:14.843Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T05:53:14.843Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC
2023-04-03T05:53:14.843Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:67140925-3a6f-407a-959c-109e177260de
ServiceName:basic_onboard_FLWUdk
ServiceVersion:1.0
ServiceUUID:19ebdf40-c64a-481d-8a8f-8b59c9326af3
ServiceInvariantUUID:2bac4cbd-5db1-4650-9def-8fec2ad66681
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFlwudk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
ArtifactUUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc
ArtifactChecksum:ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_FLWUdk 0
ResourceCustomizationUUID:4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf
ResourceInvariantUUID:d53cee2e-031e-415a-8fae-95f51faf2e70
ResourceName:basic_onboard_FLWUdk
ResourceType:VF
ResourceUUID:dac3165c-a204-413f-adbe-704623ed23b4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_flwudk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
ArtifactUUID:d45e3439-bba4-4631-9b18-813915a57166
ArtifactChecksum:ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ=
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:01129bd9-4e3f-4f2f-92c1-083f0cfccae5
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T05:53:14.843Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:53:14.907Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:53:14.908Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:53:14.908Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:53:14.908Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f8f74d7f-c5f7-425e-a01c-0a969b83b0dc from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T05:53:14.908Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-03T05:53:14.908Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T05:53:14.941Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-03T05:53:14.942Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@19c9ab5c
2023-04-03T05:53:14.942Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T05:53:14.942Z|67140925-3a6f-407a-959c-109e177260de|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": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T05:53:14.942Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardFlwudk-csar.csar /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar f8f74d7f-c5f7-425e-a01c-0a969b83b0dc Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T05:53:14.942Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar ASDC sendASDCNotification
2023-04-03T05:53:14.942Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(Specified artifact is  not found)
2023-04-03T05:53:14.943Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T05:53:14.943Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:53:14.943Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:53:14.943Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501194942,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:53:15.944Z|67140925-3a6f-407a-959c-109e177260de|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-BasicOnboardFlwudk-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(UUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-04-03T05:53:15.957Z|67140925-3a6f-407a-959c-109e177260de|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-04-03T05:53:15.957Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T05:53:15.961Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||basic_onboard_FLWUdk 0
2023-04-03T05:53:15.961Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
2023-04-03T05:53:15.961Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d45e3439-bba4-4631-9b18-813915a57166 from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T05:53:15.961Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-03T05:53:15.961Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T05:53:15.980Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||GET Response Status 404
2023-04-03T05:53:15.980Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6b7496c0
2023-04-03T05:53:15.980Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T05:53:15.980Z|67140925-3a6f-407a-959c-109e177260de|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": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T05:53:15.980Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_flwudk0_modules.json /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json d45e3439-bba4-4631-9b18-813915a57166 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T05:53:15.981Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json ASDC sendASDCNotification
2023-04-03T05:53:15.981Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(Specified artifact is  not found)
2023-04-03T05:53:15.981Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T05:53:15.981Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:53:15.981Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:53:15.981Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501195981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:53:16.982Z|67140925-3a6f-407a-959c-109e177260de|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_flwudk0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(UUID:d45e3439-bba4-4631-9b18-813915a57166)
Error message 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-04-03T05:53:16.982Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:53:17.008Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:53:17.012Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:53:17.013Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:53:47.013Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:53:47.038Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:53:47.043Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:53:47.043Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:54:07.773Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:54:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:54:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T05:54:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:54:17.043Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:54:17.070Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:54:17.074Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:54:17.074Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:54:47.074Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:54:47.100Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:54:47.105Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:54:47.105Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:55:07.773Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:55:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:55:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-03T05:55:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:55:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:55:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:55:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:55:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:55:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-03T05:55:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:55:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:55:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:55:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:55:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:55:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:55:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:55:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:55:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501194942,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T05:55:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:55:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:55:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501195981,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T05:55:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:55:17.105Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:55:17.127Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:55:17.131Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:55:17.131Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:55:47.132Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:55:47.166Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:55:47.171Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:55:47.171Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:56:07.773Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:56:17.171Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:56:17.196Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:56:17.200Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:56:17.201Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:56:47.201Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:56:47.229Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:56:47.234Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:56:47.235Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:57:07.773Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:57:17.235Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:57:17.267Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:57:17.272Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:57:17.272Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:57:40.735Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:57:40.735Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680501415535,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:57:40.736Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:57:47.273Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:57:47.302Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:57:47.307Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T05:57:47.307Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T05:58:07.773Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:58:07.774Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:58:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680501446955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:58:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:58:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:58:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680501449175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:58:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:58:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:58:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680501457711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:58:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:58:07.891Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T05:58:07.892Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Member SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-0ec6c7d9-8006-4660-b00d-b70656d94d2b 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-04-03T05:58:07.892Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-03T05:58:07.893Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-03T05:58:08.631Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:58:11.640Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:58:14.657Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:58:17.307Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-03T05:58:17.307Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67140925-3a6f-407a-959c-109e177260de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T05:58:17.320Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67140925-3a6f-407a-959c-109e177260de and serviceModelVersionId: 19ebdf40-c64a-481d-8a8f-8b59c9326af3
2023-04-03T05:58:17.320Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2bac4cbd-5db1-4650-9def-8fec2ad66681
2023-04-03T05:58:17.321Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0
2023-04-03T05:58:17.328Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T05:58:17.348Z|67140925-3a6f-407a-959c-109e177260de|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/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T05:58:17.349Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||Invoke
2023-04-03T05:58:17.356Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-03T05:58:17.514Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||InvokeReturn
2023-04-03T05:58:17.515Z|67140925-3a6f-407a-959c-109e177260de|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/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 05:58:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[376920], x-aai-txid=[2-aai-resources-230403-05:58:17:365-14332], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T05:58:17.515Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T05:58:17.515Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T05:58:17.515Z|67140925-3a6f-407a-959c-109e177260de|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-04-03T05:58:17.520Z|67140925-3a6f-407a-959c-109e177260de|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-04-03T05:58:17.521Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67140925-3a6f-407a-959c-109e177260de and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-03T05:58:17.521Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-03T05:58:17.521Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:58:17.521Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:58:17.521Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501497521,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:58:17.666Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:58:18.546Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:58:18.546Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"1ba6c437-f06e-4cf5-971b-291d0684a066","serviceName":"vFW 2023-04-03 04-26-19","serviceVersion":"1.0","serviceUUID":"1d95d522-2e0f-4343-9cc1-c8057874e1a7","serviceDescription":"catalog service description","serviceInvariantUUID":"8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38","resources":[{"resourceInstanceName":"vFW 8e02d361-5433 0","resourceName":"vFW 8e02d361-5433","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6acdd6c7-fab4-4f67-9353-504622dd5512","resourceInvariantUUID":"38e6e99e-de44-4a71-b00e-d6a14e39c0d0","resourceCustomizationUUID":"c8134348-724c-4ac8-8b4e-b4601205c1d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml","artifactChecksum":"MTlhZWVmMDU3OWZkMjU2Njk5YWMzZWI4YTk1YzgwZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6a0a1ac1-1076-4d05-be3a-49fee5f34737","artifactVersion":"1"},{"artifactName":"vfw8e02d36154330_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json","artifactChecksum":"NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"476a91f6-7739-4473-b109-ebba85512af9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml","artifactChecksum":"MDJmNmQ4NzA3YTZmNDA2MDA0ZDU4MTRiOGFlN2Q2Mjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b38e7060-1448-4d85-8cdf-3a929672567e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"966ecea8-9af0-46aa-8d5d-3895d9686ba8","artifactVersion":"2","generatedFromUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230403042619-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml","artifactChecksum":"MGZlMGI4Zjc5NjcxZjg2N2I1Y2I2NWUyNTVjYjIzNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1540bab5-1751-409a-b2de-7a325f5eb69d","artifactVersion":"1"},{"artifactName":"service-Vfw20230403042619-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar","artifactChecksum":"ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"284a7ed8-be7f-4a31-9f04-d5e7b63fe142","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T05:58:18.546Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:58:18.547Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:58:18.547Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:58:18.547Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:58:19.547Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:58:19.548Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:58:19.548Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:58:19.548Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:58:20.549Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:58:20.549Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:58:20.550Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:58:20.550Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:58:20.674Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:58:21.550Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:58:21.551Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:58:21.551Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:58:21.551Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:58:22.552Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:58:22.552Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:58:22.552Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:58:22.552Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:58:23.553Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:58:23.553Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:58:23.554Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:58:23.554Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:58:23.683Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:58:24.555Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:58:24.555Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:58:24.555Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:58:24.555Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:58:25.557Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "serviceName": "vFW 2023-04-03 04-26-19",
  "serviceVersion": "1.0",
  "serviceUUID": "1d95d522-2e0f-4343-9cc1-c8057874e1a7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38",
  "resources": [
    {
      "resourceInstanceName": "vFW 8e02d361-5433 0",
      "resourceCustomizationUUID": "c8134348-724c-4ac8-8b4e-b4601205c1d5",
      "resourceName": "vFW 8e02d361-5433",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6acdd6c7-fab4-4f67-9353-504622dd5512",
      "resourceInvariantUUID": "38e6e99e-de44-4a71-b00e-d6a14e39c0d0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8e02d36154330_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
          "artifactChecksum": "NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "476a91f6-7739-4473-b109-ebba85512af9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
            "generatedFromUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230403042619-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
      "artifactChecksum": "ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "284a7ed8-be7f-4a31-9f04-d5e7b63fe142"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T05:58:25.557Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T05:58:25.557Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC
2023-04-03T05:58:25.558Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:1ba6c437-f06e-4cf5-971b-291d0684a066
ServiceName:vFW 2023-04-03 04-26-19
ServiceVersion:1.0
ServiceUUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
ServiceInvariantUUID:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230403042619-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
ArtifactUUID:284a7ed8-be7f-4a31-9f04-d5e7b63fe142
ArtifactChecksum:ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8e02d361-5433 0
ResourceCustomizationUUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
ResourceInvariantUUID:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
ResourceName:vFW 8e02d361-5433
ResourceType:VF
ResourceUUID:6acdd6c7-fab4-4f67-9353-504622dd5512
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8e02d36154330_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json
ArtifactUUID:476a91f6-7739-4473-b109-ebba85512af9
ArtifactChecksum:NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI=
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml
ArtifactUUID:62b20843-bd6e-4ffa-9cf5-dfe2585e9862
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T05:58:25.558Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:58:25.612Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:58:25.613Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:58:25.613Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:58:25.613Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 from URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T05:58:25.613Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-03T05:58:25.613Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T05:58:25.909Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-03T05:58:25.912Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 101447
2023-04-03T05:58:25.912Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T05:58:25.913Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T05:58:25.913Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T05:58:25.913Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:58:25.913Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:58:25.913Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501505912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:58:26.693Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:58:26.914Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:58:26.915Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:58:26.915Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142, URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar to file: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:58:26.915Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230403042619-csar.csar
2023-04-03T05:58:26.916Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:58:26.916Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:58:27.076Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16858644214655247052/Definitions/service-Vfw20230403042619-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-04-03T05:58:28.706Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T05:58:28.707Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-03T05:58:28.707Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:58:28.707Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-03T05:58:28.707Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:58:28.707Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-Vfw20230403042619-csar.csar
2023-04-03T05:58:28.707Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:58:28.707Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-Vfw20230403042619-csar.csar
2023-04-03T05:58:28.707Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:58:28.707Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:58:28.707Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-Vfw20230403042619-csar.csar
2023-04-03T05:58:28.707Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:58:28.707Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:58:28.707Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T05:58:28.707Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8e02d361-5433 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-Vfw20230403042619-csar.csar
2023-04-03T05:58:28.707Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-03T05:58:28.707Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:58:28.707Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:58:28.707Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:58:28.708Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-03T05:58:28.708Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T05:58:28.708Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:58:28.708Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:58:28.708Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:58:28.708Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-03T05:58:28.708Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T05:58:28.708Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:58:28.708Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:58:28.708Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:58:28.708Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T05:58:28.708Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:58:28.708Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:58:28.708Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:58:28.709Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:58:28.709Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:58:28.709Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:58:28.709Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:58:28.709Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:58:28.709Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:58:28.709Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:58:28.709Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:58:28.709Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:58:28.709Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:58:28.709Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:58:28.709Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:58:28.709Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T05:58:28.709Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:58:28.709Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T05:58:28.710Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:58:28.710Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:58:28.710Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:58:28.710Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:58:28.710Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:58:28.710Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:58:28.710Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:58:28.710Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T05:58:28.710Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:58:28.710Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:58:28.710Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T05:58:28.710Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:58:28.710Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-03T05:58:28.710Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:58:28.711Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:58:28.711Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:58:28.711Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:58:28.711Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:58:28.711Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:58:28.711Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:58:28.711Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:58:28.711Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:58:28.711Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5ffc881a-26c6-4204-a1d2-ba4d1a62f347
2023-04-03T05:58:28.711Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:58:28.711Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T05:58:28.711Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:58:28.711Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:58:28.711Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:58:28.711Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:58:28.711Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:58:28.711Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:58:28.711Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:58:28.711Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-03T05:58:28.712Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:58:28.712Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:58:28.712Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:58:28.712Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:58:28.712Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
2023-04-03T05:58:28.712Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:58:28.712Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T05:58:28.712Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:58:28.712Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:58:28.712Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:58:28.712Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:58:28.712Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:58:28.712Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:58:28.712Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:58:28.712Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:58:28.712Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:58:28.712Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:58:28.713Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:58:28.713Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-03T05:58:28.713Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=122e325f-2e27-4d48-9a3f-efbc72a34c71
2023-04-03T05:58:28.713Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:58:28.713Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:58:28.713Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:58:28.713Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:58:28.713Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:58:28.713Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:58:28.713Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:58:28.713Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:58:28.713Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-03 04-26-19
Description:catalog service description
Model UUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
Model Version:NULL
Model InvariantUuid:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8e02d361-5433
Model UUID:47d4862e-1a6e-4dae-9653-99928c24d602
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cde9fb02-b9a2-4c60-9c16-09798dbb426d
ModelName:Vfw8e02d3615433..base_vfw..module-0
ModelUuid:6455b1ae-49c2-4d62-8cfb-2a21c47b6279
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5ffc881a-26c6-4204-a1d2-ba4d1a62f347
ModelInvariantUuid:7e3cea96-7596-4528-9dfb-591d1405d3a3
ModelName:vFW 8e02d361-5433-nodes.vfwCvfc
ModelUuid:756475be-46b0-4af1-9b47-3051a8f60749
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:082e0945-8a5f-423d-8d6d-a828b35abcfb
ModelInvariantUuid:b465ff3b-5bff-4c01-8015-9a6983208da2
ModelName:Vfw8e02d3615433.compute.nodes.heat.vfw
ModelUuid:79b898ee-37ad-4e21-a0c4-244ae0393f4e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
ModelInvariantUuid:7ca98905-f86a-4518-bbb0-9bfbc9cb899c
ModelName:vFW 8e02d361-5433-nodes.vsnCvfc
ModelUuid:d550497c-377e-420a-b821-53296abc0905
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8d40a476-40b7-4511-b338-57d6275036c1
ModelInvariantUuid:d1f91f15-5937-45d6-aa49-dd806b16d46a
ModelName:Vfw8e02d3615433.compute.nodes.heat.vsn
ModelUuid:4983761a-7d0f-41cc-981e-225a831f6b16
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:122e325f-2e27-4d48-9a3f-efbc72a34c71
ModelInvariantUuid:506f7d29-0459-42b4-a53f-aaea27378297
ModelName:vFW 8e02d361-5433-nodes.vpgCvfc
ModelUuid:78065023-194b-4fca-99d6-23e702ead165
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:97f360b6-9db5-41fa-ac2b-da7a01872868
ModelInvariantUuid:427fbd83-51f4-4c81-ba9e-90d3b0aa9915
ModelName:Vfw8e02d3615433.compute.nodes.heat.vpg
ModelUuid:d5bc98b6-ccee-4a42-aeac-9b5dd51b7f56
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-04-03T05:58:28.747Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||ERROR|500||Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists
2023-04-03T05:58:28.747Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T05:58:28.747Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists)
2023-04-03T05:58:28.747Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T05:58:28.747Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:58:28.747Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:58:28.747Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501508747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:58:29.722Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:58:29.748Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T05:58:29.749Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists)
2023-04-03T05:58:29.749Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T05:58:29.749Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:58:29.749Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:58:29.749Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501509748,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:58:30.751Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:58:30.780Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:58:30.784Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T05:58:30.785Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T05:58:30.785Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T05:58:30.785Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T05:58:30.785Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:58:30.785Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:58:30.785Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:58:30.785Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:58:30.785Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-04-03T05:58:30.801Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T05:58:32.730Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:58:35.738Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:58:38.747Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:58:41.756Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:58:44.765Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:58:47.774Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:58:50.783Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:58:53.792Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:58:56.801Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:58:59.809Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:59:00.801Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T05:59:00.815Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and serviceModelVersionId: 1d95d522-2e0f-4343-9cc1-c8057874e1a7
2023-04-03T05:59:00.815Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
2023-04-03T05:59:00.816Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0
2023-04-03T05:59:00.823Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T05:59:00.850Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T05:59:00.852Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||Invoke
2023-04-03T05:59:00.865Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T05:59:01.013Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||InvokeReturn
2023-04-03T05:59:01.013Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 05:59:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[241720], x-aai-txid=[2-aai-resources-230403-05:59:00:874-66494], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T05:59:01.013Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T05:59:01.013Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T05:59:01.013Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-04-03T05:59:01.022Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-04-03T05:59:01.022Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ba6c437-f06e-4cf5-971b-291d0684a066 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T05:59:01.022Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T05:59:01.022Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:59:01.022Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:59:01.022Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501541022,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:59:02.050Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:59:02.051Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"2a7eda29-9989-4138-bd46-cca320902689","serviceName":"vFW 2023-04-03 05-26-46","serviceVersion":"1.0","serviceUUID":"c608ba70-262e-4e6c-a5ac-a662dc3a40ae","serviceDescription":"catalog service description","serviceInvariantUUID":"2ab16a21-98dc-4b45-bfdd-8202f50de2ef","resources":[{"resourceInstanceName":"vFW 9788de87-67a5 0","resourceName":"vFW 9788de87-67a5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a3eb70d2-577c-4ec5-a10e-227de41ce2e3","resourceInvariantUUID":"ceba352d-9b2d-4bfc-8c8e-3e4c94004a14","resourceCustomizationUUID":"cb88b717-d4c9-49ee-bd40-a092f617a26a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml","artifactChecksum":"M2QwMzBkMmFmYzVmMGNlNzYwNjVlM2JjY2Q2MWMzNzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1379996f-64e2-4052-8a4c-cfd918e3bbba","artifactVersion":"1"},{"artifactName":"vfw9788de8767a50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json","artifactChecksum":"M2I0ZWZhOTk5OWY2ZjFiZDA4NmRmYTgzZDUyMjAwMGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0a3c8d72-899d-404d-9ec3-4a9aa9370a01","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"332f6cea-661b-44e7-8418-999a7faa362d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml","artifactChecksum":"OGZlY2NhMDljNGY1ZGRmNGU3ODJjMmE0YzljMzc0NWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b04aefc1-451c-483d-afaf-23a3c7bf28e6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5a4d096b-2ade-46d5-9e0a-f464972a54b7","artifactVersion":"2","generatedFromUUID":"332f6cea-661b-44e7-8418-999a7faa362d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230403052646-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml","artifactChecksum":"ZmQ5ODc5MTViY2Y5OWExMzk4ZjMwYjdjY2E1YThiZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"feeb6917-dcdc-4eff-be5b-8abdd320af8d","artifactVersion":"1"},{"artifactName":"service-Vfw20230403052646-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar","artifactChecksum":"NWRmYWJmOGUyMDRkODNmODM4MTlmMTE1YmFmNjQyZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5d50b584-a760-415f-b165-b06ef6b1f1e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T05:59:02.051Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:59:02.051Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:59:02.051Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:59:02.051Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:59:02.818Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:59:03.052Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:59:03.053Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:59:03.053Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:59:03.053Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:59:04.054Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:59:04.054Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:59:04.054Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:59:04.054Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:59:05.055Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:59:05.055Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:59:05.055Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:59:05.056Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:59:05.827Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T05:59:06.056Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:59:06.057Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:59:06.057Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:59:06.057Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:59:07.058Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:59:07.059Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:59:07.059Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:59:07.059Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:59:07.773Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:59:07.788Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:59:07.788Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T05:59:07.795Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=30, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T05:59:07.795Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 30: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-03T05:59:07.810Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=30, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T05:59:07.811Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:59:07.811Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T05:59:07.813Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:59:07.813Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:59:07.813Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:59:07.814Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=688, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T05:59:07.814Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T05:59:07.814Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T05:59:08.060Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:59:08.060Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:59:08.061Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:59:08.061Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:59:08.830Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.831Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680501415535,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.831Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680501446955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680501457711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680501449175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680501446955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680501415535,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680501457711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680501449175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680501446955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680501457711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680501415535,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680501449175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680501446955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680501457711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680501415535,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680501449175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "aai-model-loader",
  "timestamp": 1680501465778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680501446955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680501415535,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680501457711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-04-03T05:59:08.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680501449175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680501465429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "aai-model-loader",
  "timestamp": 1680501465778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680501415535,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680501446955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.838Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680501457711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680501449175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680501465429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.839Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "aai-model-loader",
  "timestamp": 1680501465778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680501446955,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:59:08.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680501415535,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:59:08.840Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.841Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.841Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680501457711,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.841Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.841Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.841Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680501449175,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:59:08.841Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.841Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.841Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680501465429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.841Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.842Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.842Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "aai-model-loader",
  "timestamp": 1680501465778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.842Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.842Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.842Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680501469208,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:59:08.842Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.842Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680501468617,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:59:08.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680501465429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "aai-model-loader",
  "timestamp": 1680501465778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680501469623,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T05:59:08.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.844Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.844Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680501465429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.844Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.844Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.844Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "aai-model-loader",
  "timestamp": 1680501465778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.844Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.845Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.845Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680501470625,
  "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-04-03T05:59:08.886Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 96176ffb-93a7-4469-ba17-beb529a16739
2023-04-03T05:59:08.886Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96176ffb-93a7-4469-ba17-beb529a16739 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-04-03T05:59:08.908Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.908Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680501465429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.908Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.908Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.908Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "aai-model-loader",
  "timestamp": 1680501465778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.908Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.908Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.908Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680501465429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.908Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.908Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.909Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "aai-model-loader",
  "timestamp": 1680501465778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:59:08.909Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.909Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.909Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680501465429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:59:08.909Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.909Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.909Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "aai-model-loader",
  "timestamp": 1680501473919,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:59:08.909Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.909Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.909Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680501474224,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:59:08.909Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.909Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.909Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680501475974,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T05:59:08.909Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.909Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.909Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680501476980,
  "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-04-03T05:59:08.921Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 96176ffb-93a7-4469-ba17-beb529a16739
2023-04-03T05:59:08.921Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96176ffb-93a7-4469-ba17-beb529a16739 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-04-03T05:59:08.942Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.942Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "aai-model-loader",
  "timestamp": 1680501477714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T05:59:08.942Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.942Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.942Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "aai-model-loader",
  "timestamp": 1680501478717,
  "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-04-03T05:59:08.955Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 96176ffb-93a7-4469-ba17-beb529a16739
2023-04-03T05:59:08.955Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96176ffb-93a7-4469-ba17-beb529a16739 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-04-03T05:59:08.978Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.978Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501497521,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-03T05:59:08.978Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.978Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.979Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.979Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.979Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.979Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T05:59:08.979Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.979Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.979Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-03T05:59:08.979Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.979Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.979Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.980Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.980Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.980Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-03T05:59:08.980Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.980Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.980Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.981Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.981Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.981Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:59:08.981Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.981Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.981Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501505912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T05:59:08.981Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.981Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.981Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501508747,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
}
2023-04-03T05:59:08.981Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.981Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.981Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501509748,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
}
2023-04-03T05:59:08.982Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.982Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.982Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501541022,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T05:59:08.982Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.982Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.982Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.982Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.982Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.982Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T05:59:08.982Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.983Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.983Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-03T05:59:08.983Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.983Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.983Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.983Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.983Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.983Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-03T05:59:08.983Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.983Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.984Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T05:59:08.984Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:08.984Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T05:59:08.984Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T05:59:08.984Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T05:59:09.062Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "serviceName": "vFW 2023-04-03 05-26-46",
  "serviceVersion": "1.0",
  "serviceUUID": "c608ba70-262e-4e6c-a5ac-a662dc3a40ae",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2ab16a21-98dc-4b45-bfdd-8202f50de2ef",
  "resources": [
    {
      "resourceInstanceName": "vFW 9788de87-67a5 0",
      "resourceCustomizationUUID": "cb88b717-d4c9-49ee-bd40-a092f617a26a",
      "resourceName": "vFW 9788de87-67a5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a3eb70d2-577c-4ec5-a10e-227de41ce2e3",
      "resourceInvariantUUID": "ceba352d-9b2d-4bfc-8c8e-3e4c94004a14",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw9788de8767a50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
          "artifactChecksum": "M2I0ZWZhOTk5OWY2ZjFiZDA4NmRmYTgzZDUyMjAwMGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0a3c8d72-899d-404d-9ec3-4a9aa9370a01",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "332f6cea-661b-44e7-8418-999a7faa362d",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5a4d096b-2ade-46d5-9e0a-f464972a54b7",
            "generatedFromUUID": "332f6cea-661b-44e7-8418-999a7faa362d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5a4d096b-2ade-46d5-9e0a-f464972a54b7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230403052646-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
      "artifactChecksum": "NWRmYWJmOGUyMDRkODNmODM4MTlmMTE1YmFmNjQyZmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5d50b584-a760-415f-b165-b06ef6b1f1e8"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T05:59:09.062Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T05:59:09.062Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c608ba70-262e-4e6c-a5ac-a662dc3a40ae ASDC
2023-04-03T05:59:09.063Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:2a7eda29-9989-4138-bd46-cca320902689
ServiceName:vFW 2023-04-03 05-26-46
ServiceVersion:1.0
ServiceUUID:c608ba70-262e-4e6c-a5ac-a662dc3a40ae
ServiceInvariantUUID:2ab16a21-98dc-4b45-bfdd-8202f50de2ef
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230403052646-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
ArtifactUUID:5d50b584-a760-415f-b165-b06ef6b1f1e8
ArtifactChecksum:NWRmYWJmOGUyMDRkODNmODM4MTlmMTE1YmFmNjQyZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9788de87-67a5 0
ResourceCustomizationUUID:cb88b717-d4c9-49ee-bd40-a092f617a26a
ResourceInvariantUUID:ceba352d-9b2d-4bfc-8c8e-3e4c94004a14
ResourceName:vFW 9788de87-67a5
ResourceType:VF
ResourceUUID:a3eb70d2-577c-4ec5-a10e-227de41ce2e3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9788de8767a50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json
ArtifactUUID:0a3c8d72-899d-404d-9ec3-4a9aa9370a01
ArtifactChecksum:M2I0ZWZhOTk5OWY2ZjFiZDA4NmRmYTgzZDUyMjAwMGI=
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/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml
ArtifactUUID:332f6cea-661b-44e7-8418-999a7faa362d
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/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env
ArtifactUUID:5a4d096b-2ade-46d5-9e0a-f464972a54b7
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/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env
ArtifactUUID:5a4d096b-2ade-46d5-9e0a-f464972a54b7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T05:59:09.063Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c608ba70-262e-4e6c-a5ac-a662dc3a40ae ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:59:09.118Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:59:09.118Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:59:09.118Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:59:09.118Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 from URL: /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
2023-04-03T05:59:09.118Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-03T05:59:09.118Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
2023-04-03T05:59:09.450Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-03T05:59:09.453Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar 5d50b584-a760-415f-b165-b06ef6b1f1e8 101394
2023-04-03T05:59:09.453Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar ASDC sendASDCNotification
2023-04-03T05:59:09.453Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
2023-04-03T05:59:09.453Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T05:59:09.454Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:59:09.454Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:59:09.454Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501549453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:59:10.455Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:59:10.455Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:59:10.455Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8, URL: /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar to file: /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:59:10.457Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230403052646-csar.csar
2023-04-03T05:59:10.457Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:59:10.458Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:59:10.624Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3487947911641234901/Definitions/service-Vfw20230403052646-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-03T05:59:12.215Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T05:59:12.216Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-03T05:59:12.216Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:59:12.216Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-03T05:59:12.216Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:59:12.216Z|2a7eda29-9989-4138-bd46-cca320902689|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-Vfw20230403052646-csar.csar
2023-04-03T05:59:12.216Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:59:12.216Z|2a7eda29-9989-4138-bd46-cca320902689|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-Vfw20230403052646-csar.csar
2023-04-03T05:59:12.216Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:59:12.217Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:59:12.217Z|2a7eda29-9989-4138-bd46-cca320902689|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-Vfw20230403052646-csar.csar
2023-04-03T05:59:12.217Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:59:12.217Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:59:12.217Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9788de87-67a5 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-Vfw20230403052646-csar.csar
2023-04-03T05:59:12.217Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T05:59:12.217Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-03T05:59:12.217Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:59:12.217Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:59:12.217Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T05:59:12.217Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-03T05:59:12.217Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T05:59:12.217Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:59:12.217Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:59:12.218Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T05:59:12.218Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-03T05:59:12.218Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T05:59:12.218Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:59:12.218Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:59:12.218Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:59:12.218Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T05:59:12.218Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:59:12.218Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:59:12.218Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:59:12.218Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:59:12.218Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:59:12.218Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:59:12.218Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:59:12.218Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:59:12.219Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:59:12.219Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:59:12.219Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:59:12.219Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:59:12.219Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:59:12.219Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:59:12.219Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:59:12.219Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T05:59:12.219Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:59:12.219Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T05:59:12.219Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:59:12.219Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T05:59:12.219Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:59:12.219Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:59:12.220Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T05:59:12.220Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:59:12.220Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:59:12.220Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T05:59:12.220Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T05:59:12.220Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:59:12.220Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T05:59:12.220Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:59:12.220Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:59:12.220Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-03T05:59:12.220Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:59:12.220Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:59:12.220Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:59:12.220Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:59:12.220Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:59:12.221Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:59:12.221Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:59:12.221Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:59:12.221Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a430e9fd-041a-42d8-b147-c518cfc20c03
2023-04-03T05:59:12.221Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:59:12.221Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T05:59:12.221Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:59:12.221Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:59:12.221Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:59:12.221Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:59:12.221Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:59:12.221Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:59:12.221Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:59:12.221Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-03T05:59:12.221Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T05:59:12.221Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T05:59:12.222Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T05:59:12.222Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:59:12.222Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ab73571b-7798-4ba9-977b-2137a4ccef6a
2023-04-03T05:59:12.222Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:59:12.222Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T05:59:12.222Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T05:59:12.222Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T05:59:12.222Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T05:59:12.222Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:59:12.222Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T05:59:12.222Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T05:59:12.222Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T05:59:12.222Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T05:59:12.222Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T05:59:12.223Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T05:59:12.223Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T05:59:12.223Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-03T05:59:12.223Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=16305da0-f57a-4b01-82d2-de9f0140b769
2023-04-03T05:59:12.223Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:59:12.223Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:59:12.223Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:59:12.223Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:59:12.223Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:59:12.223Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:59:12.223Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:59:12.223Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:59:12.223Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-03 05-26-46
Description:catalog service description
Model UUID:c608ba70-262e-4e6c-a5ac-a662dc3a40ae
Model Version:NULL
Model InvariantUuid:2ab16a21-98dc-4b45-bfdd-8202f50de2ef
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 9788de87-67a5
Model UUID:565afa59-b03d-48f0-93f9-012885fc7424
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ceba352d-9b2d-4bfc-8c8e-3e4c94004a14
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cb88b717-d4c9-49ee-bd40-a092f617a26a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:85136328-f095-47bb-bc1c-43a61975e49b
ModelName:Vfw9788de8767a5..base_vfw..module-0
ModelUuid:825a363c-eea9-4145-a6e9-00dc45aa43e4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a430e9fd-041a-42d8-b147-c518cfc20c03
ModelInvariantUuid:e4c62a9b-09a1-467b-bf7a-6e2eb5d52103
ModelName:vFW 9788de87-67a5-nodes.vfwCvfc
ModelUuid:04f5a6c2-5ed2-452d-bc04-b56dbdc1259a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:39b4f3bc-fb2c-49b5-beb6-0eb321eb4892
ModelInvariantUuid:8fd280ad-9d22-4c16-abe3-bfe12fedac79
ModelName:Vfw9788de8767a5.compute.nodes.heat.vfw
ModelUuid:4d8679d6-a308-49ad-8d75-0fe570cc9e12
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ab73571b-7798-4ba9-977b-2137a4ccef6a
ModelInvariantUuid:2e7cac4b-1a60-4ea2-a2ce-1ec4f00fb9bb
ModelName:vFW 9788de87-67a5-nodes.vsnCvfc
ModelUuid:1c97fb47-a071-4a26-83fa-f699107d14c1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b1ad0e7f-19b7-4fd9-ba6a-f94020f801de
ModelInvariantUuid:70018cf0-0e4c-42ef-83c7-538284785f9f
ModelName:Vfw9788de8767a5.compute.nodes.heat.vsn
ModelUuid:9bcc28a2-9d7d-425e-9f60-3eca4a7cc3f1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:16305da0-f57a-4b01-82d2-de9f0140b769
ModelInvariantUuid:48951810-a0e3-4e18-8b24-d7da77221b02
ModelName:vFW 9788de87-67a5-nodes.vpgCvfc
ModelUuid:4a32a8a1-548b-4963-96ed-4fe7a6d6a0a4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e2881614-1550-491b-98ce-b4973170b2be
ModelInvariantUuid:abf9146c-dc4f-4fe9-b92b-4d2a6c633a6b
ModelName:Vfw9788de8767a5.compute.nodes.heat.vpg
ModelUuid:1738041d-46dd-41ff-ab54-1107d8a343d4
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-04-03T05:59:12.256Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||ERROR|500||Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists
2023-04-03T05:59:12.256Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar ASDC sendASDCNotification
2023-04-03T05:59:12.256Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar(Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists)
2023-04-03T05:59:12.256Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T05:59:12.256Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:59:12.256Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:59:12.256Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501552256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:59:13.257Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar ASDC sendASDCNotification
2023-04-03T05:59:13.258Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar(Resource with UUID: a3eb70d2-577c-4ec5-a10e-227de41ce2e3 already exists)
2023-04-03T05:59:13.258Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T05:59:13.259Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:59:13.259Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:59:13.259Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501553257,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a3eb70d2-577c-4ec5-a10e-227de41ce2e3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:59:14.260Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a7eda29-9989-4138-bd46-cca320902689
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:59:14.287Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a7eda29-9989-4138-bd46-cca320902689
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:59:14.293Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T05:59:14.293Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T05:59:14.293Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T05:59:14.293Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T05:59:14.293Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:59:14.293Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:59:14.294Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:59:14.294Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:59:14.294Z|2a7eda29-9989-4138-bd46-cca320902689|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-04-03T05:59:14.309Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T05:59:44.309Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a7eda29-9989-4138-bd46-cca320902689 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T05:59:44.319Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a7eda29-9989-4138-bd46-cca320902689 and serviceModelVersionId: c608ba70-262e-4e6c-a5ac-a662dc3a40ae
2023-04-03T05:59:44.319Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2ab16a21-98dc-4b45-bfdd-8202f50de2ef
2023-04-03T05:59:44.320Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0
2023-04-03T05:59:44.326Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T05:59:44.348Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|INFO|500||Invoke
2023-04-03T05:59:44.348Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2a7eda29-9989-4138-bd46-cca320902689], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7c8272f8-497a-4a3a-bc43-d2545360d03b], X-ECOMP-RequestID=[2a7eda29-9989-4138-bd46-cca320902689], X-TransactionId=[], X-ONAP-RequestID=[2a7eda29-9989-4138-bd46-cca320902689], Content-Type=[application/merge-patch+json]}
2023-04-03T05:59:44.356Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T05:59:44.509Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 05:59:44 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[176360], x-aai-txid=[1-aai-resources-230403-05:59:44:367-53004], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T05:59:44.510Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T05:59:44.511Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|INFO|500||InvokeReturn
2023-04-03T05:59:44.512Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T05:59:44.512Z|2a7eda29-9989-4138-bd46-cca320902689|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-04-03T05:59:44.520Z|2a7eda29-9989-4138-bd46-cca320902689|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-04-03T05:59:44.520Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a7eda29-9989-4138-bd46-cca320902689 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T05:59:44.520Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T05:59:44.521Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:59:44.521Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:59:44.521Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501584520,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:59:45.548Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T05:59:45.548Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1","serviceDescription":"service","serviceInvariantUUID":"a8e681f8-62e7-4d21-a5fa-dd60cbb7513e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"787af5c5-551e-4c25-b892-328c28277d94","resourceInvariantUUID":"cea6a232-8209-455d-b5b5-1ece29cf9aa9","resourceCustomizationUUID":"9606c9a9-94b4-499d-9e81-5800185e52f1","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":"NWQxOGZiNThkMjQyNGNlZGFlZjZjMGQ4ZjZhOTFiNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0461aead-9859-48ab-bafc-209cf2891a47","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NzcxYmY2ZmUyODYxN2M4NzdmYWE0N2YyZDQwN2U5MDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bacef586-115d-40b1-b3e1-5b20cbbe15e7","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T05:59:45.550Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:59:45.550Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:59:45.551Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:59:45.551Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:59:46.552Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T05:59:46.553Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:59:46.553Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:59:46.553Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:59:47.555Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a8e681f8-62e7-4d21-a5fa-dd60cbb7513e",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "9606c9a9-94b4-499d-9e81-5800185e52f1",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "787af5c5-551e-4c25-b892-328c28277d94",
      "resourceInvariantUUID": "cea6a232-8209-455d-b5b5-1ece29cf9aa9",
      "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": "NzcxYmY2ZmUyODYxN2M4NzdmYWE0N2YyZDQwN2U5MDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bacef586-115d-40b1-b3e1-5b20cbbe15e7"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T05:59:47.556Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T05:59:47.556Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1 ASDC
2023-04-03T05:59:47.557Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1
ServiceInvariantUUID:a8e681f8-62e7-4d21-a5fa-dd60cbb7513e
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:bacef586-115d-40b1-b3e1-5b20cbbe15e7
ArtifactChecksum:NzcxYmY2ZmUyODYxN2M4NzdmYWE0N2YyZDQwN2U5MDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9606c9a9-94b4-499d-9e81-5800185e52f1
ResourceInvariantUUID:cea6a232-8209-455d-b5b5-1ece29cf9aa9
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:787af5c5-551e-4c25-b892-328c28277d94
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-03T05:59:47.557Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T05:59:47.606Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:59:47.607Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:59:47.607Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:59:47.607Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-03T05:59:47.607Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-03T05:59:47.608Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|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-04-03T05:59:47.943Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-03T05:59:47.944Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar bacef586-115d-40b1-b3e1-5b20cbbe15e7 57783
2023-04-03T05:59:47.944Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-03T05:59:47.944Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-03T05:59:47.945Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T05:59:47.945Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:59:47.945Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:59:47.945Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501587944,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:59:48.946Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T05:59:48.947Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T05:59:48.947Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T05:59:48.947Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-03T05:59:48.948Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T05:59:48.948Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T05:59:49.037Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9170701402374593375/Definitions/service-BasicNetwork-template.yml
2023-04-03T05:59:49.377Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T05:59:49.377Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-03T05:59:49.377Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T05:59:49.377Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-03T05:59:49.377Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T05:59:49.377Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T05:59:49.377Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T05:59:49.377Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T05:59:49.377Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T05:59:49.377Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T05:59:49.378Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T05:59:49.378Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T05:59:49.378Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-03T05:59:49.378Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:59:49.378Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:59:49.378Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-03T05:59:49.378Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-03T05:59:49.378Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T05:59:49.378Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:59:49.378Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:59:49.378Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-03T05:59:49.378Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-03T05:59:49.378Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T05:59:49.378Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:59:49.378Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:59:49.379Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:59:49.379Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:59:49.379Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:59:49.379Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:59:49.379Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:59:49.379Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:59:49.379Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T05:59:49.379Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T05:59:49.379Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1
Model Version:NULL
Model InvariantUuid:a8e681f8-62e7-4d21-a5fa-dd60cbb7513e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:cea6a232-8209-455d-b5b5-1ece29cf9aa9
Model UUID:8b34861b-9848-4d7e-a62d-634d34e94099
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:9606c9a9-94b4-499d-9e81-5800185e52f1
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-03T05:59:49.414Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||ERROR|500||Csar with UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 already exists
2023-04-03T05:59:49.414Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|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-04-03T05:59:49.414Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|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: bacef586-115d-40b1-b3e1-5b20cbbe15e7 already exists)
2023-04-03T05:59:49.414Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T05:59:49.414Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:59:49.414Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:59:49.414Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501589414,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:59:50.415Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|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-04-03T05:59:50.416Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|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: 787af5c5-551e-4c25-b892-328c28277d94 already exists)
2023-04-03T05:59:50.416Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T05:59:50.416Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T05:59:50.416Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T05:59:50.416Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501590415,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 787af5c5-551e-4c25-b892-328c28277d94 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T05:59:51.417Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:59:51.446Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T05:59:51.452Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T05:59:51.453Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T05:59:51.453Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T05:59:51.453Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T05:59:51.453Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:59:51.453Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:59:51.454Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:59:51.454Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T05:59:51.454Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|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-04-03T05:59:51.470Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:00:07.773Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:00:07.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T06:00:07.783Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501549453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:00:07.784Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:00:07.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T06:00:07.785Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501552256,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists"
}
2023-04-03T06:00:07.785Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:00:07.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T06:00:07.785Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501553257,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a3eb70d2-577c-4ec5-a10e-227de41ce2e3 already exists"
}
2023-04-03T06:00:07.785Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:00:07.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T06:00:07.786Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501584520,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:00:07.786Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:00:07.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T06:00:07.786Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:00:07.786Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:00:07.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T06:00:07.786Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:00:07.786Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:00:07.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T06:00:07.787Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501587944,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:00:07.787Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:00:07.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T06:00:07.787Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501589414,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 already exists"
}
2023-04-03T06:00:07.787Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:00:07.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T06:00:07.788Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501590415,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 787af5c5-551e-4c25-b892-328c28277d94 already exists"
}
2023-04-03T06:00:07.788Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:00:21.471Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:00:21.485Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02 and serviceModelVersionId: 4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1
2023-04-03T06:00:21.486Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a8e681f8-62e7-4d21-a5fa-dd60cbb7513e
2023-04-03T06:00:21.486Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0
2023-04-03T06:00:21.494Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:00:21.512Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|INFO|500||Invoke
2023-04-03T06:00:21.513Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[338cd989-3e93-4194-af5f-966bf1a34e80], X-ECOMP-RequestID=[b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02], X-TransactionId=[], X-ONAP-RequestID=[b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02], Content-Type=[application/merge-patch+json]}
2023-04-03T06:00:21.520Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:00:21.678Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:00:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[151768], x-aai-txid=[2-aai-resources-230403-06:00:21:529-29061], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:00:21.678Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:00:21.679Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|INFO|500||InvokeReturn
2023-04-03T06:00:21.679Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:00:21.679Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|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-04-03T06:00:21.687Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|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-04-03T06:00:21.687Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:00:21.687Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:00:21.687Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:00:21.687Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:00:21.687Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501621687,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:00:22.711Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:00:22.711Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"faa6e256-3a0a-4c89-86b9-c4bedd8d632b","serviceName":"Demo_pNF_Oxl3B80h2m7gr6O9tOAo","serviceVersion":"1.0","serviceUUID":"1332212f-514b-4ea3-9653-22313ffcf1bd","serviceDescription":"catalog service description","serviceInvariantUUID":"55f9937c-9d37-4f8a-9eaa-29096097a150","resources":[{"resourceInstanceName":"pNF 4c97cee1-ff01 0","resourceName":"pNF 4c97cee1-ff01","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6dc9b242-9db9-49a0-bf5e-42ed573a9e51","resourceInvariantUUID":"fc0ac666-17a2-4b77-9bbb-772a72b5acf3","resourceCustomizationUUID":"c83a316e-0f12-4e26-88a9-d79a826ac680","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vf-license-model.xml","artifactChecksum":"MTViNzFmMzNhMzAzMzU0OTBmNWUwYjkzM2U0NTE4YmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"13dbec84-83ca-4a64-bc82-4a02eb81615e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/pNF.csar","artifactChecksum":"YWY1NzNlYTAyN2YwNmMyOGQ4YWMxMWZhMzZiY2NkNWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0083c2a9-2c9d-4c69-8cf4-4f4f39028164","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"10e2c8e0-0fc7-4d86-87d9-69b6df991a7a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vendor-license-model.xml","artifactChecksum":"OGZiNDFhZjc3ZmUwOGZkMjdjMGE0MzBlYTJkZjNjMTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b089e457-e80b-4fb5-90ff-5ba7b3212109","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0cc56ab-72e3-4a8e-89a4-dce330776fde","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"204e205e-8af3-40dd-a5e1-2f579430756a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml","artifactChecksum":"ZDQ2OThkYTFkMjRmYjJjOWYzY2VkMzBlNjFhNzk5NzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ffb6d078-e956-4a3f-b490-9bc3b920d2a4","artifactVersion":"1"},{"artifactName":"service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar","artifactChecksum":"ZGI4ZjVmMWQ0NDQ0MzFkN2E0N2ZkZDRhMjE4ZGUxMmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3ab3e23b-b342-4f65-a547-e54977d397da","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:00:22.712Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:00:22.712Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:00:22.712Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:00:22.713Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:00:23.714Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:00:23.714Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:00:23.714Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:00:23.715Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:00:24.717Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:00:24.717Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:00:24.718Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:00:24.718Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:00:25.719Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:00:25.719Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:00:25.720Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:00:25.720Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:00:26.721Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:00:26.722Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:00:26.722Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:00:26.722Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:00:27.722Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:00:27.723Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:00:27.723Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:00:27.724Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:00:28.725Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:00:28.725Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:00:28.725Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:00:28.725Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:00:29.726Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:00:29.727Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:00:29.727Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:00:29.727Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:00:30.728Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "serviceName": "Demo_pNF_Oxl3B80h2m7gr6O9tOAo",
  "serviceVersion": "1.0",
  "serviceUUID": "1332212f-514b-4ea3-9653-22313ffcf1bd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "55f9937c-9d37-4f8a-9eaa-29096097a150",
  "resources": [
    {
      "resourceInstanceName": "pNF 4c97cee1-ff01 0",
      "resourceCustomizationUUID": "c83a316e-0f12-4e26-88a9-d79a826ac680",
      "resourceName": "pNF 4c97cee1-ff01",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6dc9b242-9db9-49a0-bf5e-42ed573a9e51",
      "resourceInvariantUUID": "fc0ac666-17a2-4b77-9bbb-772a72b5acf3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
      "artifactChecksum": "ZGI4ZjVmMWQ0NDQ0MzFkN2E0N2ZkZDRhMjE4ZGUxMmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3ab3e23b-b342-4f65-a547-e54977d397da"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:00:30.728Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:00:30.729Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1332212f-514b-4ea3-9653-22313ffcf1bd ASDC
2023-04-03T06:00:30.729Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:faa6e256-3a0a-4c89-86b9-c4bedd8d632b
ServiceName:Demo_pNF_Oxl3B80h2m7gr6O9tOAo
ServiceVersion:1.0
ServiceUUID:1332212f-514b-4ea3-9653-22313ffcf1bd
ServiceInvariantUUID:55f9937c-9d37-4f8a-9eaa-29096097a150
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
ArtifactUUID:3ab3e23b-b342-4f65-a547-e54977d397da
ArtifactChecksum:ZGI4ZjVmMWQ0NDQ0MzFkN2E0N2ZkZDRhMjE4ZGUxMmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4c97cee1-ff01 0
ResourceCustomizationUUID:c83a316e-0f12-4e26-88a9-d79a826ac680
ResourceInvariantUUID:fc0ac666-17a2-4b77-9bbb-772a72b5acf3
ResourceName:pNF 4c97cee1-ff01
ResourceType:PNF
ResourceUUID:6dc9b242-9db9-49a0-bf5e-42ed573a9e51
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-03T06:00:30.729Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1332212f-514b-4ea3-9653-22313ffcf1bd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:00:30.775Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:00:30.776Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T06:00:30.776Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T06:00:30.776Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3ab3e23b-b342-4f65-a547-e54977d397da from URL: /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:00:30.776Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-03T06:00:30.776Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:00:31.169Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-03T06:00:31.171Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar 3ab3e23b-b342-4f65-a547-e54977d397da 87993
2023-04-03T06:00:31.172Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar ASDC sendASDCNotification
2023-04-03T06:00:31.172Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:00:31.172Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:00:31.172Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:00:31.172Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:00:31.172Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501631171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:00:32.173Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:00:32.173Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T06:00:32.174Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3ab3e23b-b342-4f65-a547-e54977d397da, URL: /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar to file: /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:00:32.174Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:00:32.174Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:00:32.174Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:00:32.247Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14366653658974607498/Definitions/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml
2023-04-03T06:00:32.859Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:00:32.860Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-03T06:00:32.861Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:00:32.861Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T06:00:32.861Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4c97cee1-ff01 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-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:00:32.861Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|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-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:00:32.862Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|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-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:00:32.862Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|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-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:00:32.862Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|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-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:00:32.862Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|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-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:00:32.862Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|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-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:00:32.863Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-03T06:00:32.863Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:00:32.863Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:00:32.863Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Node template pNF 4c97cee1-ff01 0 is matching search criteria
2023-04-03T06:00:32.864Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-03T06:00:32.864Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4c97cee1-ff01 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:00:32.864Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:00:32.864Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:00:32.865Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Node template pNF 4c97cee1-ff01 0 is matching search criteria
2023-04-03T06:00:32.865Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-03T06:00:32.865Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 4c97cee1-ff01 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:00:32.865Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:00:32.865Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:00:32.865Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:00:32.865Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:00:32.866Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:00:32.866Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:00:32.866Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:00:32.866Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:00:32.866Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:00:32.866Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:00:32.866Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Oxl3B80h2m7gr6O9tOAo
Description:catalog service description
Model UUID:1332212f-514b-4ea3-9653-22313ffcf1bd
Model Version:NULL
Model InvariantUuid:55f9937c-9d37-4f8a-9eaa-29096097a150
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-04-03T06:00:32.896Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||ERROR|500||Csar with UUID: 3ab3e23b-b342-4f65-a547-e54977d397da already exists
2023-04-03T06:00:32.896Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar ASDC sendASDCNotification
2023-04-03T06:00:32.896Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar(Csar with UUID: 3ab3e23b-b342-4f65-a547-e54977d397da already exists)
2023-04-03T06:00:32.896Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:00:32.897Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:00:32.897Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:00:32.897Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501632896,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3ab3e23b-b342-4f65-a547-e54977d397da already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:00:33.898Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar ASDC sendASDCNotification
2023-04-03T06:00:33.899Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar(Resource with UUID: 6dc9b242-9db9-49a0-bf5e-42ed573a9e51 already exists)
2023-04-03T06:00:33.899Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:00:33.899Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:00:33.899Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:00:33.900Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501633898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6dc9b242-9db9-49a0-bf5e-42ed573a9e51 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:00:34.901Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: faa6e256-3a0a-4c89-86b9-c4bedd8d632b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:00:34.922Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: faa6e256-3a0a-4c89-86b9-c4bedd8d632b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:00:34.926Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:00:34.926Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:00:34.926Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:00:34.926Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:00:34.926Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:00:34.926Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:00:34.926Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:00:34.926Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:00:34.926Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|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-04-03T06:00:34.939Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:01:04.940Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: faa6e256-3a0a-4c89-86b9-c4bedd8d632b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:01:04.952Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: faa6e256-3a0a-4c89-86b9-c4bedd8d632b and serviceModelVersionId: 1332212f-514b-4ea3-9653-22313ffcf1bd
2023-04-03T06:01:04.952Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 55f9937c-9d37-4f8a-9eaa-29096097a150
2023-04-03T06:01:04.953Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0
2023-04-03T06:01:04.960Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:01:04.998Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|INFO|500||Invoke
2023-04-03T06:01:04.998Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[faa6e256-3a0a-4c89-86b9-c4bedd8d632b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[827ba047-f466-478f-a6b9-a46185bfcb52], X-ECOMP-RequestID=[faa6e256-3a0a-4c89-86b9-c4bedd8d632b], X-TransactionId=[], X-ONAP-RequestID=[faa6e256-3a0a-4c89-86b9-c4bedd8d632b], Content-Type=[application/merge-patch+json]}
2023-04-03T06:01:05.008Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:01:05.199Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:01:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[187], vertex-id=[204832], x-aai-txid=[2-aai-resources-230403-06:01:05:017-35114], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:01:05.199Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:01:05.200Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|INFO|500||InvokeReturn
2023-04-03T06:01:05.200Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:01:05.201Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|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-04-03T06:01:05.208Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|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-04-03T06:01:05.209Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID faa6e256-3a0a-4c89-86b9-c4bedd8d632b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:01:05.209Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:01:05.210Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:01:05.210Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:01:05.210Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501665209,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:01:06.244Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:01:06.244Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||received notification from broker: {"distributionID":"f6926451-6069-417e-b7db-2800b7061bb3","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"205c6bdd-fb55-4ab0-8210-70d6b0e9a06b","serviceDescription":"service","serviceInvariantUUID":"290a2027-5f50-48ce-b23b-d9958e461260","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cca49e2b-a592-45e7-ad60-a0b040a06b21","resourceInvariantUUID":"24305239-b2d0-4f68-bdfe-fcfaad612492","resourceCustomizationUUID":"d34b0cc4-af9b-4dcf-83b4-1bb790430cad","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":"ZjliNzNiZDBkNjNiMDhjNGU1ODEwMjRlM2ExMmM2MjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6646f189-8e5a-4d66-9645-a5c9bb3a7ea3","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":"ZGIyOWU2OGRhNWMwNWVjNTliMmU4N2IxYTZlZjVmMTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"248b0520-0753-43bc-8989-f4a2c11189fc","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":"138c0b31-d054-43d2-88ef-487fa941c727","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":"3eed7be2-186a-4381-be39-14e5c293ee30","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":"a1fc643c-6883-473b-8d39-b404e2a8fafd","artifactVersion":"2","generatedFromUUID":"138c0b31-d054-43d2-88ef-487fa941c727"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTkwOTFhZTNjODNkYTY0ZDNjMjY0OGMxM2QxMjA0OWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9394169b-ebc7-4234-b8f9-1af288a85dd0","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWUwYzkyZmNmNTU5Njk4N2RmYmI0ZDM5NWZmYWVmMDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1bf7198e-bb62-4f46-9790-b009f8321faa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:01:06.245Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:01:06.246Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:01:06.246Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:01:06.246Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "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-04-03T06:01:07.247Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:01:07.247Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:01:07.247Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:01:07.247Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "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-04-03T06:01:07.773Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:01:07.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T06:01:07.780Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501621687,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:01:07.781Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:01:07.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T06:01:07.781Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:01:07.782Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:01:07.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T06:01:07.782Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:01:07.782Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:01:07.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T06:01:07.782Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:01:07.783Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:01:07.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T06:01:07.783Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:01:07.783Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:01:07.783Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T06:01:07.783Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:01:07.784Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:01:07.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T06:01:07.784Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:01:07.784Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:01:07.784Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T06:01:07.785Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:01:07.785Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:01:07.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T06:01:07.785Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:01:07.785Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:01:07.785Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T06:01:07.786Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501631171,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:01:07.786Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:01:07.786Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T06:01:07.786Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501632896,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3ab3e23b-b342-4f65-a547-e54977d397da already exists"
}
2023-04-03T06:01:07.786Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:01:07.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T06:01:07.787Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501633898,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6dc9b242-9db9-49a0-bf5e-42ed573a9e51 already exists"
}
2023-04-03T06:01:07.787Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:01:07.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T06:01:07.787Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501665209,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:01:07.788Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:01:07.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T06:01:07.788Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:01:07.788Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:01:07.788Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T06:01:07.788Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T06:01:07.788Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:01:08.248Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:01:08.248Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:01:08.249Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:01:08.249Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "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-04-03T06:01:09.249Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:01:09.250Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:01:09.250Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:01:09.250Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "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-04-03T06:01:10.250Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:01:10.251Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:01:10.251Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:01:10.251Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "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-04-03T06:01:11.252Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:01:11.252Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:01:11.253Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:01:11.253Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:01:12.253Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:01:12.254Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:01:12.254Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:01:12.254Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:01:13.255Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "205c6bdd-fb55-4ab0-8210-70d6b0e9a06b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "290a2027-5f50-48ce-b23b-d9958e461260",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d34b0cc4-af9b-4dcf-83b4-1bb790430cad",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cca49e2b-a592-45e7-ad60-a0b040a06b21",
      "resourceInvariantUUID": "24305239-b2d0-4f68-bdfe-fcfaad612492",
      "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": "ZGIyOWU2OGRhNWMwNWVjNTliMmU4N2IxYTZlZjVmMTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "248b0520-0753-43bc-8989-f4a2c11189fc",
          "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": "138c0b31-d054-43d2-88ef-487fa941c727",
          "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": "a1fc643c-6883-473b-8d39-b404e2a8fafd",
            "generatedFromUUID": "138c0b31-d054-43d2-88ef-487fa941c727"
          },
          "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": "a1fc643c-6883-473b-8d39-b404e2a8fafd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "OWUwYzkyZmNmNTU5Njk4N2RmYmI0ZDM5NWZmYWVmMDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1bf7198e-bb62-4f46-9790-b009f8321faa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:01:13.255Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:01:13.255Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 205c6bdd-fb55-4ab0-8210-70d6b0e9a06b ASDC
2023-04-03T06:01:13.256Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:f6926451-6069-417e-b7db-2800b7061bb3
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:205c6bdd-fb55-4ab0-8210-70d6b0e9a06b
ServiceInvariantUUID:290a2027-5f50-48ce-b23b-d9958e461260
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:1bf7198e-bb62-4f46-9790-b009f8321faa
ArtifactChecksum:OWUwYzkyZmNmNTU5Njk4N2RmYmI0ZDM5NWZmYWVmMDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d34b0cc4-af9b-4dcf-83b4-1bb790430cad
ResourceInvariantUUID:24305239-b2d0-4f68-bdfe-fcfaad612492
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:cca49e2b-a592-45e7-ad60-a0b040a06b21
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:248b0520-0753-43bc-8989-f4a2c11189fc
ArtifactChecksum:ZGIyOWU2OGRhNWMwNWVjNTliMmU4N2IxYTZlZjVmMTY=
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:138c0b31-d054-43d2-88ef-487fa941c727
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:a1fc643c-6883-473b-8d39-b404e2a8fafd
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:a1fc643c-6883-473b-8d39-b404e2a8fafd
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T06:01:13.256Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 205c6bdd-fb55-4ab0-8210-70d6b0e9a06b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:01:13.307Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:01:13.308Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T06:01:13.308Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T06:01:13.308Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-03T06:01:13.308Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - download
2023-04-03T06:01:13.308Z|f6926451-6069-417e-b7db-2800b7061bb3|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-04-03T06:01:13.646Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2023-04-03T06:01:13.648Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1bf7198e-bb62-4f46-9790-b009f8321faa 75157
2023-04-03T06:01:13.649Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-03T06:01:13.649Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-03T06:01:13.649Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:01:13.650Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:01:13.650Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:01:13.650Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501673649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:01:14.651Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:01:14.652Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2023-04-03T06:01:14.652Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:01:14.653Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-03T06:01:14.654Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:01:14.654Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:01:14.758Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9165489292992770405/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-04-03T06:01:15.716Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:01:15.716Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-03T06:01:15.716Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:01:15.716Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T06:01:15.716Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:01:15.717Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:01:15.717Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:01:15.717Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:01:15.717Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:01:15.717Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:01:15.717Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:01:15.717Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||WARN|500||####################################################################################################
2023-04-03T06:01:15.717Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:01:15.717Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:01:15.717Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T06:01:15.717Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-03T06:01:15.717Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:01:15.717Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:01:15.717Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:01:15.717Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T06:01:15.717Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2023-04-03T06:01:15.717Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:01:15.717Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:01:15.717Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:01:15.717Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:01:15.718Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-03T06:01:15.718Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-03T06:01:15.718Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-03T06:01:15.718Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-03T06:01:15.718Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-03T06:01:15.718Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T06:01:15.718Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:01:15.718Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T06:01:15.718Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:01:15.718Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T06:01:15.718Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:01:15.718Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:01:15.718Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T06:01:15.718Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:01:15.718Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:01:15.718Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T06:01:15.718Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:01:15.718Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:01:15.718Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-03T06:01:15.719Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-03T06:01:15.719Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-03T06:01:15.719Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=386d9e5d-ce22-433e-b24c-37cd501f7a5e
2023-04-03T06:01:15.719Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:01:15.719Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:01:15.719Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:01:15.719Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:01:15.719Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:01:15.719Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:01:15.719Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:01:15.719Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:01:15.719Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:205c6bdd-fb55-4ab0-8210-70d6b0e9a06b
Model Version:NULL
Model InvariantUuid:290a2027-5f50-48ce-b23b-d9958e461260
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:5c1c232b-f9bd-4729-9222-6463a2fb68bb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:24305239-b2d0-4f68-bdfe-fcfaad612492
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d34b0cc4-af9b-4dcf-83b4-1bb790430cad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:45ee27b9-2ec5-4a13-9086-329dcfc9217b
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:7ad00a28-eb6b-49d7-a44f-740a5327feb9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:386d9e5d-ce22-433e-b24c-37cd501f7a5e
ModelInvariantUuid:49fbba8b-8e7d-4588-ac83-522574bdb8c3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:a2c7fc9a-e509-4068-80e6-b51e43bf82f6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:88907c78-b2df-4198-96df-32abf65b3916
ModelInvariantUuid:02bc1d5d-3906-4b72-9028-c9f379f61762
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:289b7c4e-6975-46bc-9f53-a059f29ecaa5
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-04-03T06:01:15.759Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||ERROR|500||Csar with UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa already exists
2023-04-03T06:01:15.759Z|f6926451-6069-417e-b7db-2800b7061bb3|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-04-03T06:01:15.759Z|f6926451-6069-417e-b7db-2800b7061bb3|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: 1bf7198e-bb62-4f46-9790-b009f8321faa already exists)
2023-04-03T06:01:15.759Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:01:15.759Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:01:15.759Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:01:15.759Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501675759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:01:16.760Z|f6926451-6069-417e-b7db-2800b7061bb3|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-04-03T06:01:16.760Z|f6926451-6069-417e-b7db-2800b7061bb3|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: cca49e2b-a592-45e7-ad60-a0b040a06b21 already exists)
2023-04-03T06:01:16.760Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:01:16.760Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:01:16.760Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:01:16.760Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501676760,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: cca49e2b-a592-45e7-ad60-a0b040a06b21 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:01:17.761Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6926451-6069-417e-b7db-2800b7061bb3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:01:17.788Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6926451-6069-417e-b7db-2800b7061bb3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:01:17.793Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:01:17.793Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:01:17.793Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:01:17.793Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:01:17.793Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:01:17.793Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:01:17.793Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:01:17.793Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:01:17.793Z|f6926451-6069-417e-b7db-2800b7061bb3|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-04-03T06:01:17.805Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:01:47.806Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f6926451-6069-417e-b7db-2800b7061bb3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:01:47.817Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f6926451-6069-417e-b7db-2800b7061bb3 and serviceModelVersionId: 205c6bdd-fb55-4ab0-8210-70d6b0e9a06b
2023-04-03T06:01:47.818Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 290a2027-5f50-48ce-b23b-d9958e461260
2023-04-03T06:01:47.819Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0
2023-04-03T06:01:47.825Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:01:47.847Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0|INFO|500||Invoke
2023-04-03T06:01:47.847Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f6926451-6069-417e-b7db-2800b7061bb3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4566000b-be62-48d0-bf6a-3f91b7d68df8], X-ECOMP-RequestID=[f6926451-6069-417e-b7db-2800b7061bb3], X-TransactionId=[], X-ONAP-RequestID=[f6926451-6069-417e-b7db-2800b7061bb3], Content-Type=[application/merge-patch+json]}
2023-04-03T06:01:47.855Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:01:47.993Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:01:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[241736], x-aai-txid=[0-aai-resources-230403-06:01:47:862-59622], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:01:47.994Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:01:47.994Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0|INFO|500||InvokeReturn
2023-04-03T06:01:47.995Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:01:47.995Z|f6926451-6069-417e-b7db-2800b7061bb3|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-04-03T06:01:47.998Z|f6926451-6069-417e-b7db-2800b7061bb3|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-04-03T06:01:47.999Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f6926451-6069-417e-b7db-2800b7061bb3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:01:47.999Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:01:47.999Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:01:47.999Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:01:48.000Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501707999,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:01:49.032Z||pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T06:01:49.033Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-03T06:01:49.034Z||pool-2-thread-10|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:01:49.034Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:01:49.035Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:01:49.035Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T06:01:49.038Z||pool-2-thread-10|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:01:49.040Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-d1902523-1be8-475e-ba0e-048ad1cc217b
2023-04-03T06:01:49.040Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:01:49.041Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T06:01:50.443Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:01:53.452Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:01:56.461Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:01:59.469Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:02:02.478Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:02:05.487Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:02:07.773Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:02:07.785Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:02:07.785Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T06:02:07.790Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T06:02:07.791Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully joined group with generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-d1902523-1be8-475e-ba0e-048ad1cc217b', protocol='range'}
2023-04-03T06:02:07.793Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 31: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-d1902523-1be8-475e-ba0e-048ad1cc217b=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-04-03T06:02:07.808Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T06:02:07.808Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully synced group in generation Generation{generationId=31, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-d1902523-1be8-475e-ba0e-048ad1cc217b', protocol='range'}
2023-04-03T06:02:07.809Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:02:07.809Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:02:07.809Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:02:07.809Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:02:07.812Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T06:02:07.812Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T06:02:07.813Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T06:02:07.813Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T06:02:07.813Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T06:02:07.813Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T06:02:07.813Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T06:02:07.813Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T06:02:07.813Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=785, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T06:02:07.813Z||pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T06:02:07.813Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T06:02:07.813Z||pool-2-thread-8|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T06:02:07.821Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:02:07.821Z||pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"67140925-3a6f-407a-959c-109e177260de","serviceName":"basic_onboard_FLWUdk","serviceVersion":"1.0","serviceUUID":"19ebdf40-c64a-481d-8a8f-8b59c9326af3","serviceDescription":"service","serviceInvariantUUID":"2bac4cbd-5db1-4650-9def-8fec2ad66681","resources":[{"resourceInstanceName":"basic_onboard_FLWUdk 0","resourceName":"basic_onboard_FLWUdk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dac3165c-a204-413f-adbe-704623ed23b4","resourceInvariantUUID":"d53cee2e-031e-415a-8fae-95f51faf2e70","resourceCustomizationUUID":"4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml","artifactChecksum":"NGM5YzhiYzRjZjc0ZjU3MmRkMjA5ZTUyYTAwMjQwNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd788691-5050-4702-936e-5323ddbfa177","artifactVersion":"1"},{"artifactName":"basic_onboard_flwudk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json","artifactChecksum":"ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d45e3439-bba4-4631-9b18-813915a57166","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f47d27f-dfde-477b-a49d-8653be82ad1c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ea2f5259-0af6-448f-9bc0-3a618a91f457","artifactVersion":"2","generatedFromUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFlwudk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml","artifactChecksum":"MDk4ODRiZjQ2ZjgxMzhiYjYyYjdkMDAzZGYyNTc2MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"589963b3-da11-4d3e-b9e4-5adee2b92999","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFlwudk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar","artifactChecksum":"ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f8f74d7f-c5f7-425e-a01c-0a969b83b0dc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:02:07.823Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:02:07.823Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:02:07.823Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:02:07.823Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:02:08.824Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:02:08.824Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:02:08.824Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:02:08.824Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:02:08.827Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T06:02:08.827Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-03T06:02:08.828Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:02:08.828Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T06:02:08.829Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:02:08.829Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:02:08.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T06:02:08.829Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-03T06:02:08.829Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:02:08.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T06:02:08.829Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:02:08.829Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:02:08.829Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T06:02:08.829Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501172556,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:02:08.829Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:02:08.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T06:02:08.830Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501673649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:02:08.830Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:02:08.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T06:02:08.830Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501675759,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa already exists"
}
2023-04-03T06:02:08.830Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:02:08.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T06:02:08.830Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501676760,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: cca49e2b-a592-45e7-ad60-a0b040a06b21 already exists"
}
2023-04-03T06:02:08.830Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:02:08.830Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T06:02:08.830Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501707999,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:02:08.830Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:02:08.831Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T06:02:08.831Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:02:08.831Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:02:09.825Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:02:09.825Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:02:09.825Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:02:09.826Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:02:10.826Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:02:10.826Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:02:10.827Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:02:10.827Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:02:11.827Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:02:11.827Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:02:11.828Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:02:11.828Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:02:12.828Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:02:12.828Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:02:12.829Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:02:12.829Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:02:13.829Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:02:13.830Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:02:13.830Z||pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:02:13.830Z||pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:02:14.831Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "serviceName": "basic_onboard_FLWUdk",
  "serviceVersion": "1.0",
  "serviceUUID": "19ebdf40-c64a-481d-8a8f-8b59c9326af3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2bac4cbd-5db1-4650-9def-8fec2ad66681",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_FLWUdk 0",
      "resourceCustomizationUUID": "4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf",
      "resourceName": "basic_onboard_FLWUdk",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dac3165c-a204-413f-adbe-704623ed23b4",
      "resourceInvariantUUID": "d53cee2e-031e-415a-8fae-95f51faf2e70",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_flwudk0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
          "artifactChecksum": "ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d45e3439-bba4-4631-9b18-813915a57166",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
            "generatedFromUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardFlwudk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
      "artifactChecksum": "ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f8f74d7f-c5f7-425e-a01c-0a969b83b0dc"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:02:14.831Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:02:14.831Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC
2023-04-03T06:02:14.832Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:67140925-3a6f-407a-959c-109e177260de
ServiceName:basic_onboard_FLWUdk
ServiceVersion:1.0
ServiceUUID:19ebdf40-c64a-481d-8a8f-8b59c9326af3
ServiceInvariantUUID:2bac4cbd-5db1-4650-9def-8fec2ad66681
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFlwudk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
ArtifactUUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc
ArtifactChecksum:ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_FLWUdk 0
ResourceCustomizationUUID:4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf
ResourceInvariantUUID:d53cee2e-031e-415a-8fae-95f51faf2e70
ResourceName:basic_onboard_FLWUdk
ResourceType:VF
ResourceUUID:dac3165c-a204-413f-adbe-704623ed23b4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_flwudk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
ArtifactUUID:d45e3439-bba4-4631-9b18-813915a57166
ArtifactChecksum:ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ=
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:01129bd9-4e3f-4f2f-92c1-083f0cfccae5
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T06:02:14.832Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:02:14.893Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:02:14.893Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:02:14.894Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:02:14.894Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f8f74d7f-c5f7-425e-a01c-0a969b83b0dc from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T06:02:14.894Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:02:14.894Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T06:02:14.917Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-04-03T06:02:14.918Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1d008572
2023-04-03T06:02:14.918Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T06:02:14.918Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T06:02:14.918Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardFlwudk-csar.csar /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar f8f74d7f-c5f7-425e-a01c-0a969b83b0dc Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T06:02:14.918Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar ASDC sendASDCNotification
2023-04-03T06:02:14.918Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(Specified artifact is  not found)
2023-04-03T06:02:14.918Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T06:02:14.919Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:02:14.919Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:02:14.919Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501734918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:02:15.920Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardFlwudk-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(UUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-04-03T06:02:15.933Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:02:15.933Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:02:15.937Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||basic_onboard_FLWUdk 0
2023-04-03T06:02:15.937Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
2023-04-03T06:02:15.937Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d45e3439-bba4-4631-9b18-813915a57166 from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T06:02:15.937Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:02:15.937Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T06:02:15.957Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-04-03T06:02:15.958Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@1e567003
2023-04-03T06:02:15.958Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T06:02:15.958Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T06:02:15.958Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_flwudk0_modules.json /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json d45e3439-bba4-4631-9b18-813915a57166 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T06:02:15.958Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json ASDC sendASDCNotification
2023-04-03T06:02:15.958Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(Specified artifact is  not found)
2023-04-03T06:02:15.959Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T06:02:15.959Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:02:15.959Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:02:15.959Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501735958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:02:16.960Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_flwudk0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(UUID:d45e3439-bba4-4631-9b18-813915a57166)
Error message 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-04-03T06:02:16.960Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:02:16.985Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:02:16.988Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:02:16.989Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:02:46.989Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:02:47.015Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:02:47.018Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:02:47.018Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:03:07.773Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:03:07.774Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T06:03:07.774Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T06:03:07.775Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:03:17.018Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:03:17.046Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:03:17.051Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:03:17.051Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:03:47.052Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:03:47.079Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:03:47.083Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:03:47.083Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:04:07.773Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:04:07.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T06:04:07.775Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-03T06:04:07.775Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:04:07.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T06:04:07.776Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:04:07.776Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:04:07.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T06:04:07.776Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-03T06:04:07.777Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:04:07.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T06:04:07.777Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:04:07.777Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:04:07.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T06:04:07.777Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:04:07.777Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:04:07.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T06:04:07.777Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501734918,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T06:04:07.778Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:04:07.778Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2023-04-03T06:04:07.778Z||pool-2-thread-8|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501735958,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T06:04:07.778Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:04:17.083Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:04:17.112Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:04:17.119Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:04:17.119Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:04:47.119Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:04:47.152Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:04:47.157Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:04:47.157Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:05:07.773Z||pool-2-thread-8|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:05:17.157Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:05:17.182Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:05:17.188Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:05:17.188Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:05:47.189Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:05:47.216Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:05:47.222Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:05:47.222Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:06:07.773Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:06:17.222Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:06:17.247Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:06:17.251Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:06:17.251Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:06:47.252Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:06:47.277Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:06:47.284Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:06:47.284Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:07:07.774Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:07:07.850Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:07:07.850Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Member SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-d1902523-1be8-475e-ba0e-048ad1cc217b 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-04-03T06:07:07.851Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-03T06:07:07.851Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-03T06:07:08.361Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:07:08.375Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:07:08.376Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T06:07:08.380Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=32, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T06:07:08.381Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 32: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-03T06:07:08.397Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=32, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T06:07:08.398Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:07:08.398Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:07:08.401Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T06:07:08.402Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T06:07:08.402Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T06:07:08.402Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=803, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T06:07:08.402Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T06:07:08.403Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T06:07:17.284Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-03T06:07:17.285Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67140925-3a6f-407a-959c-109e177260de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:07:17.294Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67140925-3a6f-407a-959c-109e177260de and serviceModelVersionId: 19ebdf40-c64a-481d-8a8f-8b59c9326af3
2023-04-03T06:07:17.294Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2bac4cbd-5db1-4650-9def-8fec2ad66681
2023-04-03T06:07:17.295Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0
2023-04-03T06:07:17.302Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:07:17.333Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||Invoke
2023-04-03T06:07:17.334Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[67140925-3a6f-407a-959c-109e177260de], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b9717e78-f0fd-45b7-ba08-67b85e934649], X-ECOMP-RequestID=[67140925-3a6f-407a-959c-109e177260de], X-TransactionId=[], X-ONAP-RequestID=[67140925-3a6f-407a-959c-109e177260de], Content-Type=[application/merge-patch+json]}
2023-04-03T06:07:17.342Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-03T06:07:17.489Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:07:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[376920], x-aai-txid=[2-aai-resources-230403-06:07:17:348-36494], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:07:17.490Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:07:17.490Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||InvokeReturn
2023-04-03T06:07:17.491Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:07:17.491Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:07:17.496Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:07:17.496Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67140925-3a6f-407a-959c-109e177260de and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-03T06:07:17.496Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-03T06:07:17.496Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:07:17.496Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:07:17.496Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502037496,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:07:17.513Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:07:17.514Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502037496,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-03T06:07:17.514Z|1ba6c437-f06e-4cf5-971b-291d0684a066|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-04-03T06:07:18.528Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:07:18.529Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"1ba6c437-f06e-4cf5-971b-291d0684a066","serviceName":"vFW 2023-04-03 04-26-19","serviceVersion":"1.0","serviceUUID":"1d95d522-2e0f-4343-9cc1-c8057874e1a7","serviceDescription":"catalog service description","serviceInvariantUUID":"8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38","resources":[{"resourceInstanceName":"vFW 8e02d361-5433 0","resourceName":"vFW 8e02d361-5433","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6acdd6c7-fab4-4f67-9353-504622dd5512","resourceInvariantUUID":"38e6e99e-de44-4a71-b00e-d6a14e39c0d0","resourceCustomizationUUID":"c8134348-724c-4ac8-8b4e-b4601205c1d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml","artifactChecksum":"MTlhZWVmMDU3OWZkMjU2Njk5YWMzZWI4YTk1YzgwZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6a0a1ac1-1076-4d05-be3a-49fee5f34737","artifactVersion":"1"},{"artifactName":"vfw8e02d36154330_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json","artifactChecksum":"NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"476a91f6-7739-4473-b109-ebba85512af9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml","artifactChecksum":"MDJmNmQ4NzA3YTZmNDA2MDA0ZDU4MTRiOGFlN2Q2Mjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b38e7060-1448-4d85-8cdf-3a929672567e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"966ecea8-9af0-46aa-8d5d-3895d9686ba8","artifactVersion":"2","generatedFromUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230403042619-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml","artifactChecksum":"MGZlMGI4Zjc5NjcxZjg2N2I1Y2I2NWUyNTVjYjIzNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1540bab5-1751-409a-b2de-7a325f5eb69d","artifactVersion":"1"},{"artifactName":"service-Vfw20230403042619-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar","artifactChecksum":"ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"284a7ed8-be7f-4a31-9f04-d5e7b63fe142","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:07:18.529Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:07:18.529Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:07:18.529Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:07:18.529Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:07:19.530Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:07:19.530Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:07:19.530Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:07:19.530Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:07:20.531Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:07:20.532Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:07:20.532Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:07:20.532Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:07:21.532Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:07:21.533Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:07:21.533Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:07:21.533Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:07:22.534Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:07:22.534Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:07:22.535Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:07:22.535Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:07:23.535Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:07:23.536Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:07:23.536Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:07:23.536Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:07:24.537Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:07:24.537Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:07:24.538Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:07:24.538Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:07:25.539Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "serviceName": "vFW 2023-04-03 04-26-19",
  "serviceVersion": "1.0",
  "serviceUUID": "1d95d522-2e0f-4343-9cc1-c8057874e1a7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38",
  "resources": [
    {
      "resourceInstanceName": "vFW 8e02d361-5433 0",
      "resourceCustomizationUUID": "c8134348-724c-4ac8-8b4e-b4601205c1d5",
      "resourceName": "vFW 8e02d361-5433",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6acdd6c7-fab4-4f67-9353-504622dd5512",
      "resourceInvariantUUID": "38e6e99e-de44-4a71-b00e-d6a14e39c0d0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8e02d36154330_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
          "artifactChecksum": "NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "476a91f6-7739-4473-b109-ebba85512af9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
            "generatedFromUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230403042619-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
      "artifactChecksum": "ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "284a7ed8-be7f-4a31-9f04-d5e7b63fe142"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:07:25.540Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:07:25.540Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC
2023-04-03T06:07:25.540Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:1ba6c437-f06e-4cf5-971b-291d0684a066
ServiceName:vFW 2023-04-03 04-26-19
ServiceVersion:1.0
ServiceUUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
ServiceInvariantUUID:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230403042619-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
ArtifactUUID:284a7ed8-be7f-4a31-9f04-d5e7b63fe142
ArtifactChecksum:ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8e02d361-5433 0
ResourceCustomizationUUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
ResourceInvariantUUID:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
ResourceName:vFW 8e02d361-5433
ResourceType:VF
ResourceUUID:6acdd6c7-fab4-4f67-9353-504622dd5512
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8e02d36154330_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json
ArtifactUUID:476a91f6-7739-4473-b109-ebba85512af9
ArtifactChecksum:NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI=
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml
ArtifactUUID:62b20843-bd6e-4ffa-9cf5-dfe2585e9862
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T06:07:25.540Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:07:25.591Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:07:25.592Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:07:25.592Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:07:25.592Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 from URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T06:07:25.592Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:07:25.593Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T06:07:25.915Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:07:25.918Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 101447
2023-04-03T06:07:25.919Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T06:07:25.919Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T06:07:25.919Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:07:25.919Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:07:25.919Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:07:25.920Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502045918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:07:26.920Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:07:26.921Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:07:26.922Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142, URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar to file: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:07:26.922Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230403042619-csar.csar
2023-04-03T06:07:26.922Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:07:26.923Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:07:27.080Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11436408730545711673/Definitions/service-Vfw20230403042619-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-04-03T06:07:28.657Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:07:28.657Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:07:28.657Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:07:28.657Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-03T06:07:28.657Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:07:28.657Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:07:28.657Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:07:28.657Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:07:28.658Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:07:28.658Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:07:28.658Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:07:28.658Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:07:28.658Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:07:28.658Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:07:28.658Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8e02d361-5433 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-Vfw20230403042619-csar.csar
2023-04-03T06:07:28.658Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:07:28.658Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:07:28.658Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:07:28.658Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T06:07:28.658Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:07:28.658Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:07:28.658Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:07:28.659Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:07:28.659Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T06:07:28.659Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:07:28.659Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:07:28.659Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:07:28.659Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:07:28.659Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:07:28.659Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T06:07:28.659Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:07:28.659Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T06:07:28.659Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T06:07:28.659Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:07:28.660Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T06:07:28.660Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:07:28.660Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:07:28.660Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T06:07:28.660Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T06:07:28.660Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:07:28.660Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T06:07:28.660Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T06:07:28.660Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T06:07:28.660Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T06:07:28.660Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:07:28.660Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T06:07:28.660Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:07:28.661Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T06:07:28.661Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:07:28.661Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T06:07:28.661Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:07:28.661Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:07:28.661Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T06:07:28.661Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:07:28.661Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:07:28.661Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T06:07:28.661Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:07:28.661Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:07:28.661Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T06:07:28.661Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:07:28.661Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-03T06:07:28.662Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:07:28.662Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T06:07:28.662Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T06:07:28.662Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:07:28.662Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T06:07:28.662Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T06:07:28.662Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T06:07:28.662Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T06:07:28.662Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:07:28.662Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5ffc881a-26c6-4204-a1d2-ba4d1a62f347
2023-04-03T06:07:28.662Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:07:28.662Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T06:07:28.662Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:07:28.662Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T06:07:28.663Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T06:07:28.663Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:07:28.663Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T06:07:28.663Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:07:28.663Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:07:28.663Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-03T06:07:28.663Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T06:07:28.663Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T06:07:28.663Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T06:07:28.663Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:07:28.663Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
2023-04-03T06:07:28.663Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:07:28.663Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T06:07:28.663Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:07:28.664Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T06:07:28.664Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T06:07:28.664Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:07:28.664Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T06:07:28.664Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:07:28.664Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:07:28.664Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T06:07:28.664Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T06:07:28.664Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:07:28.664Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T06:07:28.664Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-03T06:07:28.664Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=122e325f-2e27-4d48-9a3f-efbc72a34c71
2023-04-03T06:07:28.665Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:07:28.665Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:07:28.665Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:07:28.665Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:07:28.665Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:07:28.665Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:07:28.665Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:07:28.665Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:07:28.665Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-03 04-26-19
Description:catalog service description
Model UUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
Model Version:NULL
Model InvariantUuid:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8e02d361-5433
Model UUID:47d4862e-1a6e-4dae-9653-99928c24d602
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cde9fb02-b9a2-4c60-9c16-09798dbb426d
ModelName:Vfw8e02d3615433..base_vfw..module-0
ModelUuid:6455b1ae-49c2-4d62-8cfb-2a21c47b6279
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5ffc881a-26c6-4204-a1d2-ba4d1a62f347
ModelInvariantUuid:7e3cea96-7596-4528-9dfb-591d1405d3a3
ModelName:vFW 8e02d361-5433-nodes.vfwCvfc
ModelUuid:756475be-46b0-4af1-9b47-3051a8f60749
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:082e0945-8a5f-423d-8d6d-a828b35abcfb
ModelInvariantUuid:b465ff3b-5bff-4c01-8015-9a6983208da2
ModelName:Vfw8e02d3615433.compute.nodes.heat.vfw
ModelUuid:79b898ee-37ad-4e21-a0c4-244ae0393f4e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
ModelInvariantUuid:7ca98905-f86a-4518-bbb0-9bfbc9cb899c
ModelName:vFW 8e02d361-5433-nodes.vsnCvfc
ModelUuid:d550497c-377e-420a-b821-53296abc0905
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8d40a476-40b7-4511-b338-57d6275036c1
ModelInvariantUuid:d1f91f15-5937-45d6-aa49-dd806b16d46a
ModelName:Vfw8e02d3615433.compute.nodes.heat.vsn
ModelUuid:4983761a-7d0f-41cc-981e-225a831f6b16
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:122e325f-2e27-4d48-9a3f-efbc72a34c71
ModelInvariantUuid:506f7d29-0459-42b4-a53f-aaea27378297
ModelName:vFW 8e02d361-5433-nodes.vpgCvfc
ModelUuid:78065023-194b-4fca-99d6-23e702ead165
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:97f360b6-9db5-41fa-ac2b-da7a01872868
ModelInvariantUuid:427fbd83-51f4-4c81-ba9e-90d3b0aa9915
ModelName:Vfw8e02d3615433.compute.nodes.heat.vpg
ModelUuid:d5bc98b6-ccee-4a42-aeac-9b5dd51b7f56
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-04-03T06:07:28.701Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||ERROR|500||Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists
2023-04-03T06:07:28.701Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T06:07:28.701Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists)
2023-04-03T06:07:28.701Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:07:28.701Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:07:28.701Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:07:28.702Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502048701,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:07:29.702Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T06:07:29.703Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists)
2023-04-03T06:07:29.703Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:07:29.703Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:07:29.703Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:07:29.703Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502049702,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:07:30.704Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:07:30.732Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:07:30.736Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:07:30.736Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:07:30.736Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:07:30.736Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:07:30.736Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:07:30.736Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:07:30.736Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:07:30.737Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:07:30.737Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:07:30.751Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:08:00.751Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:08:00.759Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and serviceModelVersionId: 1d95d522-2e0f-4343-9cc1-c8057874e1a7
2023-04-03T06:08:00.759Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
2023-04-03T06:08:00.760Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0
2023-04-03T06:08:00.767Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:08:00.795Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T06:08:00.796Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||Invoke
2023-04-03T06:08:00.806Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:08:01.091Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||InvokeReturn
2023-04-03T06:08:01.091Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:08:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[281], vertex-id=[241720], x-aai-txid=[1-aai-resources-230403-06:08:00:814-99362], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:08:01.092Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:08:01.092Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:08:01.092Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:08:01.099Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:08:01.099Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ba6c437-f06e-4cf5-971b-291d0684a066 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:08:01.100Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:08:01.100Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:08:01.100Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:08:01.100Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502081100,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:08:02.130Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:08:02.131Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"2a7eda29-9989-4138-bd46-cca320902689","serviceName":"vFW 2023-04-03 05-26-46","serviceVersion":"1.0","serviceUUID":"c608ba70-262e-4e6c-a5ac-a662dc3a40ae","serviceDescription":"catalog service description","serviceInvariantUUID":"2ab16a21-98dc-4b45-bfdd-8202f50de2ef","resources":[{"resourceInstanceName":"vFW 9788de87-67a5 0","resourceName":"vFW 9788de87-67a5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a3eb70d2-577c-4ec5-a10e-227de41ce2e3","resourceInvariantUUID":"ceba352d-9b2d-4bfc-8c8e-3e4c94004a14","resourceCustomizationUUID":"cb88b717-d4c9-49ee-bd40-a092f617a26a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml","artifactChecksum":"M2QwMzBkMmFmYzVmMGNlNzYwNjVlM2JjY2Q2MWMzNzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1379996f-64e2-4052-8a4c-cfd918e3bbba","artifactVersion":"1"},{"artifactName":"vfw9788de8767a50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json","artifactChecksum":"M2I0ZWZhOTk5OWY2ZjFiZDA4NmRmYTgzZDUyMjAwMGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0a3c8d72-899d-404d-9ec3-4a9aa9370a01","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"332f6cea-661b-44e7-8418-999a7faa362d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml","artifactChecksum":"OGZlY2NhMDljNGY1ZGRmNGU3ODJjMmE0YzljMzc0NWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b04aefc1-451c-483d-afaf-23a3c7bf28e6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5a4d096b-2ade-46d5-9e0a-f464972a54b7","artifactVersion":"2","generatedFromUUID":"332f6cea-661b-44e7-8418-999a7faa362d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230403052646-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml","artifactChecksum":"ZmQ5ODc5MTViY2Y5OWExMzk4ZjMwYjdjY2E1YThiZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"feeb6917-dcdc-4eff-be5b-8abdd320af8d","artifactVersion":"1"},{"artifactName":"service-Vfw20230403052646-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar","artifactChecksum":"NWRmYWJmOGUyMDRkODNmODM4MTlmMTE1YmFmNjQyZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5d50b584-a760-415f-b165-b06ef6b1f1e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:08:02.131Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:08:02.131Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:08:02.131Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:08:02.131Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:08:03.132Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:08:03.132Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:08:03.132Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:08:03.132Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:08:04.134Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:08:04.134Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:08:04.134Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:08:04.134Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:08:05.136Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:08:05.136Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:08:05.136Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:08:05.136Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:08:06.137Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:08:06.137Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:08:06.138Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:08:06.138Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:08:07.138Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:08:07.139Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:08:07.139Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:08:07.139Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:08:07.773Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:08:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:08:07.780Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:08:07.780Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:08:07.781Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:08:07.781Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T06:08:07.781Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:08:07.781Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:08:07.781Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-03T06:08:07.782Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:08:07.782Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:08:07.782Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:08:07.782Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:08:07.782Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:08:07.782Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-03T06:08:07.783Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:08:07.783Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:08:07.783Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:08:07.783Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:08:07.783Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:08:07.784Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:08:07.784Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:08:07.784Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:08:07.784Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502045918,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:08:07.785Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:08:07.785Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:08:07.785Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502048701,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
}
2023-04-03T06:08:07.785Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:08:07.785Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:08:07.785Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502049702,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
}
2023-04-03T06:08:07.786Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:08:07.786Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:08:07.786Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502081100,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:08:07.786Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:08:07.786Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:08:07.787Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:08:07.787Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:08:07.787Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:08:07.787Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T06:08:07.787Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:08:07.787Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:08:07.788Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-03T06:08:07.788Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:08:07.788Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:08:07.788Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:08:07.788Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:08:07.788Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:08:07.789Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-03T06:08:07.789Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:08:07.789Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:08:07.789Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:08:07.789Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:08:08.140Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:08:08.140Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:08:08.140Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:08:08.140Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:08:09.141Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "serviceName": "vFW 2023-04-03 05-26-46",
  "serviceVersion": "1.0",
  "serviceUUID": "c608ba70-262e-4e6c-a5ac-a662dc3a40ae",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2ab16a21-98dc-4b45-bfdd-8202f50de2ef",
  "resources": [
    {
      "resourceInstanceName": "vFW 9788de87-67a5 0",
      "resourceCustomizationUUID": "cb88b717-d4c9-49ee-bd40-a092f617a26a",
      "resourceName": "vFW 9788de87-67a5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a3eb70d2-577c-4ec5-a10e-227de41ce2e3",
      "resourceInvariantUUID": "ceba352d-9b2d-4bfc-8c8e-3e4c94004a14",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw9788de8767a50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
          "artifactChecksum": "M2I0ZWZhOTk5OWY2ZjFiZDA4NmRmYTgzZDUyMjAwMGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0a3c8d72-899d-404d-9ec3-4a9aa9370a01",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "332f6cea-661b-44e7-8418-999a7faa362d",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5a4d096b-2ade-46d5-9e0a-f464972a54b7",
            "generatedFromUUID": "332f6cea-661b-44e7-8418-999a7faa362d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5a4d096b-2ade-46d5-9e0a-f464972a54b7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230403052646-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
      "artifactChecksum": "NWRmYWJmOGUyMDRkODNmODM4MTlmMTE1YmFmNjQyZmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5d50b584-a760-415f-b165-b06ef6b1f1e8"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:08:09.141Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:08:09.142Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c608ba70-262e-4e6c-a5ac-a662dc3a40ae ASDC
2023-04-03T06:08:09.142Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:2a7eda29-9989-4138-bd46-cca320902689
ServiceName:vFW 2023-04-03 05-26-46
ServiceVersion:1.0
ServiceUUID:c608ba70-262e-4e6c-a5ac-a662dc3a40ae
ServiceInvariantUUID:2ab16a21-98dc-4b45-bfdd-8202f50de2ef
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230403052646-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
ArtifactUUID:5d50b584-a760-415f-b165-b06ef6b1f1e8
ArtifactChecksum:NWRmYWJmOGUyMDRkODNmODM4MTlmMTE1YmFmNjQyZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9788de87-67a5 0
ResourceCustomizationUUID:cb88b717-d4c9-49ee-bd40-a092f617a26a
ResourceInvariantUUID:ceba352d-9b2d-4bfc-8c8e-3e4c94004a14
ResourceName:vFW 9788de87-67a5
ResourceType:VF
ResourceUUID:a3eb70d2-577c-4ec5-a10e-227de41ce2e3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9788de8767a50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json
ArtifactUUID:0a3c8d72-899d-404d-9ec3-4a9aa9370a01
ArtifactChecksum:M2I0ZWZhOTk5OWY2ZjFiZDA4NmRmYTgzZDUyMjAwMGI=
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/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml
ArtifactUUID:332f6cea-661b-44e7-8418-999a7faa362d
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/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env
ArtifactUUID:5a4d096b-2ade-46d5-9e0a-f464972a54b7
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/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env
ArtifactUUID:5a4d096b-2ade-46d5-9e0a-f464972a54b7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T06:08:09.142Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c608ba70-262e-4e6c-a5ac-a662dc3a40ae ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:08:09.184Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:08:09.185Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:08:09.185Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:08:09.185Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 from URL: /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
2023-04-03T06:08:09.185Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:08:09.185Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
2023-04-03T06:08:09.484Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:08:09.487Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar 5d50b584-a760-415f-b165-b06ef6b1f1e8 101394
2023-04-03T06:08:09.487Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar ASDC sendASDCNotification
2023-04-03T06:08:09.488Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
2023-04-03T06:08:09.488Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:08:09.488Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:08:09.489Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:08:09.489Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502089487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:08:10.490Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:08:10.491Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:08:10.491Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8, URL: /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar to file: /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:08:10.491Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230403052646-csar.csar
2023-04-03T06:08:10.492Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:08:10.492Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:08:10.635Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8349992990701920126/Definitions/service-Vfw20230403052646-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-03T06:08:12.290Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:08:12.291Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:08:12.291Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:08:12.291Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-03T06:08:12.291Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:08:12.291Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:08:12.291Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:08:12.291Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:08:12.291Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:08:12.291Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:08:12.291Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:08:12.291Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:08:12.291Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:08:12.291Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9788de87-67a5 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-Vfw20230403052646-csar.csar
2023-04-03T06:08:12.291Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:08:12.292Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:08:12.292Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:08:12.292Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:08:12.292Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T06:08:12.292Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:08:12.292Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:08:12.292Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:08:12.292Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:08:12.292Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T06:08:12.292Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:08:12.292Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:08:12.292Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:08:12.292Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:08:12.293Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:08:12.293Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T06:08:12.293Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:08:12.293Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:08:12.293Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T06:08:12.293Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:08:12.293Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T06:08:12.293Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:08:12.293Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T06:08:12.293Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T06:08:12.293Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T06:08:12.293Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:08:12.293Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T06:08:12.293Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T06:08:12.293Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T06:08:12.293Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T06:08:12.293Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:08:12.294Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T06:08:12.294Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:08:12.294Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T06:08:12.294Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:08:12.294Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T06:08:12.294Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:08:12.294Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:08:12.294Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T06:08:12.294Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:08:12.294Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:08:12.294Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T06:08:12.294Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:08:12.294Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:08:12.295Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T06:08:12.295Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:08:12.295Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:08:12.295Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-03T06:08:12.295Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T06:08:12.295Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T06:08:12.295Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:08:12.295Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T06:08:12.295Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T06:08:12.295Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T06:08:12.295Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T06:08:12.295Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:08:12.295Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a430e9fd-041a-42d8-b147-c518cfc20c03
2023-04-03T06:08:12.295Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:08:12.296Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T06:08:12.296Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:08:12.296Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:08:12.296Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T06:08:12.296Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:08:12.296Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T06:08:12.296Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:08:12.296Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T06:08:12.296Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-03T06:08:12.296Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T06:08:12.296Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T06:08:12.296Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T06:08:12.296Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:08:12.296Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ab73571b-7798-4ba9-977b-2137a4ccef6a
2023-04-03T06:08:12.296Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:08:12.296Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T06:08:12.296Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:08:12.296Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:08:12.296Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T06:08:12.296Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:08:12.297Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T06:08:12.297Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:08:12.297Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T06:08:12.297Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T06:08:12.297Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T06:08:12.297Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:08:12.297Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T06:08:12.297Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-03T06:08:12.297Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=16305da0-f57a-4b01-82d2-de9f0140b769
2023-04-03T06:08:12.297Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:08:12.297Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:08:12.297Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:08:12.297Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:08:12.298Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:08:12.298Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:08:12.298Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:08:12.298Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:08:12.298Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-03 05-26-46
Description:catalog service description
Model UUID:c608ba70-262e-4e6c-a5ac-a662dc3a40ae
Model Version:NULL
Model InvariantUuid:2ab16a21-98dc-4b45-bfdd-8202f50de2ef
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 9788de87-67a5
Model UUID:565afa59-b03d-48f0-93f9-012885fc7424
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ceba352d-9b2d-4bfc-8c8e-3e4c94004a14
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cb88b717-d4c9-49ee-bd40-a092f617a26a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:85136328-f095-47bb-bc1c-43a61975e49b
ModelName:Vfw9788de8767a5..base_vfw..module-0
ModelUuid:825a363c-eea9-4145-a6e9-00dc45aa43e4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a430e9fd-041a-42d8-b147-c518cfc20c03
ModelInvariantUuid:e4c62a9b-09a1-467b-bf7a-6e2eb5d52103
ModelName:vFW 9788de87-67a5-nodes.vfwCvfc
ModelUuid:04f5a6c2-5ed2-452d-bc04-b56dbdc1259a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:39b4f3bc-fb2c-49b5-beb6-0eb321eb4892
ModelInvariantUuid:8fd280ad-9d22-4c16-abe3-bfe12fedac79
ModelName:Vfw9788de8767a5.compute.nodes.heat.vfw
ModelUuid:4d8679d6-a308-49ad-8d75-0fe570cc9e12
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ab73571b-7798-4ba9-977b-2137a4ccef6a
ModelInvariantUuid:2e7cac4b-1a60-4ea2-a2ce-1ec4f00fb9bb
ModelName:vFW 9788de87-67a5-nodes.vsnCvfc
ModelUuid:1c97fb47-a071-4a26-83fa-f699107d14c1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b1ad0e7f-19b7-4fd9-ba6a-f94020f801de
ModelInvariantUuid:70018cf0-0e4c-42ef-83c7-538284785f9f
ModelName:Vfw9788de8767a5.compute.nodes.heat.vsn
ModelUuid:9bcc28a2-9d7d-425e-9f60-3eca4a7cc3f1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:16305da0-f57a-4b01-82d2-de9f0140b769
ModelInvariantUuid:48951810-a0e3-4e18-8b24-d7da77221b02
ModelName:vFW 9788de87-67a5-nodes.vpgCvfc
ModelUuid:4a32a8a1-548b-4963-96ed-4fe7a6d6a0a4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e2881614-1550-491b-98ce-b4973170b2be
ModelInvariantUuid:abf9146c-dc4f-4fe9-b92b-4d2a6c633a6b
ModelName:Vfw9788de8767a5.compute.nodes.heat.vpg
ModelUuid:1738041d-46dd-41ff-ab54-1107d8a343d4
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-04-03T06:08:12.449Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||ERROR|500||Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists
2023-04-03T06:08:12.450Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar ASDC sendASDCNotification
2023-04-03T06:08:12.450Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar(Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists)
2023-04-03T06:08:12.450Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:08:12.450Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:08:12.450Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:08:12.450Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502092450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:08:13.451Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar ASDC sendASDCNotification
2023-04-03T06:08:13.455Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar(Resource with UUID: a3eb70d2-577c-4ec5-a10e-227de41ce2e3 already exists)
2023-04-03T06:08:13.455Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:08:13.455Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:08:13.455Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:08:13.455Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502093451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a3eb70d2-577c-4ec5-a10e-227de41ce2e3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:08:14.456Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a7eda29-9989-4138-bd46-cca320902689
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:08:14.485Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a7eda29-9989-4138-bd46-cca320902689
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:08:14.490Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:08:14.491Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:08:14.491Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:08:14.491Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:08:14.491Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:08:14.491Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:08:14.492Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:08:14.492Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:08:14.492Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:08:14.508Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:08:44.509Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a7eda29-9989-4138-bd46-cca320902689 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:08:44.523Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a7eda29-9989-4138-bd46-cca320902689 and serviceModelVersionId: c608ba70-262e-4e6c-a5ac-a662dc3a40ae
2023-04-03T06:08:44.523Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2ab16a21-98dc-4b45-bfdd-8202f50de2ef
2023-04-03T06:08:44.524Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0
2023-04-03T06:08:44.529Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:08:44.556Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|INFO|500||Invoke
2023-04-03T06:08:44.556Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2a7eda29-9989-4138-bd46-cca320902689], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[09030606-fbca-439d-94e5-efd0f6d340f8], X-ECOMP-RequestID=[2a7eda29-9989-4138-bd46-cca320902689], X-TransactionId=[], X-ONAP-RequestID=[2a7eda29-9989-4138-bd46-cca320902689], Content-Type=[application/merge-patch+json]}
2023-04-03T06:08:44.564Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:08:44.725Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:08:44 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[158], vertex-id=[176360], x-aai-txid=[2-aai-resources-230403-06:08:44:572-84670], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:08:44.726Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:08:44.726Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|INFO|500||InvokeReturn
2023-04-03T06:08:44.727Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:08:44.727Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:08:44.731Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:08:44.731Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a7eda29-9989-4138-bd46-cca320902689 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:08:44.731Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:08:44.732Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:08:44.732Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:08:44.732Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502124731,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:08:45.762Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:08:45.763Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1","serviceDescription":"service","serviceInvariantUUID":"a8e681f8-62e7-4d21-a5fa-dd60cbb7513e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"787af5c5-551e-4c25-b892-328c28277d94","resourceInvariantUUID":"cea6a232-8209-455d-b5b5-1ece29cf9aa9","resourceCustomizationUUID":"9606c9a9-94b4-499d-9e81-5800185e52f1","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":"NWQxOGZiNThkMjQyNGNlZGFlZjZjMGQ4ZjZhOTFiNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0461aead-9859-48ab-bafc-209cf2891a47","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NzcxYmY2ZmUyODYxN2M4NzdmYWE0N2YyZDQwN2U5MDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bacef586-115d-40b1-b3e1-5b20cbbe15e7","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:08:45.763Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:08:45.764Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:08:45.764Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:08:45.764Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:08:46.765Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:08:46.765Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:08:46.765Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:08:46.765Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:08:47.765Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a8e681f8-62e7-4d21-a5fa-dd60cbb7513e",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "9606c9a9-94b4-499d-9e81-5800185e52f1",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "787af5c5-551e-4c25-b892-328c28277d94",
      "resourceInvariantUUID": "cea6a232-8209-455d-b5b5-1ece29cf9aa9",
      "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": "NzcxYmY2ZmUyODYxN2M4NzdmYWE0N2YyZDQwN2U5MDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bacef586-115d-40b1-b3e1-5b20cbbe15e7"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:08:47.766Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:08:47.766Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1 ASDC
2023-04-03T06:08:47.766Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1
ServiceInvariantUUID:a8e681f8-62e7-4d21-a5fa-dd60cbb7513e
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:bacef586-115d-40b1-b3e1-5b20cbbe15e7
ArtifactChecksum:NzcxYmY2ZmUyODYxN2M4NzdmYWE0N2YyZDQwN2U5MDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9606c9a9-94b4-499d-9e81-5800185e52f1
ResourceInvariantUUID:cea6a232-8209-455d-b5b5-1ece29cf9aa9
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:787af5c5-551e-4c25-b892-328c28277d94
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-03T06:08:47.766Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:08:47.811Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:08:47.811Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:08:47.811Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:08:47.811Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-03T06:08:47.811Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:08:47.811Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-03T06:08:48.030Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:08:48.031Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar bacef586-115d-40b1-b3e1-5b20cbbe15e7 57783
2023-04-03T06:08:48.031Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-03T06:08:48.031Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-03T06:08:48.031Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:08:48.031Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:08:48.031Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:08:48.032Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502128031,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:08:49.032Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:08:49.033Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:08:49.033Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:08:49.033Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-03T06:08:49.033Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:08:49.033Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:08:49.119Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17787767300720503891/Definitions/service-BasicNetwork-template.yml
2023-04-03T06:08:49.486Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:08:49.486Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:08:49.486Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:08:49.486Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-03T06:08:49.486Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:08:49.486Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:08:49.486Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:08:49.486Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:08:49.486Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:08:49.486Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:08:49.486Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:08:49.487Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:08:49.487Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:08:49.487Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:08:49.487Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:08:49.487Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-03T06:08:49.487Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:08:49.487Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:08:49.487Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:08:49.487Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:08:49.487Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-03T06:08:49.487Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:08:49.487Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:08:49.487Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:08:49.487Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:08:49.487Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:08:49.488Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:08:49.488Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:08:49.488Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:08:49.488Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:08:49.488Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:08:49.488Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:08:49.488Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:08:49.488Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1
Model Version:NULL
Model InvariantUuid:a8e681f8-62e7-4d21-a5fa-dd60cbb7513e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:cea6a232-8209-455d-b5b5-1ece29cf9aa9
Model UUID:8b34861b-9848-4d7e-a62d-634d34e94099
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:9606c9a9-94b4-499d-9e81-5800185e52f1
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-03T06:08:49.532Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||ERROR|500||Csar with UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 already exists
2023-04-03T06:08:49.533Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-03T06:08:49.533Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 already exists)
2023-04-03T06:08:49.533Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:08:49.533Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:08:49.534Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:08:49.534Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502129533,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:08:50.535Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-03T06:08:50.535Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 787af5c5-551e-4c25-b892-328c28277d94 already exists)
2023-04-03T06:08:50.535Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:08:50.536Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:08:50.536Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:08:50.536Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502130535,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 787af5c5-551e-4c25-b892-328c28277d94 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:08:51.537Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:08:51.560Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:08:51.565Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:08:51.565Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:08:51.565Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:08:51.565Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:08:51.565Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:08:51.566Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:08:51.566Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:08:51.566Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:08:51.566Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:08:51.580Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:09:07.773Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:09:07.774Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:09:07.774Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:09:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:09:21.581Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:09:21.593Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02 and serviceModelVersionId: 4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1
2023-04-03T06:09:21.593Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a8e681f8-62e7-4d21-a5fa-dd60cbb7513e
2023-04-03T06:09:21.594Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0
2023-04-03T06:09:21.601Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:09:21.640Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|INFO|500||Invoke
2023-04-03T06:09:21.640Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[dca785d8-6f68-4142-b3bb-60c88aa1e2d0], X-ECOMP-RequestID=[b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02], X-TransactionId=[], X-ONAP-RequestID=[b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02], Content-Type=[application/merge-patch+json]}
2023-04-03T06:09:21.649Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:09:21.789Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:09:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[151768], x-aai-txid=[1-aai-resources-230403-06:09:21:657-33113], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:09:21.790Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:09:21.790Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|INFO|500||InvokeReturn
2023-04-03T06:09:21.790Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:09:21.790Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:09:21.798Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:09:21.798Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:09:21.798Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:09:21.798Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:09:21.798Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:09:21.798Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502161798,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:09:22.828Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:09:22.829Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"faa6e256-3a0a-4c89-86b9-c4bedd8d632b","serviceName":"Demo_pNF_Oxl3B80h2m7gr6O9tOAo","serviceVersion":"1.0","serviceUUID":"1332212f-514b-4ea3-9653-22313ffcf1bd","serviceDescription":"catalog service description","serviceInvariantUUID":"55f9937c-9d37-4f8a-9eaa-29096097a150","resources":[{"resourceInstanceName":"pNF 4c97cee1-ff01 0","resourceName":"pNF 4c97cee1-ff01","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6dc9b242-9db9-49a0-bf5e-42ed573a9e51","resourceInvariantUUID":"fc0ac666-17a2-4b77-9bbb-772a72b5acf3","resourceCustomizationUUID":"c83a316e-0f12-4e26-88a9-d79a826ac680","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vf-license-model.xml","artifactChecksum":"MTViNzFmMzNhMzAzMzU0OTBmNWUwYjkzM2U0NTE4YmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"13dbec84-83ca-4a64-bc82-4a02eb81615e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/pNF.csar","artifactChecksum":"YWY1NzNlYTAyN2YwNmMyOGQ4YWMxMWZhMzZiY2NkNWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0083c2a9-2c9d-4c69-8cf4-4f4f39028164","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"10e2c8e0-0fc7-4d86-87d9-69b6df991a7a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vendor-license-model.xml","artifactChecksum":"OGZiNDFhZjc3ZmUwOGZkMjdjMGE0MzBlYTJkZjNjMTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b089e457-e80b-4fb5-90ff-5ba7b3212109","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0cc56ab-72e3-4a8e-89a4-dce330776fde","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"204e205e-8af3-40dd-a5e1-2f579430756a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml","artifactChecksum":"ZDQ2OThkYTFkMjRmYjJjOWYzY2VkMzBlNjFhNzk5NzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ffb6d078-e956-4a3f-b490-9bc3b920d2a4","artifactVersion":"1"},{"artifactName":"service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar","artifactChecksum":"ZGI4ZjVmMWQ0NDQ0MzFkN2E0N2ZkZDRhMjE4ZGUxMmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3ab3e23b-b342-4f65-a547-e54977d397da","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:09:22.829Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:09:22.830Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:09:22.830Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:09:22.830Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:09:23.831Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:09:23.831Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:09:23.831Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:09:23.832Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:09:24.832Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:09:24.833Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:09:24.833Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:09:24.834Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:09:25.834Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:09:25.835Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:09:25.835Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:09:25.835Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:09:26.836Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:09:26.836Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:09:26.837Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:09:26.840Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:09:27.841Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:09:27.841Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:09:27.842Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:09:27.842Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:09:28.843Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:09:28.844Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:09:28.844Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:09:28.844Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:09:29.845Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:09:29.845Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:09:29.845Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:09:29.845Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:09:30.846Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "serviceName": "Demo_pNF_Oxl3B80h2m7gr6O9tOAo",
  "serviceVersion": "1.0",
  "serviceUUID": "1332212f-514b-4ea3-9653-22313ffcf1bd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "55f9937c-9d37-4f8a-9eaa-29096097a150",
  "resources": [
    {
      "resourceInstanceName": "pNF 4c97cee1-ff01 0",
      "resourceCustomizationUUID": "c83a316e-0f12-4e26-88a9-d79a826ac680",
      "resourceName": "pNF 4c97cee1-ff01",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6dc9b242-9db9-49a0-bf5e-42ed573a9e51",
      "resourceInvariantUUID": "fc0ac666-17a2-4b77-9bbb-772a72b5acf3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
      "artifactChecksum": "ZGI4ZjVmMWQ0NDQ0MzFkN2E0N2ZkZDRhMjE4ZGUxMmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3ab3e23b-b342-4f65-a547-e54977d397da"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:09:30.846Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:09:30.846Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1332212f-514b-4ea3-9653-22313ffcf1bd ASDC
2023-04-03T06:09:30.847Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:faa6e256-3a0a-4c89-86b9-c4bedd8d632b
ServiceName:Demo_pNF_Oxl3B80h2m7gr6O9tOAo
ServiceVersion:1.0
ServiceUUID:1332212f-514b-4ea3-9653-22313ffcf1bd
ServiceInvariantUUID:55f9937c-9d37-4f8a-9eaa-29096097a150
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
ArtifactUUID:3ab3e23b-b342-4f65-a547-e54977d397da
ArtifactChecksum:ZGI4ZjVmMWQ0NDQ0MzFkN2E0N2ZkZDRhMjE4ZGUxMmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4c97cee1-ff01 0
ResourceCustomizationUUID:c83a316e-0f12-4e26-88a9-d79a826ac680
ResourceInvariantUUID:fc0ac666-17a2-4b77-9bbb-772a72b5acf3
ResourceName:pNF 4c97cee1-ff01
ResourceType:PNF
ResourceUUID:6dc9b242-9db9-49a0-bf5e-42ed573a9e51
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-03T06:09:30.847Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1332212f-514b-4ea3-9653-22313ffcf1bd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:09:30.897Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:09:30.897Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:09:30.897Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:09:30.897Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3ab3e23b-b342-4f65-a547-e54977d397da from URL: /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:09:30.897Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:09:30.898Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:09:31.197Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:09:31.200Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar 3ab3e23b-b342-4f65-a547-e54977d397da 87993
2023-04-03T06:09:31.200Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar ASDC sendASDCNotification
2023-04-03T06:09:31.200Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:09:31.200Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:09:31.200Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:09:31.200Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:09:31.201Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502171200,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:09:32.202Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:09:32.203Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:09:32.203Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 3ab3e23b-b342-4f65-a547-e54977d397da, URL: /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar to file: /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:09:32.203Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:09:32.204Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:09:32.204Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:09:32.295Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3907626958830976792/Definitions/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml
2023-04-03T06:09:32.943Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:09:32.943Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:09:32.943Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:09:32.943Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T06:09:32.943Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4c97cee1-ff01 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-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:09:32.943Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:09:32.943Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:09:32.943Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:09:32.943Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:09:32.943Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:09:32.943Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:09:32.943Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:09:32.943Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:09:32.943Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:09:32.943Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Node template pNF 4c97cee1-ff01 0 is matching search criteria
2023-04-03T06:09:32.943Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:09:32.944Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 4c97cee1-ff01 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:09:32.944Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:09:32.944Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:09:32.944Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Node template pNF 4c97cee1-ff01 0 is matching search criteria
2023-04-03T06:09:32.944Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:09:32.944Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 4c97cee1-ff01 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:09:32.944Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:09:32.944Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:09:32.944Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:09:32.944Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:09:32.944Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:09:32.944Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:09:32.944Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:09:32.944Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:09:32.944Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:09:32.944Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:09:32.944Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Oxl3B80h2m7gr6O9tOAo
Description:catalog service description
Model UUID:1332212f-514b-4ea3-9653-22313ffcf1bd
Model Version:NULL
Model InvariantUuid:55f9937c-9d37-4f8a-9eaa-29096097a150
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-04-03T06:09:32.988Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||ERROR|500||Csar with UUID: 3ab3e23b-b342-4f65-a547-e54977d397da already exists
2023-04-03T06:09:32.989Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar ASDC sendASDCNotification
2023-04-03T06:09:32.989Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar(Csar with UUID: 3ab3e23b-b342-4f65-a547-e54977d397da already exists)
2023-04-03T06:09:32.989Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:09:32.989Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:09:32.989Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:09:32.989Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502172988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3ab3e23b-b342-4f65-a547-e54977d397da already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:09:33.990Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar ASDC sendASDCNotification
2023-04-03T06:09:33.990Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar(Resource with UUID: 6dc9b242-9db9-49a0-bf5e-42ed573a9e51 already exists)
2023-04-03T06:09:33.990Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:09:33.991Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:09:33.991Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:09:33.991Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502173990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6dc9b242-9db9-49a0-bf5e-42ed573a9e51 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:09:34.991Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: faa6e256-3a0a-4c89-86b9-c4bedd8d632b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:09:35.016Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: faa6e256-3a0a-4c89-86b9-c4bedd8d632b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:09:35.022Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:09:35.022Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:09:35.022Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:09:35.022Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:09:35.022Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:09:35.023Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:09:35.023Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:09:35.023Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:09:35.023Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:09:35.037Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:10:05.037Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: faa6e256-3a0a-4c89-86b9-c4bedd8d632b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:10:05.046Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: faa6e256-3a0a-4c89-86b9-c4bedd8d632b and serviceModelVersionId: 1332212f-514b-4ea3-9653-22313ffcf1bd
2023-04-03T06:10:05.046Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 55f9937c-9d37-4f8a-9eaa-29096097a150
2023-04-03T06:10:05.047Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0
2023-04-03T06:10:05.053Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:10:05.073Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|INFO|500||Invoke
2023-04-03T06:10:05.074Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[faa6e256-3a0a-4c89-86b9-c4bedd8d632b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1f582bfe-b0c2-4ef9-8a20-218920c1b204], X-ECOMP-RequestID=[faa6e256-3a0a-4c89-86b9-c4bedd8d632b], X-TransactionId=[], X-ONAP-RequestID=[faa6e256-3a0a-4c89-86b9-c4bedd8d632b], Content-Type=[application/merge-patch+json]}
2023-04-03T06:10:05.083Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:10:05.231Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:10:05 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[144], vertex-id=[204832], x-aai-txid=[2-aai-resources-230403-06:10:05:093-21375], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:10:05.231Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:10:05.231Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|INFO|500||InvokeReturn
2023-04-03T06:10:05.232Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:10:05.232Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:10:05.235Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:10:05.235Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID faa6e256-3a0a-4c89-86b9-c4bedd8d632b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:10:05.235Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:10:05.235Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:10:05.235Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:10:05.236Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502205235,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:10:06.267Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:10:06.267Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"f6926451-6069-417e-b7db-2800b7061bb3","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"205c6bdd-fb55-4ab0-8210-70d6b0e9a06b","serviceDescription":"service","serviceInvariantUUID":"290a2027-5f50-48ce-b23b-d9958e461260","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cca49e2b-a592-45e7-ad60-a0b040a06b21","resourceInvariantUUID":"24305239-b2d0-4f68-bdfe-fcfaad612492","resourceCustomizationUUID":"d34b0cc4-af9b-4dcf-83b4-1bb790430cad","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":"ZjliNzNiZDBkNjNiMDhjNGU1ODEwMjRlM2ExMmM2MjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6646f189-8e5a-4d66-9645-a5c9bb3a7ea3","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":"ZGIyOWU2OGRhNWMwNWVjNTliMmU4N2IxYTZlZjVmMTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"248b0520-0753-43bc-8989-f4a2c11189fc","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":"138c0b31-d054-43d2-88ef-487fa941c727","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":"3eed7be2-186a-4381-be39-14e5c293ee30","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":"a1fc643c-6883-473b-8d39-b404e2a8fafd","artifactVersion":"2","generatedFromUUID":"138c0b31-d054-43d2-88ef-487fa941c727"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTkwOTFhZTNjODNkYTY0ZDNjMjY0OGMxM2QxMjA0OWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9394169b-ebc7-4234-b8f9-1af288a85dd0","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWUwYzkyZmNmNTU5Njk4N2RmYmI0ZDM5NWZmYWVmMDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1bf7198e-bb62-4f46-9790-b009f8321faa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:10:06.268Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:10:06.268Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:10:06.268Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:10:06.268Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "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-04-03T06:10:07.269Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:10:07.270Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:10:07.270Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:10:07.270Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "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-04-03T06:10:07.773Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:10:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:10:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502089487,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:10:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:10:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:10:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502092450,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists"
}
2023-04-03T06:10:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:10:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:10:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502093451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a3eb70d2-577c-4ec5-a10e-227de41ce2e3 already exists"
}
2023-04-03T06:10:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:10:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:10:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502124731,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:10:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:10:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:10:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:10:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:10:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:10:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:10:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:10:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:10:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502128031,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:10:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:10:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:10:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502129533,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 already exists"
}
2023-04-03T06:10:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:10:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:10:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502130535,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 787af5c5-551e-4c25-b892-328c28277d94 already exists"
}
2023-04-03T06:10:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:10:08.271Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:10:08.271Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:10:08.271Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:10:08.271Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "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-04-03T06:10:09.272Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:10:09.272Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:10:09.273Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:10:09.273Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "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-04-03T06:10:10.274Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:10:10.274Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:10:10.274Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:10:10.274Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "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-04-03T06:10:11.276Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:10:11.276Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:10:11.276Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:10:11.277Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:10:12.278Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:10:12.278Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:10:12.278Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:10:12.278Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:10:13.279Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "205c6bdd-fb55-4ab0-8210-70d6b0e9a06b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "290a2027-5f50-48ce-b23b-d9958e461260",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d34b0cc4-af9b-4dcf-83b4-1bb790430cad",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cca49e2b-a592-45e7-ad60-a0b040a06b21",
      "resourceInvariantUUID": "24305239-b2d0-4f68-bdfe-fcfaad612492",
      "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": "ZGIyOWU2OGRhNWMwNWVjNTliMmU4N2IxYTZlZjVmMTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "248b0520-0753-43bc-8989-f4a2c11189fc",
          "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": "138c0b31-d054-43d2-88ef-487fa941c727",
          "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": "a1fc643c-6883-473b-8d39-b404e2a8fafd",
            "generatedFromUUID": "138c0b31-d054-43d2-88ef-487fa941c727"
          },
          "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": "a1fc643c-6883-473b-8d39-b404e2a8fafd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "OWUwYzkyZmNmNTU5Njk4N2RmYmI0ZDM5NWZmYWVmMDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1bf7198e-bb62-4f46-9790-b009f8321faa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:10:13.280Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:10:13.280Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 205c6bdd-fb55-4ab0-8210-70d6b0e9a06b ASDC
2023-04-03T06:10:13.281Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:f6926451-6069-417e-b7db-2800b7061bb3
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:205c6bdd-fb55-4ab0-8210-70d6b0e9a06b
ServiceInvariantUUID:290a2027-5f50-48ce-b23b-d9958e461260
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:1bf7198e-bb62-4f46-9790-b009f8321faa
ArtifactChecksum:OWUwYzkyZmNmNTU5Njk4N2RmYmI0ZDM5NWZmYWVmMDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d34b0cc4-af9b-4dcf-83b4-1bb790430cad
ResourceInvariantUUID:24305239-b2d0-4f68-bdfe-fcfaad612492
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:cca49e2b-a592-45e7-ad60-a0b040a06b21
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:248b0520-0753-43bc-8989-f4a2c11189fc
ArtifactChecksum:ZGIyOWU2OGRhNWMwNWVjNTliMmU4N2IxYTZlZjVmMTY=
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:138c0b31-d054-43d2-88ef-487fa941c727
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:a1fc643c-6883-473b-8d39-b404e2a8fafd
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:a1fc643c-6883-473b-8d39-b404e2a8fafd
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T06:10:13.281Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 205c6bdd-fb55-4ab0-8210-70d6b0e9a06b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:10:13.332Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:10:13.332Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:10:13.332Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:10:13.333Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-03T06:10:13.333Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:10:13.333Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-03T06:10:13.622Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:10:13.623Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1bf7198e-bb62-4f46-9790-b009f8321faa 75157
2023-04-03T06:10:13.624Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-03T06:10:13.624Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-03T06:10:13.624Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:10:13.624Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:10:13.624Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:10:13.624Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502213623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:10:14.625Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:10:14.626Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:10:14.626Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:10:14.627Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-03T06:10:14.627Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:10:14.627Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:10:14.760Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13467555736897665368/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-04-03T06:10:15.753Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:10:15.754Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:10:15.754Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:10:15.754Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T06:10:15.754Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:10:15.754Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:10:15.754Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:10:15.754Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:10:15.754Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:10:15.754Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:10:15.754Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:10:15.754Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:10:15.755Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:10:15.755Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:10:15.755Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T06:10:15.755Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:10:15.755Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:10:15.755Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:10:15.755Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:10:15.755Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T06:10:15.755Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:10:15.756Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:10:15.756Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:10:15.756Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:10:15.756Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:10:15.756Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-03T06:10:15.756Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-03T06:10:15.756Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-03T06:10:15.756Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-03T06:10:15.756Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-03T06:10:15.756Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T06:10:15.756Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:10:15.757Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T06:10:15.757Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:10:15.757Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T06:10:15.757Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:10:15.757Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:10:15.757Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T06:10:15.757Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:10:15.757Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:10:15.757Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T06:10:15.758Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:10:15.758Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:10:15.758Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-03T06:10:15.758Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-03T06:10:15.758Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-03T06:10:15.758Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=386d9e5d-ce22-433e-b24c-37cd501f7a5e
2023-04-03T06:10:15.758Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:10:15.758Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:10:15.758Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:10:15.759Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:10:15.759Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:10:15.759Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:10:15.759Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:10:15.759Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:10:15.759Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:205c6bdd-fb55-4ab0-8210-70d6b0e9a06b
Model Version:NULL
Model InvariantUuid:290a2027-5f50-48ce-b23b-d9958e461260
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:5c1c232b-f9bd-4729-9222-6463a2fb68bb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:24305239-b2d0-4f68-bdfe-fcfaad612492
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d34b0cc4-af9b-4dcf-83b4-1bb790430cad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:45ee27b9-2ec5-4a13-9086-329dcfc9217b
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:7ad00a28-eb6b-49d7-a44f-740a5327feb9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:386d9e5d-ce22-433e-b24c-37cd501f7a5e
ModelInvariantUuid:49fbba8b-8e7d-4588-ac83-522574bdb8c3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:a2c7fc9a-e509-4068-80e6-b51e43bf82f6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:88907c78-b2df-4198-96df-32abf65b3916
ModelInvariantUuid:02bc1d5d-3906-4b72-9028-c9f379f61762
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:289b7c4e-6975-46bc-9f53-a059f29ecaa5
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-04-03T06:10:15.798Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||ERROR|500||Csar with UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa already exists
2023-04-03T06:10:15.799Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-03T06:10:15.799Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa already exists)
2023-04-03T06:10:15.799Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:10:15.799Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:10:15.800Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:10:15.800Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502215799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:10:16.801Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-03T06:10:16.801Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: cca49e2b-a592-45e7-ad60-a0b040a06b21 already exists)
2023-04-03T06:10:16.801Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:10:16.801Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:10:16.801Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:10:16.801Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502216800,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: cca49e2b-a592-45e7-ad60-a0b040a06b21 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:10:17.802Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6926451-6069-417e-b7db-2800b7061bb3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:10:17.832Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6926451-6069-417e-b7db-2800b7061bb3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:10:17.838Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:10:17.838Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:10:17.838Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:10:17.838Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:10:17.838Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:10:17.839Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:10:17.839Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:10:17.839Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:10:17.839Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:10:17.858Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:10:47.859Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f6926451-6069-417e-b7db-2800b7061bb3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:10:47.873Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f6926451-6069-417e-b7db-2800b7061bb3 and serviceModelVersionId: 205c6bdd-fb55-4ab0-8210-70d6b0e9a06b
2023-04-03T06:10:47.873Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 290a2027-5f50-48ce-b23b-d9958e461260
2023-04-03T06:10:47.873Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0
2023-04-03T06:10:47.879Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:10:47.896Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T06:10:47.896Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0|INFO|500||Invoke
2023-04-03T06:10:47.904Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:10:48.137Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0|INFO|500||InvokeReturn
2023-04-03T06:10:48.137Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:10:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[229], vertex-id=[241736], x-aai-txid=[0-aai-resources-230403-06:10:47:912-41855], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:10:48.137Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:10:48.137Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:10:48.137Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:10:48.140Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:10:48.140Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f6926451-6069-417e-b7db-2800b7061bb3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:10:48.140Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:10:48.140Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:10:48.140Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:10:48.141Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502248140,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:10:49.170Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:10:49.170Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"96176ffb-93a7-4469-ba17-beb529a16739","serviceName":"Demo_pNF_tu7tgeomYpGKBQ0AQDjF","serviceVersion":"1.0","serviceUUID":"7a7094f3-459f-4259-92ff-345bb8f82ff1","serviceDescription":"catalog service description","serviceInvariantUUID":"d9db46d4-4115-4d8b-bbdc-eb705935ec31","resources":[{"resourceInstanceName":"pNF 1a375b37-bf2d 0","resourceName":"pNF 1a375b37-bf2d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a53c58f7-9480-4033-b2b4-a5bf43228d88","resourceInvariantUUID":"c216dc19-0394-4801-b57a-deca2710f7f4","resourceCustomizationUUID":"e9bb89ba-768a-49cd-ac57-52b9d72d6b3b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vf-license-model.xml","artifactChecksum":"YmY0N2M4ZDE4NTY0NjhjZmRjYWViMDBhMGI1MWIxYjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"edefc8e0-95d5-4977-bfcf-24d220afd6b9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/pNF.csar","artifactChecksum":"YWY1NzNlYTAyN2YwNmMyOGQ4YWMxMWZhMzZiY2NkNWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d56217b0-ab36-4835-bde6-274ad03e4523","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7cd06037-a9d5-48ba-a05c-cdf1f4c740d6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vendor-license-model.xml","artifactChecksum":"Y2U4Njk4MWE1NDRkNTA1Y2ExM2I5ODEzMTQxOTI3NjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b5f85bc6-ca67-4fde-b27a-b30fb0ba4fa3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"30763a71-652c-4f01-9377-ae082aea79e6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"02a40e0d-6833-4c70-8069-cdf77a368cf2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml","artifactChecksum":"YmM3NThlNjkwZTNkNWFkOWI5OTdkMWFiMmRjZjM4MDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79c4f570-f9e2-4680-a9f5-a496d9a0e700","artifactVersion":"1"},{"artifactName":"service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar","artifactChecksum":"ZWIxNjM5ZmRhNTE5MDI2ODBmM2MwYTA2Y2ExNTljYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2feb992d-4f7e-4b44-a9b8-e44262cd5ad5","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:10:49.170Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:10:49.170Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:10:49.170Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:10:49.171Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:10:50.171Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:10:50.172Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:10:50.172Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:10:50.172Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:10:51.172Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:10:51.173Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:10:51.173Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:10:51.173Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:10:52.174Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:10:52.174Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:10:52.174Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:10:52.175Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:10:53.175Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:10:53.176Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:10:53.176Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:10:53.176Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:10:54.177Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:10:54.177Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:10:54.177Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:10:54.178Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:10:55.178Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:10:55.179Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:10:55.179Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:10:55.179Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:10:56.180Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:10:56.180Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:10:56.180Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:10:56.180Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:10:57.181Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "serviceName": "Demo_pNF_tu7tgeomYpGKBQ0AQDjF",
  "serviceVersion": "1.0",
  "serviceUUID": "7a7094f3-459f-4259-92ff-345bb8f82ff1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d9db46d4-4115-4d8b-bbdc-eb705935ec31",
  "resources": [
    {
      "resourceInstanceName": "pNF 1a375b37-bf2d 0",
      "resourceCustomizationUUID": "e9bb89ba-768a-49cd-ac57-52b9d72d6b3b",
      "resourceName": "pNF 1a375b37-bf2d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a53c58f7-9480-4033-b2b4-a5bf43228d88",
      "resourceInvariantUUID": "c216dc19-0394-4801-b57a-deca2710f7f4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
      "artifactChecksum": "ZWIxNjM5ZmRhNTE5MDI2ODBmM2MwYTA2Y2ExNTljYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2feb992d-4f7e-4b44-a9b8-e44262cd5ad5"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:10:57.182Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:10:57.182Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7a7094f3-459f-4259-92ff-345bb8f82ff1 ASDC
2023-04-03T06:10:57.182Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:96176ffb-93a7-4469-ba17-beb529a16739
ServiceName:Demo_pNF_tu7tgeomYpGKBQ0AQDjF
ServiceVersion:1.0
ServiceUUID:7a7094f3-459f-4259-92ff-345bb8f82ff1
ServiceInvariantUUID:d9db46d4-4115-4d8b-bbdc-eb705935ec31
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
ArtifactUUID:2feb992d-4f7e-4b44-a9b8-e44262cd5ad5
ArtifactChecksum:ZWIxNjM5ZmRhNTE5MDI2ODBmM2MwYTA2Y2ExNTljYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 1a375b37-bf2d 0
ResourceCustomizationUUID:e9bb89ba-768a-49cd-ac57-52b9d72d6b3b
ResourceInvariantUUID:c216dc19-0394-4801-b57a-deca2710f7f4
ResourceName:pNF 1a375b37-bf2d
ResourceType:PNF
ResourceUUID:a53c58f7-9480-4033-b2b4-a5bf43228d88
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-03T06:10:57.183Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a7094f3-459f-4259-92ff-345bb8f82ff1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-04-03T06:10:57.244Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:10:57.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:10:57.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:10:57.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 from URL: /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:10:57.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:10:57.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:10:57.563Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:10:57.565Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 87992
2023-04-03T06:10:57.566Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar ASDC sendASDCNotification
2023-04-03T06:10:57.566Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:10:57.566Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:10:57.566Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:10:57.566Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:10:57.567Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502257566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:10:58.567Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:10:58.568Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:10:58.568Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5, URL: /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar to file: /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:10:58.569Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:10:58.569Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:10:58.569Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:10:58.660Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1287292901457336021/Definitions/service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml
2023-04-03T06:10:59.273Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:10:59.273Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:10:59.273Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:10:59.273Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T06:10:59.273Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1a375b37-bf2d 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-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:10:59.273Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:10:59.273Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:10:59.273Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:10:59.273Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:10:59.273Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:10:59.273Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:10:59.273Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:10:59.274Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:10:59.274Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:10:59.274Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Node template pNF 1a375b37-bf2d 0 is matching search criteria
2023-04-03T06:10:59.274Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:10:59.274Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 1a375b37-bf2d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:10:59.274Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:10:59.274Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:10:59.274Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Node template pNF 1a375b37-bf2d 0 is matching search criteria
2023-04-03T06:10:59.274Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:10:59.274Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 1a375b37-bf2d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:10:59.274Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:10:59.274Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:10:59.274Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:10:59.274Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:10:59.274Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:10:59.274Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:10:59.274Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:10:59.274Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:10:59.274Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:10:59.275Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:10:59.275Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_tu7tgeomYpGKBQ0AQDjF
Description:catalog service description
Model UUID:7a7094f3-459f-4259-92ff-345bb8f82ff1
Model Version:NULL
Model InvariantUuid:d9db46d4-4115-4d8b-bbdc-eb705935ec31
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-04-03T06:10:59.280Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: a53c58f7-9480-4033-b2b4-a5bf43228d88
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:10:59.282Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||pNF 1a375b37-bf2d 0
2023-04-03T06:10:59.282Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a53c58f7-9480-4033-b2b4-a5bf43228d88
2023-04-03T06:10:59.282Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 7a7094f3-459f-4259-92ff-345bb8f82ff1
2023-04-03T06:10:59.282Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 7a7094f3-459f-4259-92ff-345bb8f82ff1
2023-04-03T06:10:59.282Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 1a375b37-bf2d 0 a53c58f7-9480-4033-b2b4-a5bf43228d88 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-04-03T06:10:59.287Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7ac3b228, org.onap.sdc.toscaparser.api.parameters.Input@7650e085, org.onap.sdc.toscaparser.api.parameters.Input@4a6029dc, org.onap.sdc.toscaparser.api.parameters.Input@5474263b, org.onap.sdc.toscaparser.api.parameters.Input@33c19c6f]
2023-04-03T06:10:59.287Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:10:59.287Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:10:59.288Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 7a7094f3-459f-4259-92ff-345bb8f82ff1: pNF 1a375b37-bf2d
2023-04-03T06:10:59.288Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Processing PNF resource: a53c58f7-9480-4033-b2b4-a5bf43228d88
2023-04-03T06:10:59.288Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:10:59.288Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:10:59.288Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Resource customization UUID: e9bb89ba-768a-49cd-ac57-52b9d72d6b3b is the same as notified resource customizationUUID: e9bb89ba-768a-49cd-ac57-52b9d72d6b3b
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-04-03T06:10:59.340Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 1a375b37-bf2d a53c58f7-9480-4033-b2b4-a5bf43228d88 0 ASDC deployResourceStructure
2023-04-03T06:10:59.341Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar ASDC sendASDCNotification
2023-04-03T06:10:59.341Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:10:59.341Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-03T06:10:59.341Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:10:59.341Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:10:59.341Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502259341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:11:00.342Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96176ffb-93a7-4469-ba17-beb529a16739
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:11:00.371Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96176ffb-93a7-4469-ba17-beb529a16739
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:11:00.377Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:11:00.377Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:11:00.377Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:11:00.377Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:11:00.377Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:11:00.377Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:11:00.377Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:11:00.377Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:11:00.377Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:11:00.391Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:11:07.773Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:11:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:11:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502161798,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:11:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:11:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:11:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:11:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:11:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:11:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:11:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:11:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:11:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:11:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:11:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:11:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:11:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:11:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:11:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:11:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:11:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:11:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:11:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:11:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:11:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:11:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:11:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:11:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:11:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:11:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:11:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502171200,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:11:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:11:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:11:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502172988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3ab3e23b-b342-4f65-a547-e54977d397da already exists"
}
2023-04-03T06:11:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:11:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:11:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502173990,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6dc9b242-9db9-49a0-bf5e-42ed573a9e51 already exists"
}
2023-04-03T06:11:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:11:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:11:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502205235,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:11:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:11:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:11:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:11:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:11:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:11:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T06:11:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:11:30.392Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 96176ffb-93a7-4469-ba17-beb529a16739 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:11:30.405Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 96176ffb-93a7-4469-ba17-beb529a16739 and serviceModelVersionId: 7a7094f3-459f-4259-92ff-345bb8f82ff1
2023-04-03T06:11:30.405Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d9db46d4-4115-4d8b-bbdc-eb705935ec31
2023-04-03T06:11:30.405Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0
2023-04-03T06:11:30.413Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:11:30.433Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T06:11:30.433Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0|INFO|500||Invoke
2023-04-03T06:11:30.441Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:11:30.600Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0|INFO|500||InvokeReturn
2023-04-03T06:11:30.600Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:11:30 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[156], vertex-id=[241672], x-aai-txid=[1-aai-resources-230403-06:11:30:449-82408], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:11:30.601Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:11:30.601Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:11:30.601Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:11:30.609Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:11:30.610Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 96176ffb-93a7-4469-ba17-beb529a16739 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:11:30.610Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:11:30.610Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:11:30.610Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:11:30.610Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502290610,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:11:31.642Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T06:11:31.644Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-03T06:11:31.644Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Node 0 disconnected.
2023-04-03T06:11:31.647Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:11:31.647Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:11:31.648Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:11:31.648Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T06:11:31.651Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:11:31.653Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-562d58ca-22f3-4a5c-bf38-cdd1e5d5ba43
2023-04-03T06:11:31.654Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:11:31.654Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T06:11:33.270Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:11:36.280Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:11:39.288Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:11:42.297Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:11:45.306Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:11:48.316Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:11:51.325Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:11:54.334Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:11:57.344Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:12:00.352Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:12:03.362Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:12:06.370Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:12:07.773Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:12:07.789Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:12:07.790Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T06:12:07.796Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T06:12:07.797Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully joined group with generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-562d58ca-22f3-4a5c-bf38-cdd1e5d5ba43', protocol='range'}
2023-04-03T06:12:07.802Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 33: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-562d58ca-22f3-4a5c-bf38-cdd1e5d5ba43=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-04-03T06:12:07.819Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T06:12:07.819Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:12:07.819Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully synced group in generation Generation{generationId=33, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-562d58ca-22f3-4a5c-bf38-cdd1e5d5ba43', protocol='range'}
2023-04-03T06:12:07.819Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:12:07.820Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:12:07.820Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:12:07.822Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T06:12:07.823Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T06:12:07.823Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T06:12:07.823Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=846, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T06:12:07.823Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T06:12:07.823Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T06:12:07.823Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T06:12:07.824Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T06:12:07.824Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T06:12:07.824Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T06:12:07.824Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T06:12:07.824Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T06:12:07.848Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:12:07.848Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"67140925-3a6f-407a-959c-109e177260de","serviceName":"basic_onboard_FLWUdk","serviceVersion":"1.0","serviceUUID":"19ebdf40-c64a-481d-8a8f-8b59c9326af3","serviceDescription":"service","serviceInvariantUUID":"2bac4cbd-5db1-4650-9def-8fec2ad66681","resources":[{"resourceInstanceName":"basic_onboard_FLWUdk 0","resourceName":"basic_onboard_FLWUdk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dac3165c-a204-413f-adbe-704623ed23b4","resourceInvariantUUID":"d53cee2e-031e-415a-8fae-95f51faf2e70","resourceCustomizationUUID":"4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml","artifactChecksum":"NGM5YzhiYzRjZjc0ZjU3MmRkMjA5ZTUyYTAwMjQwNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd788691-5050-4702-936e-5323ddbfa177","artifactVersion":"1"},{"artifactName":"basic_onboard_flwudk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json","artifactChecksum":"ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d45e3439-bba4-4631-9b18-813915a57166","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f47d27f-dfde-477b-a49d-8653be82ad1c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ea2f5259-0af6-448f-9bc0-3a618a91f457","artifactVersion":"2","generatedFromUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFlwudk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml","artifactChecksum":"MDk4ODRiZjQ2ZjgxMzhiYjYyYjdkMDAzZGYyNTc2MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"589963b3-da11-4d3e-b9e4-5adee2b92999","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFlwudk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar","artifactChecksum":"ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f8f74d7f-c5f7-425e-a01c-0a969b83b0dc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:12:07.849Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:12:07.850Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:12:07.850Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:12:07.850Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:12:08.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.843Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-03T06:12:08.844Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.844Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.844Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.844Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-03T06:12:08.844Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.844Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.844Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.845Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:12:08.845Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.845Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502213623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:12:08.845Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.845Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502215799,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa already exists"
}
2023-04-03T06:12:08.845Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.845Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502216800,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: cca49e2b-a592-45e7-ad60-a0b040a06b21 already exists"
}
2023-04-03T06:12:08.845Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.845Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1680502215778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.846Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.846Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680502188403,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.846Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.846Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680502191658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.846Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.846Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502190220,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.846Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.846Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680502217700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.846Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.847Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680502215429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.847Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.847Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1680502215778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.847Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.847Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502190220,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.847Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.847Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680502188403,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.847Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.848Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680502191658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.848Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.848Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680502217700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.848Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.848Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680502215429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.848Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.848Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1680502215778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.848Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.849Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680502191658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.849Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.849Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502190220,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.849Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.849Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680502188403,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.849Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.849Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680502217700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.849Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.849Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680502215429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.849Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.849Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1680502215778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.849Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.850Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680502191658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.850Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.850Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502190220,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.850Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.850Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680502188403,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.850Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.850Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680502217700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.850Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.850Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680502215429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.850Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.851Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1680502215778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.851Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.850Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:12:08.851Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680502191658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.851Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.851Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502190220,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.851Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:12:08.851Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.851Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:12:08.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.851Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680502188403,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.851Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:12:08.852Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.852Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680502217700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.852Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.852Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680502215429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.852Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.852Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1680502215778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.852Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.852Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.852Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680502191658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.853Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.853Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502190220,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.853Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.853Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680502188403,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.853Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.853Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680502217700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-04-03T06:12:08.853Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.853Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680502215429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.853Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.853Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.853Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1680502215778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.853Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.854Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680502188403,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.854Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.854Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502190220,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.854Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.854Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680502191658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.854Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.854Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.854Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680502217700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.854Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.855Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680502215429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.855Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.855Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1680502215778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:12:08.855Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.855Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680502191658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:12:08.855Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.855Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502190220,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:12:08.855Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.855Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.855Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680502188403,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:12:08.856Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.856Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680502217700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.856Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.856Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680502215429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:12:08.856Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.856Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1680502226968,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:12:08.856Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.856Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502226970,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:12:08.856Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.856Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.857Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680502226387,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:12:08.857Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.857Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680502227557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:12:08.857Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.857Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680502227390,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T06:12:08.857Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.857Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.857Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680502228392,
  "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-04-03T06:12:08.894Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d15e255c-b15d-4c52-8bb3-899edc3349b8
2023-04-03T06:12:08.894Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d15e255c-b15d-4c52-8bb3-899edc3349b8 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-04-03T06:12:08.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.915Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680502229331,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T06:12:08.916Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.916Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680502230336,
  "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-04-03T06:12:08.930Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d15e255c-b15d-4c52-8bb3-899edc3349b8
2023-04-03T06:12:08.930Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d15e255c-b15d-4c52-8bb3-899edc3349b8 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-04-03T06:12:08.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.953Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1680502230744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T06:12:08.953Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.953Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "aai-model-loader",
  "timestamp": 1680502231747,
  "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-04-03T06:12:08.967Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d15e255c-b15d-4c52-8bb3-899edc3349b8
2023-04-03T06:12:08.967Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d15e255c-b15d-4c52-8bb3-899edc3349b8 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-04-03T06:12:08.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.991Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502248140,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:12:08.991Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.991Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.991Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.992Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.992Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.992Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.992Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.992Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.992Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.992Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.992Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.992Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.992Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.992Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.992Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.992Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680501709032,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:12:08.993Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.993Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502257566,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:12:08.993Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.993Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502259341,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T06:12:08.993Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.993Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502290610,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:12:08.993Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:08.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:12:08.993Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:12:08.993Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:12:09.852Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:12:09.853Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:12:09.853Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:12:09.853Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:12:10.854Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:12:10.855Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:12:10.855Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:12:10.855Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:12:11.856Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:12:11.856Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:12:11.856Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:12:11.856Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:12:12.856Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:12:12.857Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:12:12.857Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:12:12.857Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:12:13.858Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:12:13.858Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:12:13.859Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:12:13.859Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:12:14.860Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "serviceName": "basic_onboard_FLWUdk",
  "serviceVersion": "1.0",
  "serviceUUID": "19ebdf40-c64a-481d-8a8f-8b59c9326af3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2bac4cbd-5db1-4650-9def-8fec2ad66681",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_FLWUdk 0",
      "resourceCustomizationUUID": "4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf",
      "resourceName": "basic_onboard_FLWUdk",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dac3165c-a204-413f-adbe-704623ed23b4",
      "resourceInvariantUUID": "d53cee2e-031e-415a-8fae-95f51faf2e70",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_flwudk0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
          "artifactChecksum": "ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d45e3439-bba4-4631-9b18-813915a57166",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
            "generatedFromUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardFlwudk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
      "artifactChecksum": "ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f8f74d7f-c5f7-425e-a01c-0a969b83b0dc"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:12:14.861Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:12:14.861Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC
2023-04-03T06:12:14.861Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:67140925-3a6f-407a-959c-109e177260de
ServiceName:basic_onboard_FLWUdk
ServiceVersion:1.0
ServiceUUID:19ebdf40-c64a-481d-8a8f-8b59c9326af3
ServiceInvariantUUID:2bac4cbd-5db1-4650-9def-8fec2ad66681
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFlwudk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
ArtifactUUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc
ArtifactChecksum:ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_FLWUdk 0
ResourceCustomizationUUID:4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf
ResourceInvariantUUID:d53cee2e-031e-415a-8fae-95f51faf2e70
ResourceName:basic_onboard_FLWUdk
ResourceType:VF
ResourceUUID:dac3165c-a204-413f-adbe-704623ed23b4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_flwudk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
ArtifactUUID:d45e3439-bba4-4631-9b18-813915a57166
ArtifactChecksum:ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ=
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:01129bd9-4e3f-4f2f-92c1-083f0cfccae5
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T06:12:14.861Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:12:14.911Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:12:14.912Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:12:14.912Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:12:14.912Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f8f74d7f-c5f7-425e-a01c-0a969b83b0dc from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T06:12:14.912Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:12:14.913Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T06:12:14.937Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-04-03T06:12:14.937Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2d3494aa
2023-04-03T06:12:14.937Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T06:12:14.938Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T06:12:14.938Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardFlwudk-csar.csar /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar f8f74d7f-c5f7-425e-a01c-0a969b83b0dc Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T06:12:14.938Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar ASDC sendASDCNotification
2023-04-03T06:12:14.938Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(Specified artifact is  not found)
2023-04-03T06:12:14.939Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T06:12:14.939Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:12:14.939Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:12:14.939Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502334938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:12:15.941Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardFlwudk-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(UUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-04-03T06:12:15.965Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:12:15.966Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:12:15.972Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||basic_onboard_FLWUdk 0
2023-04-03T06:12:15.972Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
2023-04-03T06:12:15.972Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d45e3439-bba4-4631-9b18-813915a57166 from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T06:12:15.973Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:12:15.973Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T06:12:15.990Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-04-03T06:12:15.991Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@120830b1
2023-04-03T06:12:15.991Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T06:12:15.991Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T06:12:15.991Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_flwudk0_modules.json /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json d45e3439-bba4-4631-9b18-813915a57166 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T06:12:15.991Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json ASDC sendASDCNotification
2023-04-03T06:12:15.992Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(Specified artifact is  not found)
2023-04-03T06:12:15.992Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T06:12:15.992Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:12:15.992Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:12:15.992Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502335991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:12:16.993Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_flwudk0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(UUID:d45e3439-bba4-4631-9b18-813915a57166)
Error message 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-04-03T06:12:16.993Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:12:17.020Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:12:17.024Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:12:17.025Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:12:47.025Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:12:47.047Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:12:47.051Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:12:47.051Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:13:07.773Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:13:07.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:13:07.775Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T06:13:07.776Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:13:17.051Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:13:17.074Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:13:17.078Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:13:17.078Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:13:47.079Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:13:47.101Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:13:47.105Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:13:47.105Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:14:07.773Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:14:07.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:14:07.775Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-03T06:14:07.775Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:14:07.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:14:07.776Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:14:07.776Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:14:07.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:14:07.776Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-03T06:14:07.776Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:14:07.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:14:07.776Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:14:07.776Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:14:07.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:14:07.776Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:14:07.777Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:14:07.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:14:07.777Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502334938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T06:14:07.777Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:14:07.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:14:07.777Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502335991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T06:14:07.778Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:14:17.106Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:14:17.123Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:14:17.126Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:14:17.126Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:14:47.126Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:14:47.146Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:14:47.151Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:14:47.152Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:15:07.773Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:15:17.152Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:15:17.169Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:15:17.171Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:15:17.171Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:15:47.171Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:15:47.185Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:15:47.188Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:15:47.188Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:16:07.773Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:16:17.188Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:16:17.203Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:16:17.206Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:16:17.207Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:16:47.207Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:16:47.222Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:16:47.225Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:16:47.225Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:17:07.775Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:17:07.882Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:17:07.883Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Member SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-562d58ca-22f3-4a5c-bf38-cdd1e5d5ba43 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-04-03T06:17:07.883Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-03T06:17:07.883Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-03T06:17:08.369Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:17:08.383Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:17:08.384Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T06:17:08.389Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=34, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T06:17:08.389Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 34: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-03T06:17:08.406Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=34, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T06:17:08.407Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:17:08.407Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:17:08.410Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T06:17:08.411Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T06:17:08.411Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T06:17:08.411Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=933, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T06:17:08.411Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T06:17:08.412Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T06:17:17.225Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-03T06:17:17.225Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67140925-3a6f-407a-959c-109e177260de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:17:17.234Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67140925-3a6f-407a-959c-109e177260de and serviceModelVersionId: 19ebdf40-c64a-481d-8a8f-8b59c9326af3
2023-04-03T06:17:17.234Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2bac4cbd-5db1-4650-9def-8fec2ad66681
2023-04-03T06:17:17.234Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0
2023-04-03T06:17:17.240Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:17:17.266Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||Invoke
2023-04-03T06:17:17.266Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[67140925-3a6f-407a-959c-109e177260de], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fba80ce9-bf22-4c5c-94fb-8c473592fb18], X-ECOMP-RequestID=[67140925-3a6f-407a-959c-109e177260de], X-TransactionId=[], X-ONAP-RequestID=[67140925-3a6f-407a-959c-109e177260de], Content-Type=[application/merge-patch+json]}
2023-04-03T06:17:17.273Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-03T06:17:17.426Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:17:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[376920], x-aai-txid=[1-aai-resources-230403-06:17:17:283-95718], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:17:17.426Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:17:17.427Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||InvokeReturn
2023-04-03T06:17:17.427Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:17:17.427Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:17:17.439Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:17:17.440Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67140925-3a6f-407a-959c-109e177260de and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-03T06:17:17.441Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-03T06:17:17.441Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:17:17.441Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:17:17.441Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502637441,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:17:17.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:17:17.462Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502637441,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-03T06:17:17.462Z||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-04-03T06:17:18.460Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:17:18.460Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"1ba6c437-f06e-4cf5-971b-291d0684a066","serviceName":"vFW 2023-04-03 04-26-19","serviceVersion":"1.0","serviceUUID":"1d95d522-2e0f-4343-9cc1-c8057874e1a7","serviceDescription":"catalog service description","serviceInvariantUUID":"8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38","resources":[{"resourceInstanceName":"vFW 8e02d361-5433 0","resourceName":"vFW 8e02d361-5433","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6acdd6c7-fab4-4f67-9353-504622dd5512","resourceInvariantUUID":"38e6e99e-de44-4a71-b00e-d6a14e39c0d0","resourceCustomizationUUID":"c8134348-724c-4ac8-8b4e-b4601205c1d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml","artifactChecksum":"MTlhZWVmMDU3OWZkMjU2Njk5YWMzZWI4YTk1YzgwZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6a0a1ac1-1076-4d05-be3a-49fee5f34737","artifactVersion":"1"},{"artifactName":"vfw8e02d36154330_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json","artifactChecksum":"NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"476a91f6-7739-4473-b109-ebba85512af9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml","artifactChecksum":"MDJmNmQ4NzA3YTZmNDA2MDA0ZDU4MTRiOGFlN2Q2Mjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b38e7060-1448-4d85-8cdf-3a929672567e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"966ecea8-9af0-46aa-8d5d-3895d9686ba8","artifactVersion":"2","generatedFromUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230403042619-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml","artifactChecksum":"MGZlMGI4Zjc5NjcxZjg2N2I1Y2I2NWUyNTVjYjIzNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1540bab5-1751-409a-b2de-7a325f5eb69d","artifactVersion":"1"},{"artifactName":"service-Vfw20230403042619-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar","artifactChecksum":"ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"284a7ed8-be7f-4a31-9f04-d5e7b63fe142","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:17:18.460Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:17:18.460Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:17:18.460Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:17:18.460Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:17:19.461Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:17:19.462Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:17:19.462Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:17:19.462Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:17:20.463Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:17:20.463Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:17:20.463Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:17:20.464Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:17:21.466Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:17:21.467Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:17:21.467Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:17:21.467Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:17:22.468Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:17:22.469Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:17:22.469Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:17:22.469Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:17:23.470Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:17:23.470Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:17:23.470Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:17:23.470Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:17:24.472Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:17:24.472Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:17:24.472Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:17:24.473Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:17:25.474Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "serviceName": "vFW 2023-04-03 04-26-19",
  "serviceVersion": "1.0",
  "serviceUUID": "1d95d522-2e0f-4343-9cc1-c8057874e1a7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38",
  "resources": [
    {
      "resourceInstanceName": "vFW 8e02d361-5433 0",
      "resourceCustomizationUUID": "c8134348-724c-4ac8-8b4e-b4601205c1d5",
      "resourceName": "vFW 8e02d361-5433",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6acdd6c7-fab4-4f67-9353-504622dd5512",
      "resourceInvariantUUID": "38e6e99e-de44-4a71-b00e-d6a14e39c0d0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8e02d36154330_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
          "artifactChecksum": "NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "476a91f6-7739-4473-b109-ebba85512af9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
            "generatedFromUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230403042619-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
      "artifactChecksum": "ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "284a7ed8-be7f-4a31-9f04-d5e7b63fe142"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:17:25.474Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:17:25.474Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC
2023-04-03T06:17:25.475Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:1ba6c437-f06e-4cf5-971b-291d0684a066
ServiceName:vFW 2023-04-03 04-26-19
ServiceVersion:1.0
ServiceUUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
ServiceInvariantUUID:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230403042619-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
ArtifactUUID:284a7ed8-be7f-4a31-9f04-d5e7b63fe142
ArtifactChecksum:ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8e02d361-5433 0
ResourceCustomizationUUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
ResourceInvariantUUID:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
ResourceName:vFW 8e02d361-5433
ResourceType:VF
ResourceUUID:6acdd6c7-fab4-4f67-9353-504622dd5512
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8e02d36154330_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json
ArtifactUUID:476a91f6-7739-4473-b109-ebba85512af9
ArtifactChecksum:NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI=
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml
ArtifactUUID:62b20843-bd6e-4ffa-9cf5-dfe2585e9862
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T06:17:25.475Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:17:25.509Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:17:25.510Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:17:25.510Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:17:25.510Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 from URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T06:17:25.510Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:17:25.510Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T06:17:25.858Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:17:25.861Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 101447
2023-04-03T06:17:25.861Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T06:17:25.861Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T06:17:25.862Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:17:25.862Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:17:25.862Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:17:25.862Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502645861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:17:26.863Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:17:26.863Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:17:26.864Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142, URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar to file: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:17:26.864Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230403042619-csar.csar
2023-04-03T06:17:26.865Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:17:26.865Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:17:27.029Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12891867447568235601/Definitions/service-Vfw20230403042619-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-04-03T06:17:28.519Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:17:28.520Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:17:28.520Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:17:28.520Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-03T06:17:28.520Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:17:28.520Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:17:28.520Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:17:28.520Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:17:28.520Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:17:28.520Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:17:28.520Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:17:28.520Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:17:28.520Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:17:28.521Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:17:28.521Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8e02d361-5433 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-Vfw20230403042619-csar.csar
2023-04-03T06:17:28.521Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:17:28.521Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:17:28.521Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:17:28.521Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T06:17:28.521Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:17:28.521Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:17:28.521Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:17:28.521Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:17:28.521Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T06:17:28.521Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:17:28.521Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:17:28.521Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:17:28.522Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:17:28.522Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:17:28.522Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T06:17:28.522Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:17:28.522Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T06:17:28.522Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T06:17:28.522Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:17:28.522Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T06:17:28.522Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:17:28.522Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:17:28.522Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T06:17:28.522Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T06:17:28.522Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:17:28.523Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T06:17:28.523Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T06:17:28.523Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T06:17:28.523Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T06:17:28.523Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:17:28.523Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T06:17:28.523Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:17:28.523Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T06:17:28.523Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:17:28.523Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T06:17:28.523Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:17:28.523Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:17:28.523Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T06:17:28.524Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:17:28.524Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:17:28.524Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T06:17:28.524Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:17:28.524Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:17:28.524Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T06:17:28.524Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:17:28.524Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-03T06:17:28.524Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:17:28.524Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T06:17:28.524Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T06:17:28.524Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:17:28.524Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T06:17:28.524Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T06:17:28.524Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T06:17:28.525Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T06:17:28.525Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:17:28.525Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5ffc881a-26c6-4204-a1d2-ba4d1a62f347
2023-04-03T06:17:28.525Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:17:28.525Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T06:17:28.525Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:17:28.525Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T06:17:28.525Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T06:17:28.525Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:17:28.525Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T06:17:28.525Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:17:28.525Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:17:28.525Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-03T06:17:28.525Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T06:17:28.526Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T06:17:28.526Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T06:17:28.526Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:17:28.526Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
2023-04-03T06:17:28.526Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:17:28.526Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T06:17:28.526Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:17:28.526Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T06:17:28.526Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T06:17:28.526Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:17:28.526Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T06:17:28.526Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:17:28.526Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:17:28.526Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T06:17:28.526Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T06:17:28.526Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:17:28.527Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T06:17:28.527Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-03T06:17:28.527Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=122e325f-2e27-4d48-9a3f-efbc72a34c71
2023-04-03T06:17:28.527Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:17:28.527Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:17:28.527Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:17:28.527Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:17:28.527Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:17:28.527Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:17:28.527Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:17:28.527Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:17:28.527Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-03 04-26-19
Description:catalog service description
Model UUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
Model Version:NULL
Model InvariantUuid:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8e02d361-5433
Model UUID:47d4862e-1a6e-4dae-9653-99928c24d602
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cde9fb02-b9a2-4c60-9c16-09798dbb426d
ModelName:Vfw8e02d3615433..base_vfw..module-0
ModelUuid:6455b1ae-49c2-4d62-8cfb-2a21c47b6279
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5ffc881a-26c6-4204-a1d2-ba4d1a62f347
ModelInvariantUuid:7e3cea96-7596-4528-9dfb-591d1405d3a3
ModelName:vFW 8e02d361-5433-nodes.vfwCvfc
ModelUuid:756475be-46b0-4af1-9b47-3051a8f60749
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:082e0945-8a5f-423d-8d6d-a828b35abcfb
ModelInvariantUuid:b465ff3b-5bff-4c01-8015-9a6983208da2
ModelName:Vfw8e02d3615433.compute.nodes.heat.vfw
ModelUuid:79b898ee-37ad-4e21-a0c4-244ae0393f4e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
ModelInvariantUuid:7ca98905-f86a-4518-bbb0-9bfbc9cb899c
ModelName:vFW 8e02d361-5433-nodes.vsnCvfc
ModelUuid:d550497c-377e-420a-b821-53296abc0905
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8d40a476-40b7-4511-b338-57d6275036c1
ModelInvariantUuid:d1f91f15-5937-45d6-aa49-dd806b16d46a
ModelName:Vfw8e02d3615433.compute.nodes.heat.vsn
ModelUuid:4983761a-7d0f-41cc-981e-225a831f6b16
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:122e325f-2e27-4d48-9a3f-efbc72a34c71
ModelInvariantUuid:506f7d29-0459-42b4-a53f-aaea27378297
ModelName:vFW 8e02d361-5433-nodes.vpgCvfc
ModelUuid:78065023-194b-4fca-99d6-23e702ead165
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:97f360b6-9db5-41fa-ac2b-da7a01872868
ModelInvariantUuid:427fbd83-51f4-4c81-ba9e-90d3b0aa9915
ModelName:Vfw8e02d3615433.compute.nodes.heat.vpg
ModelUuid:d5bc98b6-ccee-4a42-aeac-9b5dd51b7f56
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-04-03T06:17:28.564Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||ERROR|500||Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists
2023-04-03T06:17:28.564Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T06:17:28.564Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists)
2023-04-03T06:17:28.564Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:17:28.565Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:17:28.565Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:17:28.565Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502648564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:17:29.566Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T06:17:29.566Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists)
2023-04-03T06:17:29.566Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:17:29.566Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:17:29.567Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:17:29.567Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502649566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:17:30.569Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:17:30.584Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:17:30.587Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:17:30.588Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:17:30.588Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:17:30.588Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:17:30.588Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:17:30.588Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:17:30.588Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:17:30.588Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:17:30.589Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:17:30.598Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:18:00.599Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:18:00.610Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and serviceModelVersionId: 1d95d522-2e0f-4343-9cc1-c8057874e1a7
2023-04-03T06:18:00.610Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
2023-04-03T06:18:00.611Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0
2023-04-03T06:18:00.618Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:18:00.637Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||Invoke
2023-04-03T06:18:00.637Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c52f97e9-1b2f-4a5d-ac94-9511f0264d0b], X-ECOMP-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], X-TransactionId=[], X-ONAP-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], Content-Type=[application/merge-patch+json]}
2023-04-03T06:18:00.644Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:18:00.858Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:18:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[210], vertex-id=[241720], x-aai-txid=[1-aai-resources-230403-06:18:00:654-13823], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:18:00.858Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:18:00.859Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||InvokeReturn
2023-04-03T06:18:00.859Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:18:00.860Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:18:00.872Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:18:00.872Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ba6c437-f06e-4cf5-971b-291d0684a066 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:18:00.873Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:18:00.873Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:18:00.873Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:18:00.873Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502680873,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:18:01.901Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:18:01.901Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"2a7eda29-9989-4138-bd46-cca320902689","serviceName":"vFW 2023-04-03 05-26-46","serviceVersion":"1.0","serviceUUID":"c608ba70-262e-4e6c-a5ac-a662dc3a40ae","serviceDescription":"catalog service description","serviceInvariantUUID":"2ab16a21-98dc-4b45-bfdd-8202f50de2ef","resources":[{"resourceInstanceName":"vFW 9788de87-67a5 0","resourceName":"vFW 9788de87-67a5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a3eb70d2-577c-4ec5-a10e-227de41ce2e3","resourceInvariantUUID":"ceba352d-9b2d-4bfc-8c8e-3e4c94004a14","resourceCustomizationUUID":"cb88b717-d4c9-49ee-bd40-a092f617a26a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml","artifactChecksum":"M2QwMzBkMmFmYzVmMGNlNzYwNjVlM2JjY2Q2MWMzNzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1379996f-64e2-4052-8a4c-cfd918e3bbba","artifactVersion":"1"},{"artifactName":"vfw9788de8767a50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json","artifactChecksum":"M2I0ZWZhOTk5OWY2ZjFiZDA4NmRmYTgzZDUyMjAwMGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0a3c8d72-899d-404d-9ec3-4a9aa9370a01","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"332f6cea-661b-44e7-8418-999a7faa362d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml","artifactChecksum":"OGZlY2NhMDljNGY1ZGRmNGU3ODJjMmE0YzljMzc0NWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b04aefc1-451c-483d-afaf-23a3c7bf28e6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5a4d096b-2ade-46d5-9e0a-f464972a54b7","artifactVersion":"2","generatedFromUUID":"332f6cea-661b-44e7-8418-999a7faa362d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230403052646-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml","artifactChecksum":"ZmQ5ODc5MTViY2Y5OWExMzk4ZjMwYjdjY2E1YThiZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"feeb6917-dcdc-4eff-be5b-8abdd320af8d","artifactVersion":"1"},{"artifactName":"service-Vfw20230403052646-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar","artifactChecksum":"NWRmYWJmOGUyMDRkODNmODM4MTlmMTE1YmFmNjQyZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5d50b584-a760-415f-b165-b06ef6b1f1e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:18:01.902Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:18:01.902Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:18:01.902Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:18:01.902Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:18:02.903Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:18:02.904Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:18:02.904Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:18:02.904Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:18:03.906Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:18:03.906Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:18:03.906Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:18:03.906Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:18:04.908Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:18:04.908Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:18:04.909Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:18:04.909Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:18:05.910Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:18:05.911Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:18:05.911Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:18:05.911Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:18:06.912Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:18:06.912Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:18:06.912Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:18:06.913Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:18:07.773Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:18:07.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:18:07.780Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:18:07.780Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:18:07.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:18:07.781Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T06:18:07.781Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:18:07.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:18:07.781Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-03T06:18:07.781Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:18:07.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:18:07.781Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:18:07.781Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:18:07.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:18:07.781Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-03T06:18:07.781Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:18:07.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:18:07.782Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:18:07.782Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:18:07.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:18:07.782Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:18:07.782Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:18:07.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:18:07.782Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502645861,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:18:07.782Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:18:07.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:18:07.782Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502648564,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
}
2023-04-03T06:18:07.783Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:18:07.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:18:07.783Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502649566,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
}
2023-04-03T06:18:07.783Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:18:07.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:18:07.783Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502680873,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:18:07.783Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:18:07.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:18:07.783Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:18:07.784Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:18:07.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:18:07.785Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T06:18:07.785Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:18:07.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:18:07.785Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-03T06:18:07.785Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:18:07.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:18:07.785Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:18:07.785Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:18:07.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:18:07.785Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-03T06:18:07.785Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:18:07.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:18:07.785Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:18:07.785Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:18:07.913Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:18:07.914Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:18:07.914Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:18:07.914Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:18:08.915Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "serviceName": "vFW 2023-04-03 05-26-46",
  "serviceVersion": "1.0",
  "serviceUUID": "c608ba70-262e-4e6c-a5ac-a662dc3a40ae",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2ab16a21-98dc-4b45-bfdd-8202f50de2ef",
  "resources": [
    {
      "resourceInstanceName": "vFW 9788de87-67a5 0",
      "resourceCustomizationUUID": "cb88b717-d4c9-49ee-bd40-a092f617a26a",
      "resourceName": "vFW 9788de87-67a5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a3eb70d2-577c-4ec5-a10e-227de41ce2e3",
      "resourceInvariantUUID": "ceba352d-9b2d-4bfc-8c8e-3e4c94004a14",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw9788de8767a50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
          "artifactChecksum": "M2I0ZWZhOTk5OWY2ZjFiZDA4NmRmYTgzZDUyMjAwMGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0a3c8d72-899d-404d-9ec3-4a9aa9370a01",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "332f6cea-661b-44e7-8418-999a7faa362d",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5a4d096b-2ade-46d5-9e0a-f464972a54b7",
            "generatedFromUUID": "332f6cea-661b-44e7-8418-999a7faa362d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5a4d096b-2ade-46d5-9e0a-f464972a54b7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230403052646-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
      "artifactChecksum": "NWRmYWJmOGUyMDRkODNmODM4MTlmMTE1YmFmNjQyZmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5d50b584-a760-415f-b165-b06ef6b1f1e8"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:18:08.916Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:18:08.916Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c608ba70-262e-4e6c-a5ac-a662dc3a40ae ASDC
2023-04-03T06:18:08.917Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:2a7eda29-9989-4138-bd46-cca320902689
ServiceName:vFW 2023-04-03 05-26-46
ServiceVersion:1.0
ServiceUUID:c608ba70-262e-4e6c-a5ac-a662dc3a40ae
ServiceInvariantUUID:2ab16a21-98dc-4b45-bfdd-8202f50de2ef
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230403052646-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
ArtifactUUID:5d50b584-a760-415f-b165-b06ef6b1f1e8
ArtifactChecksum:NWRmYWJmOGUyMDRkODNmODM4MTlmMTE1YmFmNjQyZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9788de87-67a5 0
ResourceCustomizationUUID:cb88b717-d4c9-49ee-bd40-a092f617a26a
ResourceInvariantUUID:ceba352d-9b2d-4bfc-8c8e-3e4c94004a14
ResourceName:vFW 9788de87-67a5
ResourceType:VF
ResourceUUID:a3eb70d2-577c-4ec5-a10e-227de41ce2e3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9788de8767a50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json
ArtifactUUID:0a3c8d72-899d-404d-9ec3-4a9aa9370a01
ArtifactChecksum:M2I0ZWZhOTk5OWY2ZjFiZDA4NmRmYTgzZDUyMjAwMGI=
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/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml
ArtifactUUID:332f6cea-661b-44e7-8418-999a7faa362d
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/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env
ArtifactUUID:5a4d096b-2ade-46d5-9e0a-f464972a54b7
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/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env
ArtifactUUID:5a4d096b-2ade-46d5-9e0a-f464972a54b7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T06:18:08.917Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c608ba70-262e-4e6c-a5ac-a662dc3a40ae ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:18:08.942Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:18:08.943Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:18:08.943Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:18:08.943Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 from URL: /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
2023-04-03T06:18:08.943Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:18:08.943Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
2023-04-03T06:18:09.295Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:18:09.297Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar 5d50b584-a760-415f-b165-b06ef6b1f1e8 101394
2023-04-03T06:18:09.297Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar ASDC sendASDCNotification
2023-04-03T06:18:09.297Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
2023-04-03T06:18:09.297Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:18:09.297Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:18:09.297Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:18:09.297Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502689297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:18:10.298Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:18:10.299Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:18:10.299Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8, URL: /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar to file: /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:18:10.299Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230403052646-csar.csar
2023-04-03T06:18:10.299Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:18:10.299Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:18:10.408Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15218154103030201245/Definitions/service-Vfw20230403052646-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-03T06:18:12.058Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:18:12.059Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:18:12.059Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:18:12.059Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-03T06:18:12.059Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:18:12.059Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:18:12.059Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:18:12.059Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:18:12.059Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:18:12.059Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:18:12.059Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:18:12.059Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:18:12.059Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:18:12.059Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9788de87-67a5 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-Vfw20230403052646-csar.csar
2023-04-03T06:18:12.059Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:18:12.059Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:18:12.059Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:18:12.059Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:18:12.060Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T06:18:12.060Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:18:12.060Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:18:12.060Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:18:12.060Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:18:12.060Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T06:18:12.060Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:18:12.060Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:18:12.060Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:18:12.060Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:18:12.060Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:18:12.060Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T06:18:12.060Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:18:12.060Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:18:12.060Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T06:18:12.060Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:18:12.060Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T06:18:12.060Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:18:12.060Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T06:18:12.060Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T06:18:12.060Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T06:18:12.060Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:18:12.061Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T06:18:12.061Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T06:18:12.061Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T06:18:12.061Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T06:18:12.061Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:18:12.061Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T06:18:12.061Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:18:12.061Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T06:18:12.061Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:18:12.061Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T06:18:12.061Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:18:12.061Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:18:12.061Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T06:18:12.061Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:18:12.061Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:18:12.061Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T06:18:12.061Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:18:12.061Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:18:12.061Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T06:18:12.061Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:18:12.061Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:18:12.061Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-03T06:18:12.061Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T06:18:12.062Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T06:18:12.062Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:18:12.062Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T06:18:12.062Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T06:18:12.062Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T06:18:12.062Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T06:18:12.062Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:18:12.062Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a430e9fd-041a-42d8-b147-c518cfc20c03
2023-04-03T06:18:12.062Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:18:12.062Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T06:18:12.062Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:18:12.062Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:18:12.062Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T06:18:12.062Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:18:12.062Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T06:18:12.062Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:18:12.062Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T06:18:12.062Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-03T06:18:12.062Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T06:18:12.062Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T06:18:12.063Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T06:18:12.063Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:18:12.063Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ab73571b-7798-4ba9-977b-2137a4ccef6a
2023-04-03T06:18:12.063Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:18:12.063Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T06:18:12.063Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:18:12.063Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:18:12.063Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T06:18:12.063Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:18:12.063Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T06:18:12.064Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:18:12.064Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T06:18:12.064Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T06:18:12.064Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T06:18:12.064Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:18:12.064Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T06:18:12.064Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-03T06:18:12.064Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=16305da0-f57a-4b01-82d2-de9f0140b769
2023-04-03T06:18:12.064Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:18:12.064Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:18:12.064Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:18:12.064Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:18:12.064Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:18:12.065Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:18:12.065Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:18:12.065Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:18:12.065Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-03 05-26-46
Description:catalog service description
Model UUID:c608ba70-262e-4e6c-a5ac-a662dc3a40ae
Model Version:NULL
Model InvariantUuid:2ab16a21-98dc-4b45-bfdd-8202f50de2ef
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 9788de87-67a5
Model UUID:565afa59-b03d-48f0-93f9-012885fc7424
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ceba352d-9b2d-4bfc-8c8e-3e4c94004a14
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cb88b717-d4c9-49ee-bd40-a092f617a26a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:85136328-f095-47bb-bc1c-43a61975e49b
ModelName:Vfw9788de8767a5..base_vfw..module-0
ModelUuid:825a363c-eea9-4145-a6e9-00dc45aa43e4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a430e9fd-041a-42d8-b147-c518cfc20c03
ModelInvariantUuid:e4c62a9b-09a1-467b-bf7a-6e2eb5d52103
ModelName:vFW 9788de87-67a5-nodes.vfwCvfc
ModelUuid:04f5a6c2-5ed2-452d-bc04-b56dbdc1259a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:39b4f3bc-fb2c-49b5-beb6-0eb321eb4892
ModelInvariantUuid:8fd280ad-9d22-4c16-abe3-bfe12fedac79
ModelName:Vfw9788de8767a5.compute.nodes.heat.vfw
ModelUuid:4d8679d6-a308-49ad-8d75-0fe570cc9e12
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ab73571b-7798-4ba9-977b-2137a4ccef6a
ModelInvariantUuid:2e7cac4b-1a60-4ea2-a2ce-1ec4f00fb9bb
ModelName:vFW 9788de87-67a5-nodes.vsnCvfc
ModelUuid:1c97fb47-a071-4a26-83fa-f699107d14c1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b1ad0e7f-19b7-4fd9-ba6a-f94020f801de
ModelInvariantUuid:70018cf0-0e4c-42ef-83c7-538284785f9f
ModelName:Vfw9788de8767a5.compute.nodes.heat.vsn
ModelUuid:9bcc28a2-9d7d-425e-9f60-3eca4a7cc3f1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:16305da0-f57a-4b01-82d2-de9f0140b769
ModelInvariantUuid:48951810-a0e3-4e18-8b24-d7da77221b02
ModelName:vFW 9788de87-67a5-nodes.vpgCvfc
ModelUuid:4a32a8a1-548b-4963-96ed-4fe7a6d6a0a4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e2881614-1550-491b-98ce-b4973170b2be
ModelInvariantUuid:abf9146c-dc4f-4fe9-b92b-4d2a6c633a6b
ModelName:Vfw9788de8767a5.compute.nodes.heat.vpg
ModelUuid:1738041d-46dd-41ff-ab54-1107d8a343d4
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-04-03T06:18:12.105Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||ERROR|500||Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists
2023-04-03T06:18:12.105Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar ASDC sendASDCNotification
2023-04-03T06:18:12.105Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar(Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists)
2023-04-03T06:18:12.105Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:18:12.105Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:18:12.105Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:18:12.105Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502692105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:18:13.106Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar ASDC sendASDCNotification
2023-04-03T06:18:13.107Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar(Resource with UUID: a3eb70d2-577c-4ec5-a10e-227de41ce2e3 already exists)
2023-04-03T06:18:13.107Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:18:13.107Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:18:13.107Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:18:13.107Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502693106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a3eb70d2-577c-4ec5-a10e-227de41ce2e3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:18:14.108Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a7eda29-9989-4138-bd46-cca320902689
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:18:14.127Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a7eda29-9989-4138-bd46-cca320902689
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:18:14.131Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:18:14.131Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:18:14.131Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:18:14.132Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:18:14.132Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:18:14.132Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:18:14.132Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:18:14.132Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:18:14.132Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:18:14.142Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:18:44.143Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a7eda29-9989-4138-bd46-cca320902689 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:18:44.152Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a7eda29-9989-4138-bd46-cca320902689 and serviceModelVersionId: c608ba70-262e-4e6c-a5ac-a662dc3a40ae
2023-04-03T06:18:44.152Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2ab16a21-98dc-4b45-bfdd-8202f50de2ef
2023-04-03T06:18:44.153Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0
2023-04-03T06:18:44.157Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:18:44.172Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T06:18:44.173Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|INFO|500||Invoke
2023-04-03T06:18:44.182Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:18:44.362Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|INFO|500||InvokeReturn
2023-04-03T06:18:44.363Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:18:44 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[176], vertex-id=[176360], x-aai-txid=[2-aai-resources-230403-06:18:44:192-98373], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:18:44.364Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:18:44.364Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:18:44.365Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:18:44.377Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:18:44.377Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a7eda29-9989-4138-bd46-cca320902689 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:18:44.377Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:18:44.377Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:18:44.377Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:18:44.378Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502724377,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:18:45.402Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:18:45.402Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1","serviceDescription":"service","serviceInvariantUUID":"a8e681f8-62e7-4d21-a5fa-dd60cbb7513e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"787af5c5-551e-4c25-b892-328c28277d94","resourceInvariantUUID":"cea6a232-8209-455d-b5b5-1ece29cf9aa9","resourceCustomizationUUID":"9606c9a9-94b4-499d-9e81-5800185e52f1","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":"NWQxOGZiNThkMjQyNGNlZGFlZjZjMGQ4ZjZhOTFiNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0461aead-9859-48ab-bafc-209cf2891a47","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NzcxYmY2ZmUyODYxN2M4NzdmYWE0N2YyZDQwN2U5MDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bacef586-115d-40b1-b3e1-5b20cbbe15e7","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:18:45.403Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:18:45.403Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:18:45.403Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:18:45.403Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:18:46.404Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:18:46.405Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:18:46.405Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:18:46.405Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:18:47.406Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a8e681f8-62e7-4d21-a5fa-dd60cbb7513e",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "9606c9a9-94b4-499d-9e81-5800185e52f1",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "787af5c5-551e-4c25-b892-328c28277d94",
      "resourceInvariantUUID": "cea6a232-8209-455d-b5b5-1ece29cf9aa9",
      "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": "NzcxYmY2ZmUyODYxN2M4NzdmYWE0N2YyZDQwN2U5MDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bacef586-115d-40b1-b3e1-5b20cbbe15e7"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:18:47.406Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:18:47.406Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1 ASDC
2023-04-03T06:18:47.407Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1
ServiceInvariantUUID:a8e681f8-62e7-4d21-a5fa-dd60cbb7513e
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:bacef586-115d-40b1-b3e1-5b20cbbe15e7
ArtifactChecksum:NzcxYmY2ZmUyODYxN2M4NzdmYWE0N2YyZDQwN2U5MDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9606c9a9-94b4-499d-9e81-5800185e52f1
ResourceInvariantUUID:cea6a232-8209-455d-b5b5-1ece29cf9aa9
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:787af5c5-551e-4c25-b892-328c28277d94
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-03T06:18:47.407Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:18:47.444Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:18:47.445Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:18:47.445Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:18:47.445Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-03T06:18:47.445Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:18:47.446Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-03T06:18:47.758Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:18:47.760Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar bacef586-115d-40b1-b3e1-5b20cbbe15e7 57783
2023-04-03T06:18:47.760Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-03T06:18:47.760Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-03T06:18:47.760Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:18:47.761Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:18:47.761Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:18:47.761Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502727760,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:18:48.762Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:18:48.762Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:18:48.762Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:18:48.763Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-03T06:18:48.763Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:18:48.763Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:18:48.840Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8008614777282761052/Definitions/service-BasicNetwork-template.yml
2023-04-03T06:18:49.183Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:18:49.183Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:18:49.184Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:18:49.184Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-03T06:18:49.184Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:18:49.184Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:18:49.184Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:18:49.184Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:18:49.184Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:18:49.184Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:18:49.184Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:18:49.184Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:18:49.184Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:18:49.184Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:18:49.184Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:18:49.184Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-03T06:18:49.184Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:18:49.184Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:18:49.184Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:18:49.184Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:18:49.184Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-03T06:18:49.185Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:18:49.185Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:18:49.185Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:18:49.185Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:18:49.185Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:18:49.185Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:18:49.185Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:18:49.185Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:18:49.185Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:18:49.185Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:18:49.185Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:18:49.185Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:18:49.185Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1
Model Version:NULL
Model InvariantUuid:a8e681f8-62e7-4d21-a5fa-dd60cbb7513e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:cea6a232-8209-455d-b5b5-1ece29cf9aa9
Model UUID:8b34861b-9848-4d7e-a62d-634d34e94099
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:9606c9a9-94b4-499d-9e81-5800185e52f1
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-03T06:18:49.216Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||ERROR|500||Csar with UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 already exists
2023-04-03T06:18:49.216Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-03T06:18:49.216Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 already exists)
2023-04-03T06:18:49.216Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:18:49.216Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:18:49.216Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:18:49.216Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502729216,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:18:50.217Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-03T06:18:50.218Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 787af5c5-551e-4c25-b892-328c28277d94 already exists)
2023-04-03T06:18:50.218Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:18:50.218Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:18:50.219Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:18:50.219Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502730217,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 787af5c5-551e-4c25-b892-328c28277d94 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:18:51.220Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:18:51.233Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:18:51.236Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:18:51.236Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:18:51.236Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:18:51.236Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:18:51.236Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:18:51.236Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:18:51.236Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:18:51.236Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:18:51.236Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:18:51.244Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:19:07.773Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:19:07.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:19:07.775Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:19:07.775Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:19:21.245Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:19:21.254Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02 and serviceModelVersionId: 4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1
2023-04-03T06:19:21.254Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a8e681f8-62e7-4d21-a5fa-dd60cbb7513e
2023-04-03T06:19:21.255Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0
2023-04-03T06:19:21.262Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:19:21.291Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|INFO|500||Invoke
2023-04-03T06:19:21.292Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2478d20d-b0ee-4b59-9994-c67f7aa64d31], X-ECOMP-RequestID=[b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02], X-TransactionId=[], X-ONAP-RequestID=[b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02], Content-Type=[application/merge-patch+json]}
2023-04-03T06:19:21.311Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:19:21.475Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:19:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[160], vertex-id=[151768], x-aai-txid=[0-aai-resources-230403-06:19:21:322-34910], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:19:21.475Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:19:21.476Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|INFO|500||InvokeReturn
2023-04-03T06:19:21.476Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:19:21.476Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:19:21.485Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:19:21.485Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:19:21.485Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:19:21.485Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:19:21.486Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:19:21.486Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502761485,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:19:22.509Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:19:22.509Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"faa6e256-3a0a-4c89-86b9-c4bedd8d632b","serviceName":"Demo_pNF_Oxl3B80h2m7gr6O9tOAo","serviceVersion":"1.0","serviceUUID":"1332212f-514b-4ea3-9653-22313ffcf1bd","serviceDescription":"catalog service description","serviceInvariantUUID":"55f9937c-9d37-4f8a-9eaa-29096097a150","resources":[{"resourceInstanceName":"pNF 4c97cee1-ff01 0","resourceName":"pNF 4c97cee1-ff01","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6dc9b242-9db9-49a0-bf5e-42ed573a9e51","resourceInvariantUUID":"fc0ac666-17a2-4b77-9bbb-772a72b5acf3","resourceCustomizationUUID":"c83a316e-0f12-4e26-88a9-d79a826ac680","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vf-license-model.xml","artifactChecksum":"MTViNzFmMzNhMzAzMzU0OTBmNWUwYjkzM2U0NTE4YmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"13dbec84-83ca-4a64-bc82-4a02eb81615e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/pNF.csar","artifactChecksum":"YWY1NzNlYTAyN2YwNmMyOGQ4YWMxMWZhMzZiY2NkNWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0083c2a9-2c9d-4c69-8cf4-4f4f39028164","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"10e2c8e0-0fc7-4d86-87d9-69b6df991a7a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vendor-license-model.xml","artifactChecksum":"OGZiNDFhZjc3ZmUwOGZkMjdjMGE0MzBlYTJkZjNjMTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b089e457-e80b-4fb5-90ff-5ba7b3212109","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0cc56ab-72e3-4a8e-89a4-dce330776fde","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"204e205e-8af3-40dd-a5e1-2f579430756a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml","artifactChecksum":"ZDQ2OThkYTFkMjRmYjJjOWYzY2VkMzBlNjFhNzk5NzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ffb6d078-e956-4a3f-b490-9bc3b920d2a4","artifactVersion":"1"},{"artifactName":"service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar","artifactChecksum":"ZGI4ZjVmMWQ0NDQ0MzFkN2E0N2ZkZDRhMjE4ZGUxMmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3ab3e23b-b342-4f65-a547-e54977d397da","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:19:22.510Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:19:22.510Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:19:22.511Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:19:22.511Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:19:23.512Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:19:23.513Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:19:23.513Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:19:23.513Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:19:24.514Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:19:24.515Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:19:24.515Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:19:24.515Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:19:25.515Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:19:25.516Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:19:25.516Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:19:25.516Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:19:26.517Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:19:26.518Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:19:26.518Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:19:26.518Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:19:27.518Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:19:27.519Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:19:27.519Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:19:27.519Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:19:28.520Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:19:28.521Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:19:28.521Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:19:28.521Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:19:29.522Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:19:29.522Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:19:29.523Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:19:29.523Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:19:30.524Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "serviceName": "Demo_pNF_Oxl3B80h2m7gr6O9tOAo",
  "serviceVersion": "1.0",
  "serviceUUID": "1332212f-514b-4ea3-9653-22313ffcf1bd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "55f9937c-9d37-4f8a-9eaa-29096097a150",
  "resources": [
    {
      "resourceInstanceName": "pNF 4c97cee1-ff01 0",
      "resourceCustomizationUUID": "c83a316e-0f12-4e26-88a9-d79a826ac680",
      "resourceName": "pNF 4c97cee1-ff01",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6dc9b242-9db9-49a0-bf5e-42ed573a9e51",
      "resourceInvariantUUID": "fc0ac666-17a2-4b77-9bbb-772a72b5acf3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
      "artifactChecksum": "ZGI4ZjVmMWQ0NDQ0MzFkN2E0N2ZkZDRhMjE4ZGUxMmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3ab3e23b-b342-4f65-a547-e54977d397da"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:19:30.524Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:19:30.525Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1332212f-514b-4ea3-9653-22313ffcf1bd ASDC
2023-04-03T06:19:30.525Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:faa6e256-3a0a-4c89-86b9-c4bedd8d632b
ServiceName:Demo_pNF_Oxl3B80h2m7gr6O9tOAo
ServiceVersion:1.0
ServiceUUID:1332212f-514b-4ea3-9653-22313ffcf1bd
ServiceInvariantUUID:55f9937c-9d37-4f8a-9eaa-29096097a150
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
ArtifactUUID:3ab3e23b-b342-4f65-a547-e54977d397da
ArtifactChecksum:ZGI4ZjVmMWQ0NDQ0MzFkN2E0N2ZkZDRhMjE4ZGUxMmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4c97cee1-ff01 0
ResourceCustomizationUUID:c83a316e-0f12-4e26-88a9-d79a826ac680
ResourceInvariantUUID:fc0ac666-17a2-4b77-9bbb-772a72b5acf3
ResourceName:pNF 4c97cee1-ff01
ResourceType:PNF
ResourceUUID:6dc9b242-9db9-49a0-bf5e-42ed573a9e51
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-03T06:19:30.525Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1332212f-514b-4ea3-9653-22313ffcf1bd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:19:30.558Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:19:30.559Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:19:30.559Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:19:30.559Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3ab3e23b-b342-4f65-a547-e54977d397da from URL: /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:19:30.560Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:19:30.560Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:19:30.954Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:19:30.955Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar 3ab3e23b-b342-4f65-a547-e54977d397da 87993
2023-04-03T06:19:30.956Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar ASDC sendASDCNotification
2023-04-03T06:19:30.956Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:19:30.956Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:19:30.956Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:19:30.957Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:19:30.957Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502770956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:19:31.959Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:19:31.960Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:19:31.960Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 3ab3e23b-b342-4f65-a547-e54977d397da, URL: /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar to file: /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:19:31.960Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:19:31.960Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:19:31.961Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:19:32.039Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14001271005568359074/Definitions/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml
2023-04-03T06:19:32.579Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:19:32.579Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:19:32.579Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:19:32.579Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T06:19:32.580Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4c97cee1-ff01 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-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:19:32.580Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:19:32.580Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:19:32.580Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:19:32.580Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:19:32.580Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:19:32.580Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:19:32.580Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:19:32.580Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:19:32.580Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:19:32.580Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Node template pNF 4c97cee1-ff01 0 is matching search criteria
2023-04-03T06:19:32.580Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:19:32.580Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 4c97cee1-ff01 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:19:32.580Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:19:32.581Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:19:32.581Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Node template pNF 4c97cee1-ff01 0 is matching search criteria
2023-04-03T06:19:32.581Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:19:32.581Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 4c97cee1-ff01 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:19:32.581Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:19:32.581Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:19:32.581Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:19:32.581Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:19:32.581Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:19:32.581Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:19:32.581Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:19:32.581Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:19:32.581Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:19:32.581Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:19:32.581Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Oxl3B80h2m7gr6O9tOAo
Description:catalog service description
Model UUID:1332212f-514b-4ea3-9653-22313ffcf1bd
Model Version:NULL
Model InvariantUuid:55f9937c-9d37-4f8a-9eaa-29096097a150
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-04-03T06:19:32.627Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||ERROR|500||Csar with UUID: 3ab3e23b-b342-4f65-a547-e54977d397da already exists
2023-04-03T06:19:32.627Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar ASDC sendASDCNotification
2023-04-03T06:19:32.627Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar(Csar with UUID: 3ab3e23b-b342-4f65-a547-e54977d397da already exists)
2023-04-03T06:19:32.627Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:19:32.627Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:19:32.627Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:19:32.627Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502772627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3ab3e23b-b342-4f65-a547-e54977d397da already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:19:33.629Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar ASDC sendASDCNotification
2023-04-03T06:19:33.629Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar(Resource with UUID: 6dc9b242-9db9-49a0-bf5e-42ed573a9e51 already exists)
2023-04-03T06:19:33.629Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:19:33.630Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:19:33.630Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:19:33.630Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502773629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6dc9b242-9db9-49a0-bf5e-42ed573a9e51 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:19:34.632Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: faa6e256-3a0a-4c89-86b9-c4bedd8d632b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:19:34.650Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: faa6e256-3a0a-4c89-86b9-c4bedd8d632b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:19:34.654Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:19:34.654Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:19:34.654Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:19:34.654Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:19:34.654Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:19:34.654Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:19:34.655Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:19:34.655Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:19:34.655Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:19:34.660Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:20:04.664Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: faa6e256-3a0a-4c89-86b9-c4bedd8d632b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:20:04.669Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: faa6e256-3a0a-4c89-86b9-c4bedd8d632b and serviceModelVersionId: 1332212f-514b-4ea3-9653-22313ffcf1bd
2023-04-03T06:20:04.670Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 55f9937c-9d37-4f8a-9eaa-29096097a150
2023-04-03T06:20:04.671Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0
2023-04-03T06:20:04.678Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:20:04.707Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|INFO|500||Invoke
2023-04-03T06:20:04.707Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[faa6e256-3a0a-4c89-86b9-c4bedd8d632b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[45707852-37e3-4160-b850-b01ab676cb08], X-ECOMP-RequestID=[faa6e256-3a0a-4c89-86b9-c4bedd8d632b], X-TransactionId=[], X-ONAP-RequestID=[faa6e256-3a0a-4c89-86b9-c4bedd8d632b], Content-Type=[application/merge-patch+json]}
2023-04-03T06:20:04.717Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:20:04.874Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:20:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[154], vertex-id=[204832], x-aai-txid=[1-aai-resources-230403-06:20:04:726-10940], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:20:04.874Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:20:04.875Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|INFO|500||InvokeReturn
2023-04-03T06:20:04.875Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:20:04.875Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:20:04.887Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:20:04.887Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID faa6e256-3a0a-4c89-86b9-c4bedd8d632b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:20:04.887Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:20:04.888Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:20:04.888Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:20:04.888Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502804887,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:20:05.914Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:20:05.914Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"f6926451-6069-417e-b7db-2800b7061bb3","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"205c6bdd-fb55-4ab0-8210-70d6b0e9a06b","serviceDescription":"service","serviceInvariantUUID":"290a2027-5f50-48ce-b23b-d9958e461260","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cca49e2b-a592-45e7-ad60-a0b040a06b21","resourceInvariantUUID":"24305239-b2d0-4f68-bdfe-fcfaad612492","resourceCustomizationUUID":"d34b0cc4-af9b-4dcf-83b4-1bb790430cad","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":"ZjliNzNiZDBkNjNiMDhjNGU1ODEwMjRlM2ExMmM2MjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6646f189-8e5a-4d66-9645-a5c9bb3a7ea3","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":"ZGIyOWU2OGRhNWMwNWVjNTliMmU4N2IxYTZlZjVmMTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"248b0520-0753-43bc-8989-f4a2c11189fc","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":"138c0b31-d054-43d2-88ef-487fa941c727","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":"3eed7be2-186a-4381-be39-14e5c293ee30","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":"a1fc643c-6883-473b-8d39-b404e2a8fafd","artifactVersion":"2","generatedFromUUID":"138c0b31-d054-43d2-88ef-487fa941c727"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTkwOTFhZTNjODNkYTY0ZDNjMjY0OGMxM2QxMjA0OWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9394169b-ebc7-4234-b8f9-1af288a85dd0","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWUwYzkyZmNmNTU5Njk4N2RmYmI0ZDM5NWZmYWVmMDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1bf7198e-bb62-4f46-9790-b009f8321faa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:20:05.914Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:20:05.915Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:20:05.915Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:20:05.915Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "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-04-03T06:20:06.916Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:20:06.917Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:20:06.917Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:20:06.917Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "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-04-03T06:20:07.773Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:20:07.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:20:07.775Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502689297,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:20:07.776Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:20:07.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:20:07.776Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502692105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists"
}
2023-04-03T06:20:07.776Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:20:07.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:20:07.777Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502693106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a3eb70d2-577c-4ec5-a10e-227de41ce2e3 already exists"
}
2023-04-03T06:20:07.777Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:20:07.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:20:07.777Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502724377,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:20:07.777Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:20:07.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:20:07.777Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:20:07.777Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:20:07.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:20:07.777Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:20:07.777Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:20:07.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:20:07.777Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502727760,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:20:07.778Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:20:07.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:20:07.778Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502729216,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 already exists"
}
2023-04-03T06:20:07.778Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:20:07.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:20:07.778Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502730217,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 787af5c5-551e-4c25-b892-328c28277d94 already exists"
}
2023-04-03T06:20:07.778Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:20:07.918Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:20:07.918Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:20:07.919Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:20:07.919Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "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-04-03T06:20:08.920Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:20:08.921Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:20:08.921Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:20:08.921Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "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-04-03T06:20:09.923Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:20:09.923Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:20:09.924Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:20:09.924Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "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-04-03T06:20:10.926Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:20:10.926Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:20:10.926Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:20:10.926Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:20:11.926Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:20:11.927Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:20:11.927Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:20:11.927Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:20:12.928Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "205c6bdd-fb55-4ab0-8210-70d6b0e9a06b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "290a2027-5f50-48ce-b23b-d9958e461260",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d34b0cc4-af9b-4dcf-83b4-1bb790430cad",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cca49e2b-a592-45e7-ad60-a0b040a06b21",
      "resourceInvariantUUID": "24305239-b2d0-4f68-bdfe-fcfaad612492",
      "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": "ZGIyOWU2OGRhNWMwNWVjNTliMmU4N2IxYTZlZjVmMTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "248b0520-0753-43bc-8989-f4a2c11189fc",
          "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": "138c0b31-d054-43d2-88ef-487fa941c727",
          "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": "a1fc643c-6883-473b-8d39-b404e2a8fafd",
            "generatedFromUUID": "138c0b31-d054-43d2-88ef-487fa941c727"
          },
          "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": "a1fc643c-6883-473b-8d39-b404e2a8fafd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "OWUwYzkyZmNmNTU5Njk4N2RmYmI0ZDM5NWZmYWVmMDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1bf7198e-bb62-4f46-9790-b009f8321faa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:20:12.928Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:20:12.929Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 205c6bdd-fb55-4ab0-8210-70d6b0e9a06b ASDC
2023-04-03T06:20:12.930Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:f6926451-6069-417e-b7db-2800b7061bb3
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:205c6bdd-fb55-4ab0-8210-70d6b0e9a06b
ServiceInvariantUUID:290a2027-5f50-48ce-b23b-d9958e461260
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:1bf7198e-bb62-4f46-9790-b009f8321faa
ArtifactChecksum:OWUwYzkyZmNmNTU5Njk4N2RmYmI0ZDM5NWZmYWVmMDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d34b0cc4-af9b-4dcf-83b4-1bb790430cad
ResourceInvariantUUID:24305239-b2d0-4f68-bdfe-fcfaad612492
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:cca49e2b-a592-45e7-ad60-a0b040a06b21
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:248b0520-0753-43bc-8989-f4a2c11189fc
ArtifactChecksum:ZGIyOWU2OGRhNWMwNWVjNTliMmU4N2IxYTZlZjVmMTY=
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:138c0b31-d054-43d2-88ef-487fa941c727
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:a1fc643c-6883-473b-8d39-b404e2a8fafd
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:a1fc643c-6883-473b-8d39-b404e2a8fafd
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T06:20:12.930Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 205c6bdd-fb55-4ab0-8210-70d6b0e9a06b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:20:12.969Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:20:12.970Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:20:12.970Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:20:12.970Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-03T06:20:12.970Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:20:12.971Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-03T06:20:13.309Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:20:13.310Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1bf7198e-bb62-4f46-9790-b009f8321faa 75157
2023-04-03T06:20:13.311Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-03T06:20:13.311Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-03T06:20:13.311Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:20:13.311Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:20:13.312Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:20:13.312Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502813311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:20:14.312Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:20:14.313Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:20:14.313Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:20:14.314Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-03T06:20:14.314Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:20:14.314Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:20:14.410Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3496655071590743928/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-04-03T06:20:15.274Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:20:15.274Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:20:15.274Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:20:15.274Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T06:20:15.274Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:20:15.274Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:20:15.274Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:20:15.275Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:20:15.275Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:20:15.275Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:20:15.275Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:20:15.275Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:20:15.275Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:20:15.275Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:20:15.275Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T06:20:15.275Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:20:15.275Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:20:15.276Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:20:15.276Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:20:15.276Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T06:20:15.276Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:20:15.276Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:20:15.276Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:20:15.276Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:20:15.276Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:20:15.276Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-03T06:20:15.276Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-03T06:20:15.277Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-03T06:20:15.277Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-03T06:20:15.277Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-03T06:20:15.277Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T06:20:15.277Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:20:15.277Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T06:20:15.277Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:20:15.277Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T06:20:15.277Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:20:15.278Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:20:15.278Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T06:20:15.278Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:20:15.278Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:20:15.279Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T06:20:15.279Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:20:15.279Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:20:15.279Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-03T06:20:15.279Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-03T06:20:15.279Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-03T06:20:15.279Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=386d9e5d-ce22-433e-b24c-37cd501f7a5e
2023-04-03T06:20:15.279Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:20:15.279Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:20:15.279Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:20:15.279Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:20:15.279Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:20:15.280Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:20:15.280Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:20:15.280Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:20:15.280Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:205c6bdd-fb55-4ab0-8210-70d6b0e9a06b
Model Version:NULL
Model InvariantUuid:290a2027-5f50-48ce-b23b-d9958e461260
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:5c1c232b-f9bd-4729-9222-6463a2fb68bb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:24305239-b2d0-4f68-bdfe-fcfaad612492
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d34b0cc4-af9b-4dcf-83b4-1bb790430cad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:45ee27b9-2ec5-4a13-9086-329dcfc9217b
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:7ad00a28-eb6b-49d7-a44f-740a5327feb9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:386d9e5d-ce22-433e-b24c-37cd501f7a5e
ModelInvariantUuid:49fbba8b-8e7d-4588-ac83-522574bdb8c3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:a2c7fc9a-e509-4068-80e6-b51e43bf82f6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:88907c78-b2df-4198-96df-32abf65b3916
ModelInvariantUuid:02bc1d5d-3906-4b72-9028-c9f379f61762
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:289b7c4e-6975-46bc-9f53-a059f29ecaa5
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-04-03T06:20:15.322Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||ERROR|500||Csar with UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa already exists
2023-04-03T06:20:15.323Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-03T06:20:15.323Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa already exists)
2023-04-03T06:20:15.323Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:20:15.323Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:20:15.323Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:20:15.323Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502815323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:20:16.325Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-03T06:20:16.325Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: cca49e2b-a592-45e7-ad60-a0b040a06b21 already exists)
2023-04-03T06:20:16.325Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:20:16.326Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:20:16.326Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:20:16.326Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502816325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: cca49e2b-a592-45e7-ad60-a0b040a06b21 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:20:17.328Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6926451-6069-417e-b7db-2800b7061bb3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:20:17.350Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6926451-6069-417e-b7db-2800b7061bb3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:20:17.354Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:20:17.355Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:20:17.355Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:20:17.355Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:20:17.355Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:20:17.355Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:20:17.356Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:20:17.356Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:20:17.356Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:20:17.366Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:20:47.367Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f6926451-6069-417e-b7db-2800b7061bb3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:20:47.376Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f6926451-6069-417e-b7db-2800b7061bb3 and serviceModelVersionId: 205c6bdd-fb55-4ab0-8210-70d6b0e9a06b
2023-04-03T06:20:47.377Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 290a2027-5f50-48ce-b23b-d9958e461260
2023-04-03T06:20:47.377Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0
2023-04-03T06:20:47.384Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:20:47.406Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T06:20:47.407Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0|INFO|500||Invoke
2023-04-03T06:20:47.415Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:20:47.609Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0|INFO|500||InvokeReturn
2023-04-03T06:20:47.609Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:20:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[181], vertex-id=[241736], x-aai-txid=[0-aai-resources-230403-06:20:47:425-69359], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:20:47.609Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:20:47.609Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:20:47.609Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:20:47.622Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:20:47.622Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f6926451-6069-417e-b7db-2800b7061bb3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:20:47.623Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:20:47.623Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:20:47.623Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:20:47.623Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502847623,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:20:48.643Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:20:48.644Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"96176ffb-93a7-4469-ba17-beb529a16739","serviceName":"Demo_pNF_tu7tgeomYpGKBQ0AQDjF","serviceVersion":"1.0","serviceUUID":"7a7094f3-459f-4259-92ff-345bb8f82ff1","serviceDescription":"catalog service description","serviceInvariantUUID":"d9db46d4-4115-4d8b-bbdc-eb705935ec31","resources":[{"resourceInstanceName":"pNF 1a375b37-bf2d 0","resourceName":"pNF 1a375b37-bf2d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a53c58f7-9480-4033-b2b4-a5bf43228d88","resourceInvariantUUID":"c216dc19-0394-4801-b57a-deca2710f7f4","resourceCustomizationUUID":"e9bb89ba-768a-49cd-ac57-52b9d72d6b3b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vf-license-model.xml","artifactChecksum":"YmY0N2M4ZDE4NTY0NjhjZmRjYWViMDBhMGI1MWIxYjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"edefc8e0-95d5-4977-bfcf-24d220afd6b9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/pNF.csar","artifactChecksum":"YWY1NzNlYTAyN2YwNmMyOGQ4YWMxMWZhMzZiY2NkNWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d56217b0-ab36-4835-bde6-274ad03e4523","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7cd06037-a9d5-48ba-a05c-cdf1f4c740d6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vendor-license-model.xml","artifactChecksum":"Y2U4Njk4MWE1NDRkNTA1Y2ExM2I5ODEzMTQxOTI3NjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b5f85bc6-ca67-4fde-b27a-b30fb0ba4fa3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"30763a71-652c-4f01-9377-ae082aea79e6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"02a40e0d-6833-4c70-8069-cdf77a368cf2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml","artifactChecksum":"YmM3NThlNjkwZTNkNWFkOWI5OTdkMWFiMmRjZjM4MDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79c4f570-f9e2-4680-a9f5-a496d9a0e700","artifactVersion":"1"},{"artifactName":"service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar","artifactChecksum":"ZWIxNjM5ZmRhNTE5MDI2ODBmM2MwYTA2Y2ExNTljYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2feb992d-4f7e-4b44-a9b8-e44262cd5ad5","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:20:48.644Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:20:48.644Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:20:48.645Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:20:48.645Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:20:49.645Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:20:49.646Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:20:49.646Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:20:49.646Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:20:50.647Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:20:50.647Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:20:50.647Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:20:50.647Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:20:51.650Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:20:51.650Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:20:51.650Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:20:51.651Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:20:52.652Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:20:52.653Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:20:52.653Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:20:52.653Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:20:53.654Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:20:53.655Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:20:53.655Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:20:53.655Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:20:54.656Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:20:54.657Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:20:54.657Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:20:54.658Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:20:55.658Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:20:55.659Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:20:55.659Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:20:55.659Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:20:56.660Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "serviceName": "Demo_pNF_tu7tgeomYpGKBQ0AQDjF",
  "serviceVersion": "1.0",
  "serviceUUID": "7a7094f3-459f-4259-92ff-345bb8f82ff1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d9db46d4-4115-4d8b-bbdc-eb705935ec31",
  "resources": [
    {
      "resourceInstanceName": "pNF 1a375b37-bf2d 0",
      "resourceCustomizationUUID": "e9bb89ba-768a-49cd-ac57-52b9d72d6b3b",
      "resourceName": "pNF 1a375b37-bf2d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a53c58f7-9480-4033-b2b4-a5bf43228d88",
      "resourceInvariantUUID": "c216dc19-0394-4801-b57a-deca2710f7f4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
      "artifactChecksum": "ZWIxNjM5ZmRhNTE5MDI2ODBmM2MwYTA2Y2ExNTljYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2feb992d-4f7e-4b44-a9b8-e44262cd5ad5"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:20:56.660Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:20:56.660Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7a7094f3-459f-4259-92ff-345bb8f82ff1 ASDC
2023-04-03T06:20:56.661Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:96176ffb-93a7-4469-ba17-beb529a16739
ServiceName:Demo_pNF_tu7tgeomYpGKBQ0AQDjF
ServiceVersion:1.0
ServiceUUID:7a7094f3-459f-4259-92ff-345bb8f82ff1
ServiceInvariantUUID:d9db46d4-4115-4d8b-bbdc-eb705935ec31
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
ArtifactUUID:2feb992d-4f7e-4b44-a9b8-e44262cd5ad5
ArtifactChecksum:ZWIxNjM5ZmRhNTE5MDI2ODBmM2MwYTA2Y2ExNTljYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 1a375b37-bf2d 0
ResourceCustomizationUUID:e9bb89ba-768a-49cd-ac57-52b9d72d6b3b
ResourceInvariantUUID:c216dc19-0394-4801-b57a-deca2710f7f4
ResourceName:pNF 1a375b37-bf2d
ResourceType:PNF
ResourceUUID:a53c58f7-9480-4033-b2b4-a5bf43228d88
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-03T06:20:56.661Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a7094f3-459f-4259-92ff-345bb8f82ff1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:20:56.696Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:20:56.697Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:20:56.697Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:20:56.697Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 from URL: /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:20:56.697Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:20:56.697Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:20:57.230Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:20:57.234Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 87992
2023-04-03T06:20:57.234Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar ASDC sendASDCNotification
2023-04-03T06:20:57.234Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:20:57.234Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:20:57.234Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:20:57.234Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:20:57.234Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502857234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:20:58.235Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:20:58.235Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:20:58.235Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5, URL: /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar to file: /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:20:58.236Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:20:58.236Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:20:58.236Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:20:58.347Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14926209458894497164/Definitions/service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml
2023-04-03T06:20:58.925Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:20:58.925Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:20:58.926Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:20:58.926Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T06:20:58.926Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1a375b37-bf2d 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-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:20:58.926Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:20:58.926Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:20:58.926Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:20:58.926Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:20:58.926Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:20:58.926Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:20:58.926Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:20:58.926Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:20:58.926Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:20:58.927Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Node template pNF 1a375b37-bf2d 0 is matching search criteria
2023-04-03T06:20:58.927Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:20:58.927Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 1a375b37-bf2d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:20:58.927Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:20:58.927Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:20:58.927Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Node template pNF 1a375b37-bf2d 0 is matching search criteria
2023-04-03T06:20:58.927Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:20:58.927Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 1a375b37-bf2d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:20:58.927Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:20:58.927Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:20:58.927Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:20:58.927Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:20:58.927Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:20:58.928Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:20:58.928Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:20:58.928Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:20:58.928Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:20:58.928Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:20:58.928Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_tu7tgeomYpGKBQ0AQDjF
Description:catalog service description
Model UUID:7a7094f3-459f-4259-92ff-345bb8f82ff1
Model Version:NULL
Model InvariantUuid:d9db46d4-4115-4d8b-bbdc-eb705935ec31
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-04-03T06:20:58.986Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||ERROR|500||Csar with UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 already exists
2023-04-03T06:20:58.987Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar ASDC sendASDCNotification
2023-04-03T06:20:58.987Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar(Csar with UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 already exists)
2023-04-03T06:20:58.987Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:20:58.987Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:20:58.987Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:20:58.987Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502858987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:20:59.988Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar ASDC sendASDCNotification
2023-04-03T06:20:59.988Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar(Resource with UUID: a53c58f7-9480-4033-b2b4-a5bf43228d88 already exists)
2023-04-03T06:20:59.988Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:20:59.989Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:20:59.989Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:20:59.989Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502859988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a53c58f7-9480-4033-b2b4-a5bf43228d88 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:21:00.989Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96176ffb-93a7-4469-ba17-beb529a16739
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:21:01.006Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96176ffb-93a7-4469-ba17-beb529a16739
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:21:01.009Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:21:01.009Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:21:01.009Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:21:01.009Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:21:01.009Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:21:01.010Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:21:01.010Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:21:01.010Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:21:01.012Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:21:01.019Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:21:07.773Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:21:07.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:21:07.775Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502761485,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:21:07.777Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:21:07.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:21:07.777Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:21:07.778Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:21:07.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:21:07.778Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:21:07.779Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:21:07.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:21:07.779Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:21:07.779Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:21:07.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:21:07.779Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:21:07.779Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:21:07.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:21:07.780Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:21:07.780Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:21:07.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:21:07.780Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:21:07.780Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:21:07.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:21:07.781Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:21:07.781Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:21:07.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:21:07.781Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:21:07.782Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:21:07.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:21:07.782Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502770956,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:21:07.782Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:21:07.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:21:07.782Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502772627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3ab3e23b-b342-4f65-a547-e54977d397da already exists"
}
2023-04-03T06:21:07.783Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:21:07.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:21:07.783Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502773629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6dc9b242-9db9-49a0-bf5e-42ed573a9e51 already exists"
}
2023-04-03T06:21:07.783Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:21:07.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:21:07.783Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502804887,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:21:07.784Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:21:07.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:21:07.784Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:21:07.784Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:21:07.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:21:07.785Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T06:21:07.785Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:21:31.020Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 96176ffb-93a7-4469-ba17-beb529a16739 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:21:31.030Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 96176ffb-93a7-4469-ba17-beb529a16739 and serviceModelVersionId: 7a7094f3-459f-4259-92ff-345bb8f82ff1
2023-04-03T06:21:31.030Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d9db46d4-4115-4d8b-bbdc-eb705935ec31
2023-04-03T06:21:31.031Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0
2023-04-03T06:21:31.039Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:21:31.072Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0|INFO|500||Invoke
2023-04-03T06:21:31.073Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[96176ffb-93a7-4469-ba17-beb529a16739], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a558c625-a716-48c6-8730-818401967403], X-ECOMP-RequestID=[96176ffb-93a7-4469-ba17-beb529a16739], X-TransactionId=[], X-ONAP-RequestID=[96176ffb-93a7-4469-ba17-beb529a16739], Content-Type=[application/merge-patch+json]}
2023-04-03T06:21:31.086Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:21:31.239Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:21:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[241672], x-aai-txid=[2-aai-resources-230403-06:21:31:095-5893], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:21:31.239Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:21:31.240Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0|INFO|500||InvokeReturn
2023-04-03T06:21:31.241Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:21:31.241Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:21:31.252Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:21:31.252Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 96176ffb-93a7-4469-ba17-beb529a16739 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:21:31.252Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:21:31.253Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:21:31.253Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:21:31.253Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502891252,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:21:32.275Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:21:32.275Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"d15e255c-b15d-4c52-8bb3-899edc3349b8","serviceName":"Demo_pNF_HMbbR0oJEskKtjBqjweY","serviceVersion":"1.0","serviceUUID":"085768f5-69a5-4cc6-91eb-f148e874cd4b","serviceDescription":"catalog service description","serviceInvariantUUID":"7cc41ecd-aa8a-450b-966d-b8d6202674f9","resources":[{"resourceInstanceName":"pNF 9e2c9b74-de23 0","resourceName":"pNF 9e2c9b74-de23","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7e5c0815-3629-4711-b9cc-64128e7bc38a","resourceInvariantUUID":"ff4e96ce-678d-42d7-9d2f-0cc0ccc601f9","resourceCustomizationUUID":"d5115979-21fd-4c94-a171-254b861d96cd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vf-license-model.xml","artifactChecksum":"Mjg2MWY2MzNmOTUwOTBjNTFhMGM3MTcwZjE0YTM4ZGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1d05cb5f-4889-4f76-ad69-c6b2804eb618","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/pNF.csar","artifactChecksum":"YWY1NzNlYTAyN2YwNmMyOGQ4YWMxMWZhMzZiY2NkNWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"901ec9fe-988a-4d22-89d8-97a9b0f85b40","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a285b584-7148-4730-b1dc-c9dfadabdafd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vendor-license-model.xml","artifactChecksum":"MzZhYTg3ZWM4MGU0YjAzOTQ3ZmI1ZGE2MWM5N2VkYjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d06d43e2-12bc-4847-ac73-38f73ef2ca86","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70032e67-b3c3-4e72-b9c1-4a66dc738c8c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88a1af8b-d467-427c-a2ec-90575a5a8a32","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHmbbr0ojeskktjbqjwey-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-template.yml","artifactChecksum":"NjY0OTQwZTMyMTZmM2JiYWYxNTFkMmM3YjI1YmNmM2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"29135bb3-8256-4a02-8dcc-01aca055419b","artifactVersion":"1"},{"artifactName":"service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar","artifactChecksum":"YjE2Yjk5NzM3OGI0YmYwZWVkNGRmMTUxNTUxOGZhOTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e45fce11-82e9-4b19-9578-e00f62f2e584","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:21:32.275Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:21:32.275Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:21:32.275Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:21:32.275Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:21:33.276Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:21:33.277Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:21:33.277Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:21:33.277Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:21:34.278Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:21:34.278Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:21:34.278Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:21:34.278Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:21:35.279Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:21:35.279Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:21:35.279Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:21:35.279Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:21:36.280Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:21:36.281Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:21:36.281Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:21:36.281Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:21:37.281Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:21:37.282Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:21:37.282Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:21:37.282Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:21:38.283Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:21:38.283Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:21:38.284Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:21:38.284Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:21:39.284Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:21:39.285Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:21:39.285Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:21:39.285Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:21:40.286Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "serviceName": "Demo_pNF_HMbbR0oJEskKtjBqjweY",
  "serviceVersion": "1.0",
  "serviceUUID": "085768f5-69a5-4cc6-91eb-f148e874cd4b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7cc41ecd-aa8a-450b-966d-b8d6202674f9",
  "resources": [
    {
      "resourceInstanceName": "pNF 9e2c9b74-de23 0",
      "resourceCustomizationUUID": "d5115979-21fd-4c94-a171-254b861d96cd",
      "resourceName": "pNF 9e2c9b74-de23",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7e5c0815-3629-4711-b9cc-64128e7bc38a",
      "resourceInvariantUUID": "ff4e96ce-678d-42d7-9d2f-0cc0ccc601f9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
      "artifactChecksum": "YjE2Yjk5NzM3OGI0YmYwZWVkNGRmMTUxNTUxOGZhOTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e45fce11-82e9-4b19-9578-e00f62f2e584"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:21:40.286Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:21:40.286Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 085768f5-69a5-4cc6-91eb-f148e874cd4b ASDC
2023-04-03T06:21:40.286Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:d15e255c-b15d-4c52-8bb3-899edc3349b8
ServiceName:Demo_pNF_HMbbR0oJEskKtjBqjweY
ServiceVersion:1.0
ServiceUUID:085768f5-69a5-4cc6-91eb-f148e874cd4b
ServiceInvariantUUID:7cc41ecd-aa8a-450b-966d-b8d6202674f9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
ArtifactUUID:e45fce11-82e9-4b19-9578-e00f62f2e584
ArtifactChecksum:YjE2Yjk5NzM3OGI0YmYwZWVkNGRmMTUxNTUxOGZhOTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9e2c9b74-de23 0
ResourceCustomizationUUID:d5115979-21fd-4c94-a171-254b861d96cd
ResourceInvariantUUID:ff4e96ce-678d-42d7-9d2f-0cc0ccc601f9
ResourceName:pNF 9e2c9b74-de23
ResourceType:PNF
ResourceUUID:7e5c0815-3629-4711-b9cc-64128e7bc38a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-03T06:21:40.286Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 085768f5-69a5-4cc6-91eb-f148e874cd4b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-04-03T06:21:40.318Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:21:40.318Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:21:40.319Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:21:40.319Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e45fce11-82e9-4b19-9578-e00f62f2e584 from URL: /sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:21:40.319Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:21:40.319Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:21:40.637Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:21:40.639Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar e45fce11-82e9-4b19-9578-e00f62f2e584 87986
2023-04-03T06:21:40.639Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar ASDC sendASDCNotification
2023-04-03T06:21:40.639Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:21:40.640Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:21:40.640Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:21:40.640Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:21:40.640Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502900639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:21:41.641Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:21:41.642Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:21:41.642Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e45fce11-82e9-4b19-9578-e00f62f2e584, URL: /sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar to file: /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:21:41.642Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:21:41.642Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:21:41.643Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:21:41.742Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1261572872520248479/Definitions/service-DemoPnfHmbbr0ojeskktjbqjwey-template.yml
2023-04-03T06:21:42.359Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:21:42.359Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:21:42.359Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:21:42.359Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T06:21:42.359Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9e2c9b74-de23 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-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:21:42.359Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:21:42.359Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:21:42.359Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:21:42.359Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:21:42.360Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:21:42.360Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:21:42.360Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:21:42.360Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:21:42.360Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:21:42.360Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Node template pNF 9e2c9b74-de23 0 is matching search criteria
2023-04-03T06:21:42.360Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:21:42.360Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 9e2c9b74-de23 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:21:42.360Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:21:42.360Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:21:42.360Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Node template pNF 9e2c9b74-de23 0 is matching search criteria
2023-04-03T06:21:42.360Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:21:42.361Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 9e2c9b74-de23 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:21:42.361Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:21:42.361Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:21:42.361Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:21:42.361Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:21:42.361Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:21:42.361Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:21:42.361Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:21:42.361Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:21:42.361Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:21:42.361Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:21:42.361Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_HMbbR0oJEskKtjBqjweY
Description:catalog service description
Model UUID:085768f5-69a5-4cc6-91eb-f148e874cd4b
Model Version:NULL
Model InvariantUuid:7cc41ecd-aa8a-450b-966d-b8d6202674f9
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-04-03T06:21:42.383Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7e5c0815-3629-4711-b9cc-64128e7bc38a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:21:42.389Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||pNF 9e2c9b74-de23 0
2023-04-03T06:21:42.389Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7e5c0815-3629-4711-b9cc-64128e7bc38a
2023-04-03T06:21:42.389Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 085768f5-69a5-4cc6-91eb-f148e874cd4b
2023-04-03T06:21:42.389Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 085768f5-69a5-4cc6-91eb-f148e874cd4b
2023-04-03T06:21:42.389Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 9e2c9b74-de23 0 7e5c0815-3629-4711-b9cc-64128e7bc38a 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-04-03T06:21:42.402Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@437688b3, org.onap.sdc.toscaparser.api.parameters.Input@1ce959ec, org.onap.sdc.toscaparser.api.parameters.Input@3190d4c7, org.onap.sdc.toscaparser.api.parameters.Input@70aed76, org.onap.sdc.toscaparser.api.parameters.Input@70cede34]
2023-04-03T06:21:42.402Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:21:42.402Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:21:42.402Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 085768f5-69a5-4cc6-91eb-f148e874cd4b: pNF 9e2c9b74-de23
2023-04-03T06:21:42.402Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Processing PNF resource: 7e5c0815-3629-4711-b9cc-64128e7bc38a
2023-04-03T06:21:42.402Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:21:42.403Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:21:42.403Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Resource customization UUID: d5115979-21fd-4c94-a171-254b861d96cd is the same as notified resource customizationUUID: d5115979-21fd-4c94-a171-254b861d96cd
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-04-03T06:21:42.476Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 9e2c9b74-de23 7e5c0815-3629-4711-b9cc-64128e7bc38a 0 ASDC deployResourceStructure
2023-04-03T06:21:42.476Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar ASDC sendASDCNotification
2023-04-03T06:21:42.476Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:21:42.476Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-03T06:21:42.477Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:21:42.477Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:21:42.477Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502902476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:21:43.478Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d15e255c-b15d-4c52-8bb3-899edc3349b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:21:43.499Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d15e255c-b15d-4c52-8bb3-899edc3349b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:21:43.503Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:21:43.504Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:21:43.504Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:21:43.504Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:21:43.504Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:21:43.504Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:21:43.504Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:21:43.505Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:21:43.505Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:21:43.514Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:22:07.773Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:22:07.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:22:07.774Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-03T06:22:07.774Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:22:07.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:22:07.774Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:22:07.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:22:07.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:22:07.775Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-03T06:22:07.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:22:07.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:22:07.775Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:22:07.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:22:07.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:22:07.775Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:22:07.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:22:07.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:22:07.775Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502813311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:22:07.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:22:07.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:22:07.775Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502815323,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa already exists"
}
2023-04-03T06:22:07.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:22:07.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:22:07.775Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502816325,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: cca49e2b-a592-45e7-ad60-a0b040a06b21 already exists"
}
2023-04-03T06:22:07.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:22:07.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:22:07.775Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502847623,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:22:07.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:22:07.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:22:07.776Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:22:07.776Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:22:07.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:22:07.776Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:22:07.776Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:22:07.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:22:07.776Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:22:07.776Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:22:07.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:22:07.776Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:22:07.776Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:22:07.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:22:07.776Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:22:07.776Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:22:07.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:22:07.776Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:22:07.776Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:22:07.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:22:07.776Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:22:07.776Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:22:07.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:22:07.776Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:22:07.776Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:22:07.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:22:07.776Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502857234,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:22:07.776Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:22:07.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:22:07.777Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502858987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 already exists"
}
2023-04-03T06:22:07.777Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:22:07.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T06:22:07.777Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502859988,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a53c58f7-9480-4033-b2b4-a5bf43228d88 already exists"
}
2023-04-03T06:22:07.777Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:22:13.514Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d15e255c-b15d-4c52-8bb3-899edc3349b8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:22:13.524Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d15e255c-b15d-4c52-8bb3-899edc3349b8 and serviceModelVersionId: 085768f5-69a5-4cc6-91eb-f148e874cd4b
2023-04-03T06:22:13.524Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7cc41ecd-aa8a-450b-966d-b8d6202674f9
2023-04-03T06:22:13.525Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7cc41ecd-aa8a-450b-966d-b8d6202674f9/model-vers/model-ver/085768f5-69a5-4cc6-91eb-f148e874cd4b?depth=0
2023-04-03T06:22:13.533Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:22:13.554Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7cc41ecd-aa8a-450b-966d-b8d6202674f9/model-vers/model-ver/085768f5-69a5-4cc6-91eb-f148e874cd4b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T06:22:13.554Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7cc41ecd-aa8a-450b-966d-b8d6202674f9/model-vers/model-ver/085768f5-69a5-4cc6-91eb-f148e874cd4b?depth=0|INFO|500||Invoke
2023-04-03T06:22:13.560Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7cc41ecd-aa8a-450b-966d-b8d6202674f9/model-vers/model-ver/085768f5-69a5-4cc6-91eb-f148e874cd4b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:22:13.701Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7cc41ecd-aa8a-450b-966d-b8d6202674f9/model-vers/model-ver/085768f5-69a5-4cc6-91eb-f148e874cd4b?depth=0|INFO|500||InvokeReturn
2023-04-03T06:22:13.701Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7cc41ecd-aa8a-450b-966d-b8d6202674f9/model-vers/model-ver/085768f5-69a5-4cc6-91eb-f148e874cd4b?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:22:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[136], vertex-id=[253960], x-aai-txid=[2-aai-resources-230403-06:22:13:568-54585], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:22:13.701Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:22:13.702Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:22:13.702Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:22:13.712Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:22:13.713Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d15e255c-b15d-4c52-8bb3-899edc3349b8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:22:13.713Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:22:13.713Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:22:13.713Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:22:13.713Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502933713,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:22:14.734Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T06:22:14.735Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-03T06:22:14.736Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Node 1 disconnected.
2023-04-03T06:22:14.737Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Node 2 disconnected.
2023-04-03T06:22:14.737Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:22:14.737Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:22:14.737Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:22:14.737Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T06:22:14.741Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Asynchronous auto-commit of offsets {SDC-DISTR-NOTIF-TOPIC-AUTO-5=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-4=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-3=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-2=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-1=OffsetAndMetadata{offset=0, leaderEpoch=null, metadata=''}, SDC-DISTR-NOTIF-TOPIC-AUTO-0=OffsetAndMetadata{offset=8, leaderEpoch=0, metadata=''}} failed: Offset commit cannot be completed since the consumer is not part of an active group for auto partition assignment; it is likely that the consumer was kicked out of the group.
2023-04-03T06:22:14.741Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-f96e293d-a369-4406-844b-12002bb10a4c
2023-04-03T06:22:14.741Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:22:14.742Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T06:22:15.454Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:22:18.463Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:22:21.471Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:22:24.481Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:22:27.490Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:22:30.502Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:22:33.513Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:22:36.522Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:22:39.531Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:22:42.539Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:22:45.550Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:22:48.559Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:22:51.568Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:22:54.577Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:22:57.586Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:23:00.594Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:23:03.603Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:23:06.612Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:23:07.773Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:23:07.789Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:23:07.790Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T06:23:07.793Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T06:23:07.795Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully joined group with generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-f96e293d-a369-4406-844b-12002bb10a4c', protocol='range'}
2023-04-03T06:23:07.797Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 224Buxt-TfaoZml-aDplqw
2023-04-03T06:23:07.798Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 224Buxt-TfaoZml-aDplqw
2023-04-03T06:23:07.798Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 224Buxt-TfaoZml-aDplqw
2023-04-03T06:23:07.798Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 224Buxt-TfaoZml-aDplqw
2023-04-03T06:23:07.798Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 224Buxt-TfaoZml-aDplqw
2023-04-03T06:23:07.799Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 224Buxt-TfaoZml-aDplqw
2023-04-03T06:23:07.799Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 35: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-f96e293d-a369-4406-844b-12002bb10a4c=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-04-03T06:23:07.813Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T06:23:07.813Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully synced group in generation Generation{generationId=35, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-f96e293d-a369-4406-844b-12002bb10a4c', protocol='range'}
2023-04-03T06:23:07.814Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:23:07.814Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:23:07.814Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:23:07.814Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:23:07.817Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T06:23:07.817Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T06:23:07.817Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T06:23:07.817Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T06:23:07.817Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T06:23:07.817Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T06:23:07.817Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T06:23:07.818Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T06:23:07.818Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T06:23:07.818Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=996, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T06:23:07.818Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T06:23:07.818Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T06:23:07.931Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:23:07.931Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"67140925-3a6f-407a-959c-109e177260de","serviceName":"basic_onboard_FLWUdk","serviceVersion":"1.0","serviceUUID":"19ebdf40-c64a-481d-8a8f-8b59c9326af3","serviceDescription":"service","serviceInvariantUUID":"2bac4cbd-5db1-4650-9def-8fec2ad66681","resources":[{"resourceInstanceName":"basic_onboard_FLWUdk 0","resourceName":"basic_onboard_FLWUdk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dac3165c-a204-413f-adbe-704623ed23b4","resourceInvariantUUID":"d53cee2e-031e-415a-8fae-95f51faf2e70","resourceCustomizationUUID":"4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml","artifactChecksum":"NGM5YzhiYzRjZjc0ZjU3MmRkMjA5ZTUyYTAwMjQwNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd788691-5050-4702-936e-5323ddbfa177","artifactVersion":"1"},{"artifactName":"basic_onboard_flwudk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json","artifactChecksum":"ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d45e3439-bba4-4631-9b18-813915a57166","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f47d27f-dfde-477b-a49d-8653be82ad1c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ea2f5259-0af6-448f-9bc0-3a618a91f457","artifactVersion":"2","generatedFromUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFlwudk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml","artifactChecksum":"MDk4ODRiZjQ2ZjgxMzhiYjYyYjdkMDAzZGYyNTc2MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"589963b3-da11-4d3e-b9e4-5adee2b92999","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFlwudk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar","artifactChecksum":"ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f8f74d7f-c5f7-425e-a01c-0a969b83b0dc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:23:07.932Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:23:07.932Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:23:07.932Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:23:07.932Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:23:08.837Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.837Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502891252,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:23:08.838Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.838Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.838Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.838Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.838Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.838Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.838Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.838Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.838Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.839Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.839Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.839Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.839Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.839Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.839Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.839Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.839Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.839Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.839Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.839Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.840Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.840Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.840Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.840Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502291642,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:23:08.840Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.840Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.840Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502900639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:23:08.840Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.840Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.841Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502902476,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T06:23:08.841Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.841Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.841Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502933713,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:23:08.841Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.841Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.841Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "aai-model-loader",
  "timestamp": 1680502965778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.841Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.841Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.841Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680502949409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.841Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.841Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.842Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680502957705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.842Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.842Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.842Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680502946214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.842Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.842Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.842Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502947984,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.842Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.842Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.842Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680502965429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.842Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.842Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.842Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "aai-model-loader",
  "timestamp": 1680502965778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.842Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.843Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.843Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680502946214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T06:23:08.843Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.843Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.843Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680502949409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.843Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.843Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.843Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502947984,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.843Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.843Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.843Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680502957705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.843Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.843Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.843Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680502965429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.843Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.844Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.844Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "aai-model-loader",
  "timestamp": 1680502965778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.844Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.844Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.844Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680502946214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-04-03T06:23:08.844Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.844Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.844Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680502957705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.844Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.844Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.845Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680502949409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-04-03T06:23:08.845Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.845Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.845Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502947984,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.845Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.845Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.845Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680502965429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.845Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.845Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.845Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680502949409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.846Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.846Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.846Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "aai-model-loader",
  "timestamp": 1680502965778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.846Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.846Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.846Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680502946214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.846Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.846Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.846Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502947984,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.846Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.846Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.847Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680502957705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.847Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.847Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.847Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680502965429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.847Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.847Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.847Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680502949409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.847Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.847Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.847Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "aai-model-loader",
  "timestamp": 1680502965778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.847Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.847Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.847Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680502946214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-04-03T06:23:08.847Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.847Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.847Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680502957705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.847Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.847Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.847Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502947984,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.847Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.847Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.847Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680502965429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.848Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.848Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.848Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680502949409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.848Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.848Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.848Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680502946214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-04-03T06:23:08.848Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.848Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.848Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "aai-model-loader",
  "timestamp": 1680502965778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.848Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.848Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.848Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502947984,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.848Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.849Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.849Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680502957705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.849Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.849Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.849Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680502965429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.849Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.849Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.849Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680502949409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.849Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.849Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.849Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680502946214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-04-03T06:23:08.849Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.850Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.850Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680502957705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.850Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.850Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.850Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502947984,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.850Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.850Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.850Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "aai-model-loader",
  "timestamp": 1680502965778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.851Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.851Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.851Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680502965429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.851Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.851Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.851Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680502949409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.851Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.851Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.851Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680502957705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.851Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.852Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.852Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "aai-model-loader",
  "timestamp": 1680502965778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.852Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.852Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.852Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502947984,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.852Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.852Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.852Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680502946214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.853Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.853Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.853Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680502965429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.853Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.853Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.853Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680502949409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.853Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.854Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.854Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680502946214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.854Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.854Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.854Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680502957705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.854Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.854Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.855Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "aai-model-loader",
  "timestamp": 1680502965778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.855Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.855Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.855Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502947984,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.855Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.855Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.855Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680502965429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.855Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.855Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.856Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680502949409,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:23:08.856Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.856Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.856Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680502957705,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.856Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.856Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.857Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "aai-model-loader",
  "timestamp": 1680502965778,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:23:08.857Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.857Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.857Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502947984,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:23:08.857Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.857Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.857Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680502946214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:23:08.857Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.857Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.857Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680502965429,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:23:08.858Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.858Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.858Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680502982191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:23:08.858Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.858Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.858Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "aai-model-loader",
  "timestamp": 1680502982862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:23:08.858Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.858Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.859Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502982863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:23:08.859Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.860Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.860Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680502982268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:23:08.860Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.861Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.861Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680502983413,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:23:08.861Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.861Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.861Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680502983272,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T06:23:08.862Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.862Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.862Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680502983403,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:23:08.862Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.862Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.862Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680502984273,
  "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-04-03T06:23:08.886Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ef214ce9-5511-46fd-bd63-09602147d610
2023-04-03T06:23:08.887Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef214ce9-5511-46fd-bd63-09602147d610 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-04-03T06:23:08.902Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.902Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680502984536,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:23:08.902Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.902Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.902Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680502985599,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T06:23:08.903Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.903Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.903Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502983869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.903Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.903Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.903Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680502985275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.903Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.903Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.903Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680502982552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.903Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.903Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.903Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680502985645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:23:08.903Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.904Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.904Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680502986604,
  "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-04-03T06:23:08.910Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ef214ce9-5511-46fd-bd63-09602147d610
2023-04-03T06:23:08.910Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef214ce9-5511-46fd-bd63-09602147d610 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-04-03T06:23:08.924Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.924Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502983869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.925Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.925Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.925Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680502982552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.925Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.926Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.926Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680502985275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.926Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.926Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.926Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680502986790,
  "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-04-03T06:23:08.933Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:23:08.933Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:23:08.933Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:23:08.934Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:23:08.933Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ef214ce9-5511-46fd-bd63-09602147d610
2023-04-03T06:23:08.934Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef214ce9-5511-46fd-bd63-09602147d610 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-04-03T06:23:08.944Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.944Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502983869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.945Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.945Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.945Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680502982552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.945Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.945Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.946Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680502985275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-03T06:23:08.946Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.946Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.946Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.947Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.947Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.947Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680502987792,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-03T06:23:08.947Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.947Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.947Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "aai-model-loader",
  "timestamp": 1680502988853,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T06:23:08.947Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.948Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.948Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502983869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.948Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.948Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.948Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680502982552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.949Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:08.949Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:23:08.949Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680502985275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:23:08.949Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:23:09.934Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:23:09.935Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:23:09.935Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:23:09.935Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:23:10.935Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:23:10.936Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:23:10.936Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:23:10.936Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:23:11.936Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:23:11.937Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:23:11.937Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:23:11.937Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:23:12.938Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:23:12.938Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:23:12.939Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:23:12.939Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:23:13.940Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:23:13.940Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:23:13.940Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:23:13.940Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:23:14.941Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "serviceName": "basic_onboard_FLWUdk",
  "serviceVersion": "1.0",
  "serviceUUID": "19ebdf40-c64a-481d-8a8f-8b59c9326af3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2bac4cbd-5db1-4650-9def-8fec2ad66681",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_FLWUdk 0",
      "resourceCustomizationUUID": "4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf",
      "resourceName": "basic_onboard_FLWUdk",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dac3165c-a204-413f-adbe-704623ed23b4",
      "resourceInvariantUUID": "d53cee2e-031e-415a-8fae-95f51faf2e70",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_flwudk0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
          "artifactChecksum": "ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d45e3439-bba4-4631-9b18-813915a57166",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
            "generatedFromUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardFlwudk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
      "artifactChecksum": "ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f8f74d7f-c5f7-425e-a01c-0a969b83b0dc"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:23:14.941Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:23:14.941Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC
2023-04-03T06:23:14.942Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:67140925-3a6f-407a-959c-109e177260de
ServiceName:basic_onboard_FLWUdk
ServiceVersion:1.0
ServiceUUID:19ebdf40-c64a-481d-8a8f-8b59c9326af3
ServiceInvariantUUID:2bac4cbd-5db1-4650-9def-8fec2ad66681
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFlwudk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
ArtifactUUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc
ArtifactChecksum:ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_FLWUdk 0
ResourceCustomizationUUID:4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf
ResourceInvariantUUID:d53cee2e-031e-415a-8fae-95f51faf2e70
ResourceName:basic_onboard_FLWUdk
ResourceType:VF
ResourceUUID:dac3165c-a204-413f-adbe-704623ed23b4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_flwudk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
ArtifactUUID:d45e3439-bba4-4631-9b18-813915a57166
ArtifactChecksum:ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ=
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:01129bd9-4e3f-4f2f-92c1-083f0cfccae5
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T06:23:14.942Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:23:14.968Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:23:14.968Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:23:14.968Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:23:14.968Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f8f74d7f-c5f7-425e-a01c-0a969b83b0dc from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T06:23:14.968Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:23:14.969Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T06:23:14.989Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-04-03T06:23:14.990Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@580a20f2
2023-04-03T06:23:14.990Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T06:23:14.990Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T06:23:14.990Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardFlwudk-csar.csar /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar f8f74d7f-c5f7-425e-a01c-0a969b83b0dc Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T06:23:14.990Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar ASDC sendASDCNotification
2023-04-03T06:23:14.990Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(Specified artifact is  not found)
2023-04-03T06:23:14.990Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T06:23:14.990Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:23:14.990Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:23:14.991Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502994990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:23:15.991Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardFlwudk-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(UUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-04-03T06:23:16.010Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:23:16.011Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:23:16.016Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||basic_onboard_FLWUdk 0
2023-04-03T06:23:16.016Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
2023-04-03T06:23:16.016Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d45e3439-bba4-4631-9b18-813915a57166 from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T06:23:16.016Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:23:16.016Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T06:23:16.035Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-04-03T06:23:16.035Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3851e41d
2023-04-03T06:23:16.035Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T06:23:16.036Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T06:23:16.036Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_flwudk0_modules.json /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json d45e3439-bba4-4631-9b18-813915a57166 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T06:23:16.036Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json ASDC sendASDCNotification
2023-04-03T06:23:16.036Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(Specified artifact is  not found)
2023-04-03T06:23:16.036Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T06:23:16.036Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:23:16.036Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:23:16.036Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502996036,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:23:17.037Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_flwudk0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(UUID:d45e3439-bba4-4631-9b18-813915a57166)
Error message 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-04-03T06:23:17.037Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:23:17.054Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:23:17.056Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:23:17.056Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:23:47.056Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:23:47.068Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:23:47.070Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:23:47.070Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:24:07.773Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:24:07.775Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:24:07.775Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T06:24:07.776Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:24:17.070Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:24:17.086Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:24:17.090Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:24:17.091Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:24:47.091Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:24:47.106Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:24:47.108Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:24:47.108Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:25:07.773Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:25:07.775Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.775Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680502988797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.776Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.776Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.776Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "aai-model-loader",
  "timestamp": 1680502989855,
  "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-04-03T06:25:07.788Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ef214ce9-5511-46fd-bd63-09602147d610
2023-04-03T06:25:07.788Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId ef214ce9-5511-46fd-bd63-09602147d610 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-04-03T06:25:07.800Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.801Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502983869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.801Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.801Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.801Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680502982552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.801Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.801Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.801Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680502985275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.801Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.802Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.802Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-03T06:25:07.802Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.802Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.802Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680502988797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T06:25:07.802Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.802Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.802Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502983869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.802Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.802Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.802Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680502982552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.802Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.802Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.803Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680502985275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.803Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.803Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.803Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.803Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.803Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.803Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680502988797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-03T06:25:07.803Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.803Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.803Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502983869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.803Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.803Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.804Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680502982552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.804Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.804Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.804Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680502985275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.804Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.804Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.804Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-03T06:25:07.804Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.804Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.804Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680502988797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.805Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.805Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.805Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502983869,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:25:07.805Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.805Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.805Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680502982552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.805Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.805Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.805Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680502985275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:25:07.805Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.806Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.806Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.806Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.806Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.806Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680502988797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-03T06:25:07.806Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.806Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.806Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:25:07.806Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.806Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.806Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502994317,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:25:07.807Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.807Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.807Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680502993720,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:25:07.807Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.807Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.807Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680502988797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.807Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.807Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.807Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502994990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T06:25:07.807Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.808Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.808Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680502994722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T06:25:07.808Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.808Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.808Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680502988797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.808Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.808Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.808Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "aai-model-loader",
  "timestamp": 1680502995778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.808Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.808Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.809Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680502995429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.809Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.809Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.809Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680502995724,
  "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-04-03T06:25:07.827Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84b6fc94-3a00-4340-88b6-4136dacd68e6
2023-04-03T06:25:07.827Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84b6fc94-3a00-4340-88b6-4136dacd68e6 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-04-03T06:25:07.841Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.841Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502996036,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T06:25:07.842Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.842Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.842Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680502988797,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:25:07.842Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.842Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.842Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "aai-model-loader",
  "timestamp": 1680502995778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.842Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.842Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.842Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680502995429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.842Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.842Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.842Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680502996927,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:25:07.842Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.843Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.843Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "aai-model-loader",
  "timestamp": 1680502995778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.843Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.843Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.843Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680502995429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.843Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.843Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.843Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680502998055,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:25:07.843Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.843Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.843Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "aai-model-loader",
  "timestamp": 1680502995778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.843Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.844Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.845Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680502995429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.845Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.845Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.845Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "aai-model-loader",
  "timestamp": 1680502995778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.846Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.846Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.846Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680502999168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:25:07.847Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.847Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.847Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680502995429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.848Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.848Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.848Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "aai-model-loader",
  "timestamp": 1680502995778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.848Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.848Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.848Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680503000502,
  "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-04-03T06:25:07.859Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84b6fc94-3a00-4340-88b6-4136dacd68e6
2023-04-03T06:25:07.859Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84b6fc94-3a00-4340-88b6-4136dacd68e6 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-04-03T06:25:07.874Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.874Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680502995429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.874Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.875Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.875Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "aai-model-loader",
  "timestamp": 1680502995778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.875Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.875Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.876Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680503001505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-03T06:25:07.876Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.876Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.876Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680502995429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.876Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.877Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.877Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "aai-model-loader",
  "timestamp": 1680502995778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:25:07.877Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.878Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.878Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680502995429,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:25:07.878Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.879Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.879Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "aai-model-loader",
  "timestamp": 1680503003938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:25:07.879Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.880Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.880Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680503004221,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:25:07.880Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.880Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.880Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680503006321,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T06:25:07.881Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.881Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.881Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680503007325,
  "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-04-03T06:25:07.891Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 84b6fc94-3a00-4340-88b6-4136dacd68e6
2023-04-03T06:25:07.891Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84b6fc94-3a00-4340-88b6-4136dacd68e6 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-04-03T06:25:07.909Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.910Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "aai-model-loader",
  "timestamp": 1680503009525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T06:25:07.910Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.910Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.910Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "aai-model-loader",
  "timestamp": 1680503010527,
  "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-04-03T06:25:07.920Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 84b6fc94-3a00-4340-88b6-4136dacd68e6
2023-04-03T06:25:07.920Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84b6fc94-3a00-4340-88b6-4136dacd68e6 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-04-03T06:25:07.939Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.939Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502995321,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.939Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.940Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.940Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680503017674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.940Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.940Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.940Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680503002508,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.940Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.940Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.940Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680503026725,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.940Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.940Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.940Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "aai-model-loader",
  "timestamp": 1680503025778,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.940Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.940Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.940Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680503025429,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.941Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.941Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.941Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502995321,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.941Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.941Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.941Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680503026725,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.941Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.941Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.941Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680503017674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.941Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.941Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.941Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680503002508,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.941Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.941Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.941Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "aai-model-loader",
  "timestamp": 1680503025778,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.942Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.942Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.942Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680503025429,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.942Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.942Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.942Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502995321,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.942Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.942Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.942Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680503026725,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.942Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.942Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.942Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "aai-model-loader",
  "timestamp": 1680503025778,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.942Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.942Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.942Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680503017674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.943Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.943Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.943Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680503002508,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.943Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.943Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.943Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680503025429,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.943Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.943Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.943Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502995321,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.943Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.943Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.943Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680503026725,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.943Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.943Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.943Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "aai-model-loader",
  "timestamp": 1680503025778,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.944Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.944Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.944Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680503017674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.944Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.944Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.944Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680503002508,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.944Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.944Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.944Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680503025429,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.944Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.944Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.944Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502995321,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.944Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.944Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.945Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680503026725,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.945Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.945Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.945Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "aai-model-loader",
  "timestamp": 1680503025778,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.945Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.945Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.945Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680503017674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.945Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.945Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.945Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680503002508,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.945Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.945Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.945Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680503025429,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.945Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.945Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.945Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502995321,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.946Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.946Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.946Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680503017674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.946Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.946Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.946Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "aai-model-loader",
  "timestamp": 1680503025778,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.946Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.946Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.946Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680503026725,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.946Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.946Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.947Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680503002508,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.947Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.947Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.947Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680503025429,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.947Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.947Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.947Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502995321,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.947Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.947Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.947Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680503017674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2023-04-03T06:25:07.947Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.947Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.947Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "aai-model-loader",
  "timestamp": 1680503025778,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.947Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.947Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.947Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680503026725,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.947Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.947Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.948Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680503002508,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.948Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.948Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.948Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680503025429,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.948Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.948Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.948Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502995321,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.948Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.948Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.948Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680503017674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.948Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.948Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.948Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "aai-model-loader",
  "timestamp": 1680503025778,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.949Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.949Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.949Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680503026725,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.949Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.949Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.949Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680503002508,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.949Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.949Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.950Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680503025429,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.950Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.950Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.950Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680502995321,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:25:07.950Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.950Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.950Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1680503017674,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:25:07.950Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.950Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.951Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680503026725,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:25:07.951Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.951Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.951Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "aai-model-loader",
  "timestamp": 1680503025778,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:25:07.951Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.951Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.951Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "multicloud-k8s",
  "timestamp": 1680503002508,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:25:07.951Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.951Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.951Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680503025429,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:25:07.952Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.952Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.952Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "cds-sdc-listener",
  "timestamp": 1680503040721,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:25:07.952Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.952Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.952Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "aai-model-loader",
  "timestamp": 1680503040736,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:25:07.952Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.952Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.952Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680503040143,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:25:07.953Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.953Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.953Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680503041172,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:25:07.953Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.953Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.953Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680503041146,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T06:25:07.953Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.953Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.953Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "policy-distribution-id",
  "timestamp": 1680503042147,
  "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-04-03T06:25:07.978Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 405f1a67-e753-4e43-8549-639a9a3a3358
2023-04-03T06:25:07.978Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 405f1a67-e753-4e43-8549-639a9a3a3358 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-04-03T06:25:07.993Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.993Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680503042963,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T06:25:07.994Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:07.994Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:07.994Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1680503043967,
  "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-04-03T06:25:08.003Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 405f1a67-e753-4e43-8549-639a9a3a3358
2023-04-03T06:25:08.003Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 405f1a67-e753-4e43-8549-639a9a3a3358 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-04-03T06:25:08.017Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:08.017Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "aai-model-loader",
  "timestamp": 1680503044419,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T06:25:08.017Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:25:08.017Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:25:08.017Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "aai-model-loader",
  "timestamp": 1680503045421,
  "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-04-03T06:25:08.025Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 405f1a67-e753-4e43-8549-639a9a3a3358
2023-04-03T06:25:08.025Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 405f1a67-e753-4e43-8549-639a9a3a3358 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-04-03T06:25:17.109Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:25:17.128Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:25:17.131Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:25:17.131Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:25:47.132Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:25:47.151Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:25:47.154Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:25:47.155Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:26:07.773Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:26:17.155Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:26:17.171Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:26:17.175Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:26:17.176Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:26:47.176Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:26:47.193Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:26:47.197Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:26:47.197Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:27:07.774Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:27:17.197Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:27:17.214Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:27:17.217Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:27:17.217Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:27:47.217Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:27:47.234Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:27:47.237Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:27:47.237Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:28:07.775Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:28:08.010Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:28:08.011Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Member SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-f96e293d-a369-4406-844b-12002bb10a4c 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-04-03T06:28:08.011Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-03T06:28:08.012Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-03T06:28:08.377Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:28:08.390Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:28:08.391Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T06:28:08.395Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=36, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T06:28:08.396Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 36: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-03T06:28:08.412Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=36, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T06:28:08.413Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:28:08.413Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:28:08.417Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T06:28:08.418Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T06:28:08.418Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T06:28:08.418Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1220, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T06:28:08.418Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T06:28:08.418Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T06:28:17.237Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-03T06:28:17.237Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67140925-3a6f-407a-959c-109e177260de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:28:17.246Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67140925-3a6f-407a-959c-109e177260de and serviceModelVersionId: 19ebdf40-c64a-481d-8a8f-8b59c9326af3
2023-04-03T06:28:17.246Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2bac4cbd-5db1-4650-9def-8fec2ad66681
2023-04-03T06:28:17.247Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0
2023-04-03T06:28:17.254Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:28:17.279Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||Invoke
2023-04-03T06:28:17.280Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[67140925-3a6f-407a-959c-109e177260de], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d50589de-8fe2-47f9-9972-91d3deb8f7bc], X-ECOMP-RequestID=[67140925-3a6f-407a-959c-109e177260de], X-TransactionId=[], X-ONAP-RequestID=[67140925-3a6f-407a-959c-109e177260de], Content-Type=[application/merge-patch+json]}
2023-04-03T06:28:17.287Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-03T06:28:17.449Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:28:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[158], vertex-id=[376920], x-aai-txid=[0-aai-resources-230403-06:28:17:295-87386], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:28:17.450Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:28:17.450Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||InvokeReturn
2023-04-03T06:28:17.451Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:28:17.451Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:28:17.458Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:28:17.459Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67140925-3a6f-407a-959c-109e177260de and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-03T06:28:17.459Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-03T06:28:17.459Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:28:17.459Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:28:17.460Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503297459,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:28:17.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:28:17.477Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503297459,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-03T06:28:17.478Z||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-04-03T06:28:18.479Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:28:18.480Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"1ba6c437-f06e-4cf5-971b-291d0684a066","serviceName":"vFW 2023-04-03 04-26-19","serviceVersion":"1.0","serviceUUID":"1d95d522-2e0f-4343-9cc1-c8057874e1a7","serviceDescription":"catalog service description","serviceInvariantUUID":"8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38","resources":[{"resourceInstanceName":"vFW 8e02d361-5433 0","resourceName":"vFW 8e02d361-5433","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6acdd6c7-fab4-4f67-9353-504622dd5512","resourceInvariantUUID":"38e6e99e-de44-4a71-b00e-d6a14e39c0d0","resourceCustomizationUUID":"c8134348-724c-4ac8-8b4e-b4601205c1d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml","artifactChecksum":"MTlhZWVmMDU3OWZkMjU2Njk5YWMzZWI4YTk1YzgwZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6a0a1ac1-1076-4d05-be3a-49fee5f34737","artifactVersion":"1"},{"artifactName":"vfw8e02d36154330_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json","artifactChecksum":"NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"476a91f6-7739-4473-b109-ebba85512af9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml","artifactChecksum":"MDJmNmQ4NzA3YTZmNDA2MDA0ZDU4MTRiOGFlN2Q2Mjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b38e7060-1448-4d85-8cdf-3a929672567e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"966ecea8-9af0-46aa-8d5d-3895d9686ba8","artifactVersion":"2","generatedFromUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230403042619-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml","artifactChecksum":"MGZlMGI4Zjc5NjcxZjg2N2I1Y2I2NWUyNTVjYjIzNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1540bab5-1751-409a-b2de-7a325f5eb69d","artifactVersion":"1"},{"artifactName":"service-Vfw20230403042619-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar","artifactChecksum":"ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"284a7ed8-be7f-4a31-9f04-d5e7b63fe142","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:28:18.480Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:28:18.480Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:28:18.480Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:28:18.480Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:28:19.481Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:28:19.481Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:28:19.482Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:28:19.482Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:28:20.482Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:28:20.483Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:28:20.483Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:28:20.483Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:28:21.484Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:28:21.484Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:28:21.484Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:28:21.484Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:28:22.486Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:28:22.486Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:28:22.486Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:28:22.486Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:28:23.488Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:28:23.489Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:28:23.489Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:28:23.489Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:28:24.491Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:28:24.491Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:28:24.491Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:28:24.492Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:28:25.493Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "serviceName": "vFW 2023-04-03 04-26-19",
  "serviceVersion": "1.0",
  "serviceUUID": "1d95d522-2e0f-4343-9cc1-c8057874e1a7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38",
  "resources": [
    {
      "resourceInstanceName": "vFW 8e02d361-5433 0",
      "resourceCustomizationUUID": "c8134348-724c-4ac8-8b4e-b4601205c1d5",
      "resourceName": "vFW 8e02d361-5433",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6acdd6c7-fab4-4f67-9353-504622dd5512",
      "resourceInvariantUUID": "38e6e99e-de44-4a71-b00e-d6a14e39c0d0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8e02d36154330_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
          "artifactChecksum": "NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "476a91f6-7739-4473-b109-ebba85512af9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
            "generatedFromUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230403042619-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
      "artifactChecksum": "ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "284a7ed8-be7f-4a31-9f04-d5e7b63fe142"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:28:25.494Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:28:25.494Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC
2023-04-03T06:28:25.494Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:1ba6c437-f06e-4cf5-971b-291d0684a066
ServiceName:vFW 2023-04-03 04-26-19
ServiceVersion:1.0
ServiceUUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
ServiceInvariantUUID:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230403042619-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
ArtifactUUID:284a7ed8-be7f-4a31-9f04-d5e7b63fe142
ArtifactChecksum:ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8e02d361-5433 0
ResourceCustomizationUUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
ResourceInvariantUUID:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
ResourceName:vFW 8e02d361-5433
ResourceType:VF
ResourceUUID:6acdd6c7-fab4-4f67-9353-504622dd5512
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8e02d36154330_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json
ArtifactUUID:476a91f6-7739-4473-b109-ebba85512af9
ArtifactChecksum:NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI=
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml
ArtifactUUID:62b20843-bd6e-4ffa-9cf5-dfe2585e9862
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T06:28:25.494Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:28:25.523Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:28:25.523Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:28:25.523Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:28:25.524Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 from URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T06:28:25.524Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:28:25.524Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T06:28:25.880Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:28:25.882Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 101447
2023-04-03T06:28:25.883Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T06:28:25.883Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T06:28:25.883Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:28:25.883Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:28:25.883Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:28:25.883Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503305883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:28:26.884Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:28:26.885Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:28:26.885Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142, URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar to file: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:28:26.885Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230403042619-csar.csar
2023-04-03T06:28:26.886Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:28:26.886Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:28:27.086Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14706779028310832965/Definitions/service-Vfw20230403042619-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-04-03T06:28:28.623Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:28:28.624Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:28:28.624Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:28:28.624Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-03T06:28:28.624Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:28:28.624Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:28:28.624Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:28:28.624Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:28:28.624Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:28:28.624Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:28:28.624Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:28:28.624Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:28:28.624Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:28:28.625Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:28:28.625Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8e02d361-5433 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-Vfw20230403042619-csar.csar
2023-04-03T06:28:28.625Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:28:28.625Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:28:28.625Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:28:28.625Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T06:28:28.625Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:28:28.625Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:28:28.625Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:28:28.625Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:28:28.625Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T06:28:28.625Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:28:28.625Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:28:28.625Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:28:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:28:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:28:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T06:28:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:28:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T06:28:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T06:28:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:28:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T06:28:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:28:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:28:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T06:28:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T06:28:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:28:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T06:28:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T06:28:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T06:28:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T06:28:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:28:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T06:28:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:28:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T06:28:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:28:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T06:28:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:28:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:28:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T06:28:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:28:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:28:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T06:28:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:28:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:28:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T06:28:28.628Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:28:28.628Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-03T06:28:28.628Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:28:28.628Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T06:28:28.628Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T06:28:28.628Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:28:28.628Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T06:28:28.628Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T06:28:28.628Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T06:28:28.628Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T06:28:28.628Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:28:28.628Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5ffc881a-26c6-4204-a1d2-ba4d1a62f347
2023-04-03T06:28:28.628Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:28:28.628Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T06:28:28.628Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:28:28.628Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T06:28:28.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T06:28:28.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:28:28.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T06:28:28.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:28:28.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:28:28.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-03T06:28:28.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T06:28:28.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T06:28:28.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T06:28:28.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:28:28.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
2023-04-03T06:28:28.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:28:28.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T06:28:28.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:28:28.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T06:28:28.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T06:28:28.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:28:28.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T06:28:28.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:28:28.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:28:28.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T06:28:28.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T06:28:28.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:28:28.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T06:28:28.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-03T06:28:28.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=122e325f-2e27-4d48-9a3f-efbc72a34c71
2023-04-03T06:28:28.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:28:28.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:28:28.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:28:28.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:28:28.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:28:28.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:28:28.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:28:28.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:28:28.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-03 04-26-19
Description:catalog service description
Model UUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
Model Version:NULL
Model InvariantUuid:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8e02d361-5433
Model UUID:47d4862e-1a6e-4dae-9653-99928c24d602
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cde9fb02-b9a2-4c60-9c16-09798dbb426d
ModelName:Vfw8e02d3615433..base_vfw..module-0
ModelUuid:6455b1ae-49c2-4d62-8cfb-2a21c47b6279
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5ffc881a-26c6-4204-a1d2-ba4d1a62f347
ModelInvariantUuid:7e3cea96-7596-4528-9dfb-591d1405d3a3
ModelName:vFW 8e02d361-5433-nodes.vfwCvfc
ModelUuid:756475be-46b0-4af1-9b47-3051a8f60749
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:082e0945-8a5f-423d-8d6d-a828b35abcfb
ModelInvariantUuid:b465ff3b-5bff-4c01-8015-9a6983208da2
ModelName:Vfw8e02d3615433.compute.nodes.heat.vfw
ModelUuid:79b898ee-37ad-4e21-a0c4-244ae0393f4e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
ModelInvariantUuid:7ca98905-f86a-4518-bbb0-9bfbc9cb899c
ModelName:vFW 8e02d361-5433-nodes.vsnCvfc
ModelUuid:d550497c-377e-420a-b821-53296abc0905
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8d40a476-40b7-4511-b338-57d6275036c1
ModelInvariantUuid:d1f91f15-5937-45d6-aa49-dd806b16d46a
ModelName:Vfw8e02d3615433.compute.nodes.heat.vsn
ModelUuid:4983761a-7d0f-41cc-981e-225a831f6b16
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:122e325f-2e27-4d48-9a3f-efbc72a34c71
ModelInvariantUuid:506f7d29-0459-42b4-a53f-aaea27378297
ModelName:vFW 8e02d361-5433-nodes.vpgCvfc
ModelUuid:78065023-194b-4fca-99d6-23e702ead165
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:97f360b6-9db5-41fa-ac2b-da7a01872868
ModelInvariantUuid:427fbd83-51f4-4c81-ba9e-90d3b0aa9915
ModelName:Vfw8e02d3615433.compute.nodes.heat.vpg
ModelUuid:d5bc98b6-ccee-4a42-aeac-9b5dd51b7f56
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-04-03T06:28:28.670Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||ERROR|500||Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists
2023-04-03T06:28:28.670Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T06:28:28.670Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists)
2023-04-03T06:28:28.670Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:28:28.670Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:28:28.670Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:28:28.670Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503308670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:28:29.671Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T06:28:29.671Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists)
2023-04-03T06:28:29.671Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:28:29.672Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:28:29.672Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:28:29.672Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503309671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:28:30.673Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:28:30.688Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:28:30.691Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:28:30.691Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:28:30.691Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:28:30.691Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:28:30.691Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:28:30.691Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:28:30.692Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:28:30.692Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:28:30.692Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:28:30.700Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:29:00.700Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:29:00.710Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and serviceModelVersionId: 1d95d522-2e0f-4343-9cc1-c8057874e1a7
2023-04-03T06:29:00.711Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
2023-04-03T06:29:00.711Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0
2023-04-03T06:29:00.718Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:29:00.742Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||Invoke
2023-04-03T06:29:00.742Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a2b9b5ff-bd42-4845-91e7-ba4ea3185b06], X-ECOMP-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], X-TransactionId=[], X-ONAP-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], Content-Type=[application/merge-patch+json]}
2023-04-03T06:29:00.750Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:29:00.918Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:29:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[164], vertex-id=[241720], x-aai-txid=[0-aai-resources-230403-06:29:00:758-57385], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:29:00.918Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:29:00.919Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||InvokeReturn
2023-04-03T06:29:00.919Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:29:00.919Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:29:00.926Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:29:00.927Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ba6c437-f06e-4cf5-971b-291d0684a066 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:29:00.927Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:29:00.927Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:29:00.927Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:29:00.927Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503340927,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:29:01.941Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:29:01.941Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"2a7eda29-9989-4138-bd46-cca320902689","serviceName":"vFW 2023-04-03 05-26-46","serviceVersion":"1.0","serviceUUID":"c608ba70-262e-4e6c-a5ac-a662dc3a40ae","serviceDescription":"catalog service description","serviceInvariantUUID":"2ab16a21-98dc-4b45-bfdd-8202f50de2ef","resources":[{"resourceInstanceName":"vFW 9788de87-67a5 0","resourceName":"vFW 9788de87-67a5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a3eb70d2-577c-4ec5-a10e-227de41ce2e3","resourceInvariantUUID":"ceba352d-9b2d-4bfc-8c8e-3e4c94004a14","resourceCustomizationUUID":"cb88b717-d4c9-49ee-bd40-a092f617a26a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml","artifactChecksum":"M2QwMzBkMmFmYzVmMGNlNzYwNjVlM2JjY2Q2MWMzNzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1379996f-64e2-4052-8a4c-cfd918e3bbba","artifactVersion":"1"},{"artifactName":"vfw9788de8767a50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json","artifactChecksum":"M2I0ZWZhOTk5OWY2ZjFiZDA4NmRmYTgzZDUyMjAwMGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0a3c8d72-899d-404d-9ec3-4a9aa9370a01","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"332f6cea-661b-44e7-8418-999a7faa362d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml","artifactChecksum":"OGZlY2NhMDljNGY1ZGRmNGU3ODJjMmE0YzljMzc0NWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b04aefc1-451c-483d-afaf-23a3c7bf28e6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5a4d096b-2ade-46d5-9e0a-f464972a54b7","artifactVersion":"2","generatedFromUUID":"332f6cea-661b-44e7-8418-999a7faa362d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230403052646-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml","artifactChecksum":"ZmQ5ODc5MTViY2Y5OWExMzk4ZjMwYjdjY2E1YThiZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"feeb6917-dcdc-4eff-be5b-8abdd320af8d","artifactVersion":"1"},{"artifactName":"service-Vfw20230403052646-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar","artifactChecksum":"NWRmYWJmOGUyMDRkODNmODM4MTlmMTE1YmFmNjQyZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5d50b584-a760-415f-b165-b06ef6b1f1e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:29:01.942Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:29:01.942Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:29:01.942Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:29:01.942Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:29:02.942Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:29:02.943Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:29:02.943Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:29:02.943Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:29:03.944Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:29:03.944Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:29:03.944Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:29:03.945Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:29:04.945Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:29:04.945Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:29:04.946Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:29:04.946Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:29:05.946Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:29:05.947Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:29:05.947Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:29:05.947Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:29:06.948Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:29:06.948Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:29:06.948Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:29:06.948Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:29:07.773Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:29:07.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:29:07.779Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:29:07.779Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:29:07.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:29:07.779Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T06:29:07.780Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:29:07.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:29:07.780Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-03T06:29:07.780Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:29:07.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:29:07.780Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:29:07.780Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:29:07.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:29:07.780Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-03T06:29:07.780Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:29:07.780Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:29:07.781Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:29:07.781Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:29:07.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:29:07.781Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:29:07.781Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:29:07.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:29:07.781Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503305883,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:29:07.781Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:29:07.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:29:07.782Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503308670,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
}
2023-04-03T06:29:07.782Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:29:07.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:29:07.782Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503309671,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
}
2023-04-03T06:29:07.782Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:29:07.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:29:07.782Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503340927,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:29:07.782Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:29:07.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:29:07.782Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:29:07.782Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:29:07.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:29:07.782Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T06:29:07.782Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:29:07.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:29:07.783Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-03T06:29:07.783Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:29:07.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:29:07.783Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:29:07.783Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:29:07.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:29:07.783Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-03T06:29:07.783Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:29:07.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:29:07.783Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:29:07.783Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:29:07.949Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:29:07.949Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:29:07.949Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:29:07.949Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:29:08.950Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "serviceName": "vFW 2023-04-03 05-26-46",
  "serviceVersion": "1.0",
  "serviceUUID": "c608ba70-262e-4e6c-a5ac-a662dc3a40ae",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2ab16a21-98dc-4b45-bfdd-8202f50de2ef",
  "resources": [
    {
      "resourceInstanceName": "vFW 9788de87-67a5 0",
      "resourceCustomizationUUID": "cb88b717-d4c9-49ee-bd40-a092f617a26a",
      "resourceName": "vFW 9788de87-67a5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a3eb70d2-577c-4ec5-a10e-227de41ce2e3",
      "resourceInvariantUUID": "ceba352d-9b2d-4bfc-8c8e-3e4c94004a14",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw9788de8767a50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
          "artifactChecksum": "M2I0ZWZhOTk5OWY2ZjFiZDA4NmRmYTgzZDUyMjAwMGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0a3c8d72-899d-404d-9ec3-4a9aa9370a01",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "332f6cea-661b-44e7-8418-999a7faa362d",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5a4d096b-2ade-46d5-9e0a-f464972a54b7",
            "generatedFromUUID": "332f6cea-661b-44e7-8418-999a7faa362d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5a4d096b-2ade-46d5-9e0a-f464972a54b7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230403052646-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
      "artifactChecksum": "NWRmYWJmOGUyMDRkODNmODM4MTlmMTE1YmFmNjQyZmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5d50b584-a760-415f-b165-b06ef6b1f1e8"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:29:08.950Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:29:08.950Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c608ba70-262e-4e6c-a5ac-a662dc3a40ae ASDC
2023-04-03T06:29:08.951Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:2a7eda29-9989-4138-bd46-cca320902689
ServiceName:vFW 2023-04-03 05-26-46
ServiceVersion:1.0
ServiceUUID:c608ba70-262e-4e6c-a5ac-a662dc3a40ae
ServiceInvariantUUID:2ab16a21-98dc-4b45-bfdd-8202f50de2ef
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230403052646-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
ArtifactUUID:5d50b584-a760-415f-b165-b06ef6b1f1e8
ArtifactChecksum:NWRmYWJmOGUyMDRkODNmODM4MTlmMTE1YmFmNjQyZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9788de87-67a5 0
ResourceCustomizationUUID:cb88b717-d4c9-49ee-bd40-a092f617a26a
ResourceInvariantUUID:ceba352d-9b2d-4bfc-8c8e-3e4c94004a14
ResourceName:vFW 9788de87-67a5
ResourceType:VF
ResourceUUID:a3eb70d2-577c-4ec5-a10e-227de41ce2e3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9788de8767a50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json
ArtifactUUID:0a3c8d72-899d-404d-9ec3-4a9aa9370a01
ArtifactChecksum:M2I0ZWZhOTk5OWY2ZjFiZDA4NmRmYTgzZDUyMjAwMGI=
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/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml
ArtifactUUID:332f6cea-661b-44e7-8418-999a7faa362d
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/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env
ArtifactUUID:5a4d096b-2ade-46d5-9e0a-f464972a54b7
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/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env
ArtifactUUID:5a4d096b-2ade-46d5-9e0a-f464972a54b7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T06:29:08.951Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c608ba70-262e-4e6c-a5ac-a662dc3a40ae ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:29:08.984Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:29:08.985Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:29:08.985Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:29:08.985Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 from URL: /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
2023-04-03T06:29:08.985Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:29:08.985Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
2023-04-03T06:29:09.316Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:29:09.319Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar 5d50b584-a760-415f-b165-b06ef6b1f1e8 101394
2023-04-03T06:29:09.319Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar ASDC sendASDCNotification
2023-04-03T06:29:09.320Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
2023-04-03T06:29:09.320Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:29:09.320Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:29:09.320Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:29:09.320Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503349319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:29:10.321Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:29:10.321Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:29:10.322Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8, URL: /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar to file: /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:29:10.322Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230403052646-csar.csar
2023-04-03T06:29:10.322Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:29:10.322Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:29:10.464Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2638436123810736397/Definitions/service-Vfw20230403052646-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-03T06:29:12.099Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:29:12.100Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:29:12.100Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:29:12.100Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-03T06:29:12.100Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:29:12.100Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:29:12.100Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:29:12.100Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:29:12.100Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:29:12.100Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:29:12.100Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:29:12.100Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:29:12.101Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:29:12.101Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9788de87-67a5 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-Vfw20230403052646-csar.csar
2023-04-03T06:29:12.101Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:29:12.101Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:29:12.101Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:29:12.101Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:29:12.101Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T06:29:12.101Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:29:12.101Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:29:12.101Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:29:12.101Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:29:12.101Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T06:29:12.101Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:29:12.101Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:29:12.101Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:29:12.101Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:29:12.102Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:29:12.102Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T06:29:12.102Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:29:12.102Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:29:12.102Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T06:29:12.102Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:29:12.102Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T06:29:12.102Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:29:12.102Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T06:29:12.102Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T06:29:12.102Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T06:29:12.102Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:29:12.102Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T06:29:12.103Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T06:29:12.103Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T06:29:12.103Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T06:29:12.103Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:29:12.103Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T06:29:12.103Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:29:12.103Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T06:29:12.103Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:29:12.103Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T06:29:12.103Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:29:12.103Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:29:12.103Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T06:29:12.103Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:29:12.103Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:29:12.103Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T06:29:12.103Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:29:12.103Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:29:12.103Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T06:29:12.104Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:29:12.104Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:29:12.104Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-03T06:29:12.104Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T06:29:12.104Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T06:29:12.104Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:29:12.104Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T06:29:12.104Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T06:29:12.104Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T06:29:12.104Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T06:29:12.104Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:29:12.104Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a430e9fd-041a-42d8-b147-c518cfc20c03
2023-04-03T06:29:12.105Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:29:12.105Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T06:29:12.105Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:29:12.105Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:29:12.105Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T06:29:12.105Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:29:12.105Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T06:29:12.105Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:29:12.105Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T06:29:12.105Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-03T06:29:12.105Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T06:29:12.105Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T06:29:12.106Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T06:29:12.106Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:29:12.106Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ab73571b-7798-4ba9-977b-2137a4ccef6a
2023-04-03T06:29:12.106Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:29:12.106Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T06:29:12.106Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:29:12.106Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:29:12.106Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T06:29:12.106Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:29:12.106Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T06:29:12.106Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:29:12.106Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T06:29:12.106Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T06:29:12.106Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T06:29:12.106Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:29:12.107Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T06:29:12.107Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-03T06:29:12.107Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=16305da0-f57a-4b01-82d2-de9f0140b769
2023-04-03T06:29:12.107Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:29:12.107Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:29:12.107Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:29:12.107Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:29:12.107Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:29:12.107Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:29:12.107Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:29:12.107Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:29:12.108Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-03 05-26-46
Description:catalog service description
Model UUID:c608ba70-262e-4e6c-a5ac-a662dc3a40ae
Model Version:NULL
Model InvariantUuid:2ab16a21-98dc-4b45-bfdd-8202f50de2ef
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 9788de87-67a5
Model UUID:565afa59-b03d-48f0-93f9-012885fc7424
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ceba352d-9b2d-4bfc-8c8e-3e4c94004a14
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cb88b717-d4c9-49ee-bd40-a092f617a26a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:85136328-f095-47bb-bc1c-43a61975e49b
ModelName:Vfw9788de8767a5..base_vfw..module-0
ModelUuid:825a363c-eea9-4145-a6e9-00dc45aa43e4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a430e9fd-041a-42d8-b147-c518cfc20c03
ModelInvariantUuid:e4c62a9b-09a1-467b-bf7a-6e2eb5d52103
ModelName:vFW 9788de87-67a5-nodes.vfwCvfc
ModelUuid:04f5a6c2-5ed2-452d-bc04-b56dbdc1259a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:39b4f3bc-fb2c-49b5-beb6-0eb321eb4892
ModelInvariantUuid:8fd280ad-9d22-4c16-abe3-bfe12fedac79
ModelName:Vfw9788de8767a5.compute.nodes.heat.vfw
ModelUuid:4d8679d6-a308-49ad-8d75-0fe570cc9e12
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ab73571b-7798-4ba9-977b-2137a4ccef6a
ModelInvariantUuid:2e7cac4b-1a60-4ea2-a2ce-1ec4f00fb9bb
ModelName:vFW 9788de87-67a5-nodes.vsnCvfc
ModelUuid:1c97fb47-a071-4a26-83fa-f699107d14c1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b1ad0e7f-19b7-4fd9-ba6a-f94020f801de
ModelInvariantUuid:70018cf0-0e4c-42ef-83c7-538284785f9f
ModelName:Vfw9788de8767a5.compute.nodes.heat.vsn
ModelUuid:9bcc28a2-9d7d-425e-9f60-3eca4a7cc3f1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:16305da0-f57a-4b01-82d2-de9f0140b769
ModelInvariantUuid:48951810-a0e3-4e18-8b24-d7da77221b02
ModelName:vFW 9788de87-67a5-nodes.vpgCvfc
ModelUuid:4a32a8a1-548b-4963-96ed-4fe7a6d6a0a4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e2881614-1550-491b-98ce-b4973170b2be
ModelInvariantUuid:abf9146c-dc4f-4fe9-b92b-4d2a6c633a6b
ModelName:Vfw9788de8767a5.compute.nodes.heat.vpg
ModelUuid:1738041d-46dd-41ff-ab54-1107d8a343d4
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-04-03T06:29:12.146Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||ERROR|500||Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists
2023-04-03T06:29:12.146Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar ASDC sendASDCNotification
2023-04-03T06:29:12.146Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar(Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists)
2023-04-03T06:29:12.146Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:29:12.146Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:29:12.146Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:29:12.147Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503352146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:29:13.147Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar ASDC sendASDCNotification
2023-04-03T06:29:13.148Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar(Resource with UUID: a3eb70d2-577c-4ec5-a10e-227de41ce2e3 already exists)
2023-04-03T06:29:13.148Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:29:13.148Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:29:13.148Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:29:13.148Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503353147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a3eb70d2-577c-4ec5-a10e-227de41ce2e3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:29:14.150Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a7eda29-9989-4138-bd46-cca320902689
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:29:14.166Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a7eda29-9989-4138-bd46-cca320902689
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:29:14.170Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:29:14.170Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:29:14.170Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:29:14.171Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:29:14.171Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:29:14.171Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:29:14.171Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:29:14.171Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:29:14.172Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:29:14.178Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:29:44.179Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a7eda29-9989-4138-bd46-cca320902689 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:29:44.189Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a7eda29-9989-4138-bd46-cca320902689 and serviceModelVersionId: c608ba70-262e-4e6c-a5ac-a662dc3a40ae
2023-04-03T06:29:44.189Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2ab16a21-98dc-4b45-bfdd-8202f50de2ef
2023-04-03T06:29:44.189Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0
2023-04-03T06:29:44.196Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:29:44.213Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T06:29:44.213Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|INFO|500||Invoke
2023-04-03T06:29:44.221Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:29:44.386Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|INFO|500||InvokeReturn
2023-04-03T06:29:44.386Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:29:44 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[160], vertex-id=[176360], x-aai-txid=[2-aai-resources-230403-06:29:44:231-78484], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:29:44.386Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:29:44.386Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:29:44.387Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:29:44.400Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:29:44.400Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a7eda29-9989-4138-bd46-cca320902689 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:29:44.400Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:29:44.400Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:29:44.400Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:29:44.401Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503384400,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:29:45.421Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:29:45.421Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1","serviceDescription":"service","serviceInvariantUUID":"a8e681f8-62e7-4d21-a5fa-dd60cbb7513e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"787af5c5-551e-4c25-b892-328c28277d94","resourceInvariantUUID":"cea6a232-8209-455d-b5b5-1ece29cf9aa9","resourceCustomizationUUID":"9606c9a9-94b4-499d-9e81-5800185e52f1","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":"NWQxOGZiNThkMjQyNGNlZGFlZjZjMGQ4ZjZhOTFiNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0461aead-9859-48ab-bafc-209cf2891a47","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NzcxYmY2ZmUyODYxN2M4NzdmYWE0N2YyZDQwN2U5MDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bacef586-115d-40b1-b3e1-5b20cbbe15e7","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:29:45.422Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:29:45.422Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:29:45.422Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:29:45.422Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:29:46.423Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:29:46.423Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:29:46.423Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:29:46.423Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:29:47.424Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a8e681f8-62e7-4d21-a5fa-dd60cbb7513e",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "9606c9a9-94b4-499d-9e81-5800185e52f1",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "787af5c5-551e-4c25-b892-328c28277d94",
      "resourceInvariantUUID": "cea6a232-8209-455d-b5b5-1ece29cf9aa9",
      "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": "NzcxYmY2ZmUyODYxN2M4NzdmYWE0N2YyZDQwN2U5MDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bacef586-115d-40b1-b3e1-5b20cbbe15e7"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:29:47.425Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:29:47.425Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1 ASDC
2023-04-03T06:29:47.425Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1
ServiceInvariantUUID:a8e681f8-62e7-4d21-a5fa-dd60cbb7513e
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:bacef586-115d-40b1-b3e1-5b20cbbe15e7
ArtifactChecksum:NzcxYmY2ZmUyODYxN2M4NzdmYWE0N2YyZDQwN2U5MDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9606c9a9-94b4-499d-9e81-5800185e52f1
ResourceInvariantUUID:cea6a232-8209-455d-b5b5-1ece29cf9aa9
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:787af5c5-551e-4c25-b892-328c28277d94
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-03T06:29:47.425Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:29:47.454Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:29:47.454Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:29:47.454Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:29:47.455Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-03T06:29:47.455Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:29:47.455Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-03T06:29:47.841Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:29:47.842Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar bacef586-115d-40b1-b3e1-5b20cbbe15e7 57783
2023-04-03T06:29:47.843Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-03T06:29:47.843Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-03T06:29:47.843Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:29:47.843Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:29:47.843Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:29:47.843Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503387843,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:29:48.844Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:29:48.845Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:29:48.845Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:29:48.845Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-03T06:29:48.845Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:29:48.845Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:29:48.910Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9275242221385826923/Definitions/service-BasicNetwork-template.yml
2023-04-03T06:29:49.268Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:29:49.268Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:29:49.268Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:29:49.268Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-03T06:29:49.268Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:29:49.268Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:29:49.268Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:29:49.268Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:29:49.268Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:29:49.268Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:29:49.268Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:29:49.269Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:29:49.269Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:29:49.269Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:29:49.269Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:29:49.269Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-03T06:29:49.269Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:29:49.269Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:29:49.269Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:29:49.269Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:29:49.269Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-03T06:29:49.269Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:29:49.269Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:29:49.269Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:29:49.269Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:29:49.269Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:29:49.269Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:29:49.269Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:29:49.269Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:29:49.269Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:29:49.270Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:29:49.270Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:29:49.270Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:29:49.270Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1
Model Version:NULL
Model InvariantUuid:a8e681f8-62e7-4d21-a5fa-dd60cbb7513e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:cea6a232-8209-455d-b5b5-1ece29cf9aa9
Model UUID:8b34861b-9848-4d7e-a62d-634d34e94099
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:9606c9a9-94b4-499d-9e81-5800185e52f1
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-03T06:29:49.304Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||ERROR|500||Csar with UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 already exists
2023-04-03T06:29:49.305Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-03T06:29:49.305Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 already exists)
2023-04-03T06:29:49.305Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:29:49.305Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:29:49.305Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:29:49.305Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503389305,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:29:50.306Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-03T06:29:50.306Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 787af5c5-551e-4c25-b892-328c28277d94 already exists)
2023-04-03T06:29:50.306Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:29:50.306Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:29:50.307Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:29:50.307Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503390305,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 787af5c5-551e-4c25-b892-328c28277d94 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:29:51.307Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:29:51.324Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:29:51.326Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:29:51.326Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:29:51.326Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:29:51.326Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:29:51.326Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:29:51.326Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:29:51.327Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:29:51.327Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:29:51.327Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:29:51.332Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:30:07.773Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:30:07.774Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:30:07.775Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:30:07.775Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:30:21.333Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:30:21.342Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02 and serviceModelVersionId: 4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1
2023-04-03T06:30:21.343Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a8e681f8-62e7-4d21-a5fa-dd60cbb7513e
2023-04-03T06:30:21.343Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0
2023-04-03T06:30:21.350Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:30:21.371Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T06:30:21.372Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|INFO|500||Invoke
2023-04-03T06:30:21.378Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:30:21.539Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|INFO|500||InvokeReturn
2023-04-03T06:30:21.540Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:30:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[158], vertex-id=[151768], x-aai-txid=[0-aai-resources-230403-06:30:21:386-99194], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:30:21.540Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:30:21.540Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:30:21.540Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:30:21.553Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:30:21.553Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:30:21.553Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:30:21.553Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:30:21.553Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:30:21.553Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503421553,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:30:22.578Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:30:22.578Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"faa6e256-3a0a-4c89-86b9-c4bedd8d632b","serviceName":"Demo_pNF_Oxl3B80h2m7gr6O9tOAo","serviceVersion":"1.0","serviceUUID":"1332212f-514b-4ea3-9653-22313ffcf1bd","serviceDescription":"catalog service description","serviceInvariantUUID":"55f9937c-9d37-4f8a-9eaa-29096097a150","resources":[{"resourceInstanceName":"pNF 4c97cee1-ff01 0","resourceName":"pNF 4c97cee1-ff01","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6dc9b242-9db9-49a0-bf5e-42ed573a9e51","resourceInvariantUUID":"fc0ac666-17a2-4b77-9bbb-772a72b5acf3","resourceCustomizationUUID":"c83a316e-0f12-4e26-88a9-d79a826ac680","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vf-license-model.xml","artifactChecksum":"MTViNzFmMzNhMzAzMzU0OTBmNWUwYjkzM2U0NTE4YmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"13dbec84-83ca-4a64-bc82-4a02eb81615e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/pNF.csar","artifactChecksum":"YWY1NzNlYTAyN2YwNmMyOGQ4YWMxMWZhMzZiY2NkNWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0083c2a9-2c9d-4c69-8cf4-4f4f39028164","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"10e2c8e0-0fc7-4d86-87d9-69b6df991a7a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vendor-license-model.xml","artifactChecksum":"OGZiNDFhZjc3ZmUwOGZkMjdjMGE0MzBlYTJkZjNjMTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b089e457-e80b-4fb5-90ff-5ba7b3212109","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0cc56ab-72e3-4a8e-89a4-dce330776fde","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"204e205e-8af3-40dd-a5e1-2f579430756a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml","artifactChecksum":"ZDQ2OThkYTFkMjRmYjJjOWYzY2VkMzBlNjFhNzk5NzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ffb6d078-e956-4a3f-b490-9bc3b920d2a4","artifactVersion":"1"},{"artifactName":"service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar","artifactChecksum":"ZGI4ZjVmMWQ0NDQ0MzFkN2E0N2ZkZDRhMjE4ZGUxMmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3ab3e23b-b342-4f65-a547-e54977d397da","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:30:22.579Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:30:22.579Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:30:22.579Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:30:22.579Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:30:23.580Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:30:23.580Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:30:23.581Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:30:23.581Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:30:24.581Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:30:24.582Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:30:24.582Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:30:24.582Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:30:25.582Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:30:25.583Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:30:25.583Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:30:25.583Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:30:26.583Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:30:26.584Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:30:26.584Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:30:26.584Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:30:27.584Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:30:27.585Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:30:27.585Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:30:27.585Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:30:28.585Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:30:28.586Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:30:28.586Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:30:28.587Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:30:29.587Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:30:29.588Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:30:29.588Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:30:29.588Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:30:30.589Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "serviceName": "Demo_pNF_Oxl3B80h2m7gr6O9tOAo",
  "serviceVersion": "1.0",
  "serviceUUID": "1332212f-514b-4ea3-9653-22313ffcf1bd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "55f9937c-9d37-4f8a-9eaa-29096097a150",
  "resources": [
    {
      "resourceInstanceName": "pNF 4c97cee1-ff01 0",
      "resourceCustomizationUUID": "c83a316e-0f12-4e26-88a9-d79a826ac680",
      "resourceName": "pNF 4c97cee1-ff01",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6dc9b242-9db9-49a0-bf5e-42ed573a9e51",
      "resourceInvariantUUID": "fc0ac666-17a2-4b77-9bbb-772a72b5acf3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
      "artifactChecksum": "ZGI4ZjVmMWQ0NDQ0MzFkN2E0N2ZkZDRhMjE4ZGUxMmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3ab3e23b-b342-4f65-a547-e54977d397da"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:30:30.589Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:30:30.589Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1332212f-514b-4ea3-9653-22313ffcf1bd ASDC
2023-04-03T06:30:30.589Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:faa6e256-3a0a-4c89-86b9-c4bedd8d632b
ServiceName:Demo_pNF_Oxl3B80h2m7gr6O9tOAo
ServiceVersion:1.0
ServiceUUID:1332212f-514b-4ea3-9653-22313ffcf1bd
ServiceInvariantUUID:55f9937c-9d37-4f8a-9eaa-29096097a150
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
ArtifactUUID:3ab3e23b-b342-4f65-a547-e54977d397da
ArtifactChecksum:ZGI4ZjVmMWQ0NDQ0MzFkN2E0N2ZkZDRhMjE4ZGUxMmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4c97cee1-ff01 0
ResourceCustomizationUUID:c83a316e-0f12-4e26-88a9-d79a826ac680
ResourceInvariantUUID:fc0ac666-17a2-4b77-9bbb-772a72b5acf3
ResourceName:pNF 4c97cee1-ff01
ResourceType:PNF
ResourceUUID:6dc9b242-9db9-49a0-bf5e-42ed573a9e51
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-03T06:30:30.590Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1332212f-514b-4ea3-9653-22313ffcf1bd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:30:30.610Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:30:30.610Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:30:30.610Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:30:30.611Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3ab3e23b-b342-4f65-a547-e54977d397da from URL: /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:30:30.611Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:30:30.611Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:30:30.924Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:30:30.929Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar 3ab3e23b-b342-4f65-a547-e54977d397da 87993
2023-04-03T06:30:30.929Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar ASDC sendASDCNotification
2023-04-03T06:30:30.929Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:30:30.929Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:30:30.930Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:30:30.930Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:30:30.930Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503430929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:30:31.930Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:30:31.931Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:30:31.931Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 3ab3e23b-b342-4f65-a547-e54977d397da, URL: /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar to file: /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:30:31.931Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:30:31.931Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:30:31.931Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:30:32.011Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15449375854604401169/Definitions/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml
2023-04-03T06:30:32.592Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:30:32.593Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:30:32.593Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:30:32.593Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T06:30:32.593Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4c97cee1-ff01 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-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:30:32.593Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:30:32.593Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:30:32.593Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:30:32.593Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:30:32.593Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:30:32.593Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:30:32.593Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:30:32.593Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:30:32.593Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:30:32.594Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Node template pNF 4c97cee1-ff01 0 is matching search criteria
2023-04-03T06:30:32.594Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:30:32.594Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 4c97cee1-ff01 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:30:32.594Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:30:32.594Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:30:32.594Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Node template pNF 4c97cee1-ff01 0 is matching search criteria
2023-04-03T06:30:32.594Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:30:32.594Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 4c97cee1-ff01 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:30:32.594Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:30:32.594Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:30:32.594Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:30:32.594Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:30:32.594Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:30:32.594Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:30:32.594Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:30:32.594Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:30:32.594Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:30:32.594Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:30:32.594Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Oxl3B80h2m7gr6O9tOAo
Description:catalog service description
Model UUID:1332212f-514b-4ea3-9653-22313ffcf1bd
Model Version:NULL
Model InvariantUuid:55f9937c-9d37-4f8a-9eaa-29096097a150
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-04-03T06:30:32.638Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||ERROR|500||Csar with UUID: 3ab3e23b-b342-4f65-a547-e54977d397da already exists
2023-04-03T06:30:32.639Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar ASDC sendASDCNotification
2023-04-03T06:30:32.639Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar(Csar with UUID: 3ab3e23b-b342-4f65-a547-e54977d397da already exists)
2023-04-03T06:30:32.639Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:30:32.639Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:30:32.639Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:30:32.639Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503432639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3ab3e23b-b342-4f65-a547-e54977d397da already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:30:33.640Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar ASDC sendASDCNotification
2023-04-03T06:30:33.640Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar(Resource with UUID: 6dc9b242-9db9-49a0-bf5e-42ed573a9e51 already exists)
2023-04-03T06:30:33.641Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:30:33.641Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:30:33.641Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:30:33.641Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503433640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6dc9b242-9db9-49a0-bf5e-42ed573a9e51 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:30:34.643Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: faa6e256-3a0a-4c89-86b9-c4bedd8d632b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:30:34.658Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: faa6e256-3a0a-4c89-86b9-c4bedd8d632b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:30:34.666Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:30:34.667Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:30:34.667Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:30:34.667Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:30:34.667Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:30:34.667Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:30:34.667Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:30:34.667Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:30:34.667Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:30:34.678Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:31:04.679Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: faa6e256-3a0a-4c89-86b9-c4bedd8d632b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:31:04.685Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: faa6e256-3a0a-4c89-86b9-c4bedd8d632b and serviceModelVersionId: 1332212f-514b-4ea3-9653-22313ffcf1bd
2023-04-03T06:31:04.686Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 55f9937c-9d37-4f8a-9eaa-29096097a150
2023-04-03T06:31:04.686Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0
2023-04-03T06:31:04.693Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:31:04.720Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|INFO|500||Invoke
2023-04-03T06:31:04.720Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[faa6e256-3a0a-4c89-86b9-c4bedd8d632b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c95f2ad1-041c-4820-be4a-dce24110e362], X-ECOMP-RequestID=[faa6e256-3a0a-4c89-86b9-c4bedd8d632b], X-TransactionId=[], X-ONAP-RequestID=[faa6e256-3a0a-4c89-86b9-c4bedd8d632b], Content-Type=[application/merge-patch+json]}
2023-04-03T06:31:04.732Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:31:04.955Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:31:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[219], vertex-id=[204832], x-aai-txid=[2-aai-resources-230403-06:31:04:740-46318], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:31:04.956Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:31:04.956Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|INFO|500||InvokeReturn
2023-04-03T06:31:04.956Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:31:04.956Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:31:04.967Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:31:04.967Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID faa6e256-3a0a-4c89-86b9-c4bedd8d632b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:31:04.967Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:31:04.967Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:31:04.967Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:31:04.967Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503464967,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:31:05.991Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:31:05.992Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"f6926451-6069-417e-b7db-2800b7061bb3","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"205c6bdd-fb55-4ab0-8210-70d6b0e9a06b","serviceDescription":"service","serviceInvariantUUID":"290a2027-5f50-48ce-b23b-d9958e461260","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cca49e2b-a592-45e7-ad60-a0b040a06b21","resourceInvariantUUID":"24305239-b2d0-4f68-bdfe-fcfaad612492","resourceCustomizationUUID":"d34b0cc4-af9b-4dcf-83b4-1bb790430cad","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":"ZjliNzNiZDBkNjNiMDhjNGU1ODEwMjRlM2ExMmM2MjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6646f189-8e5a-4d66-9645-a5c9bb3a7ea3","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":"ZGIyOWU2OGRhNWMwNWVjNTliMmU4N2IxYTZlZjVmMTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"248b0520-0753-43bc-8989-f4a2c11189fc","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":"138c0b31-d054-43d2-88ef-487fa941c727","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":"3eed7be2-186a-4381-be39-14e5c293ee30","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":"a1fc643c-6883-473b-8d39-b404e2a8fafd","artifactVersion":"2","generatedFromUUID":"138c0b31-d054-43d2-88ef-487fa941c727"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTkwOTFhZTNjODNkYTY0ZDNjMjY0OGMxM2QxMjA0OWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9394169b-ebc7-4234-b8f9-1af288a85dd0","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWUwYzkyZmNmNTU5Njk4N2RmYmI0ZDM5NWZmYWVmMDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1bf7198e-bb62-4f46-9790-b009f8321faa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:31:05.992Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:31:05.992Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:31:05.992Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:31:05.992Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "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-04-03T06:31:06.994Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:31:06.994Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:31:06.995Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:31:06.995Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "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-04-03T06:31:07.773Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:31:07.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:31:07.775Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503349319,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:31:07.776Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:31:07.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:31:07.776Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503352146,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists"
}
2023-04-03T06:31:07.776Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:31:07.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:31:07.777Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503353147,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a3eb70d2-577c-4ec5-a10e-227de41ce2e3 already exists"
}
2023-04-03T06:31:07.777Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:31:07.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:31:07.777Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503384400,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:31:07.777Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:31:07.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:31:07.777Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:31:07.777Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:31:07.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:31:07.778Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:31:07.778Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:31:07.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:31:07.778Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503387843,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:31:07.778Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:31:07.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:31:07.778Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503389305,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 already exists"
}
2023-04-03T06:31:07.778Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:31:07.778Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:31:07.778Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503390305,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 787af5c5-551e-4c25-b892-328c28277d94 already exists"
}
2023-04-03T06:31:07.778Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:31:07.996Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:31:07.996Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:31:07.996Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:31:07.996Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "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-04-03T06:31:08.997Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:31:08.998Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:31:08.998Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:31:08.998Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "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-04-03T06:31:09.999Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:31:10.000Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:31:10.000Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:31:10.000Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "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-04-03T06:31:11.002Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:31:11.002Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:31:11.002Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:31:11.003Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:31:12.004Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:31:12.004Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:31:12.004Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:31:12.004Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:31:13.006Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "205c6bdd-fb55-4ab0-8210-70d6b0e9a06b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "290a2027-5f50-48ce-b23b-d9958e461260",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d34b0cc4-af9b-4dcf-83b4-1bb790430cad",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cca49e2b-a592-45e7-ad60-a0b040a06b21",
      "resourceInvariantUUID": "24305239-b2d0-4f68-bdfe-fcfaad612492",
      "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": "ZGIyOWU2OGRhNWMwNWVjNTliMmU4N2IxYTZlZjVmMTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "248b0520-0753-43bc-8989-f4a2c11189fc",
          "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": "138c0b31-d054-43d2-88ef-487fa941c727",
          "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": "a1fc643c-6883-473b-8d39-b404e2a8fafd",
            "generatedFromUUID": "138c0b31-d054-43d2-88ef-487fa941c727"
          },
          "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": "a1fc643c-6883-473b-8d39-b404e2a8fafd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "OWUwYzkyZmNmNTU5Njk4N2RmYmI0ZDM5NWZmYWVmMDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1bf7198e-bb62-4f46-9790-b009f8321faa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:31:13.007Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:31:13.007Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 205c6bdd-fb55-4ab0-8210-70d6b0e9a06b ASDC
2023-04-03T06:31:13.007Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:f6926451-6069-417e-b7db-2800b7061bb3
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:205c6bdd-fb55-4ab0-8210-70d6b0e9a06b
ServiceInvariantUUID:290a2027-5f50-48ce-b23b-d9958e461260
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:1bf7198e-bb62-4f46-9790-b009f8321faa
ArtifactChecksum:OWUwYzkyZmNmNTU5Njk4N2RmYmI0ZDM5NWZmYWVmMDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d34b0cc4-af9b-4dcf-83b4-1bb790430cad
ResourceInvariantUUID:24305239-b2d0-4f68-bdfe-fcfaad612492
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:cca49e2b-a592-45e7-ad60-a0b040a06b21
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:248b0520-0753-43bc-8989-f4a2c11189fc
ArtifactChecksum:ZGIyOWU2OGRhNWMwNWVjNTliMmU4N2IxYTZlZjVmMTY=
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:138c0b31-d054-43d2-88ef-487fa941c727
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:a1fc643c-6883-473b-8d39-b404e2a8fafd
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:a1fc643c-6883-473b-8d39-b404e2a8fafd
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T06:31:13.007Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 205c6bdd-fb55-4ab0-8210-70d6b0e9a06b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:31:13.039Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:31:13.039Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:31:13.039Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:31:13.039Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-03T06:31:13.039Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:31:13.039Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-03T06:31:13.352Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:31:13.353Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1bf7198e-bb62-4f46-9790-b009f8321faa 75157
2023-04-03T06:31:13.354Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-03T06:31:13.354Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-03T06:31:13.354Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:31:13.354Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:31:13.354Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:31:13.354Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503473354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:31:14.356Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:31:14.356Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:31:14.357Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:31:14.357Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-03T06:31:14.357Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:31:14.357Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:31:14.481Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14214137686587799317/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-04-03T06:31:15.410Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:31:15.410Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:31:15.410Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:31:15.410Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T06:31:15.410Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:31:15.411Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:31:15.411Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:31:15.411Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:31:15.411Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:31:15.411Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:31:15.411Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:31:15.411Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:31:15.411Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:31:15.411Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:31:15.411Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T06:31:15.411Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:31:15.411Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:31:15.411Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:31:15.411Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:31:15.411Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T06:31:15.411Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:31:15.411Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:31:15.412Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:31:15.412Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:31:15.412Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:31:15.412Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-03T06:31:15.412Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-03T06:31:15.412Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-03T06:31:15.412Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-03T06:31:15.412Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-03T06:31:15.412Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T06:31:15.412Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:31:15.412Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T06:31:15.412Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:31:15.412Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T06:31:15.413Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:31:15.413Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:31:15.413Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T06:31:15.413Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:31:15.413Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:31:15.413Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T06:31:15.413Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:31:15.413Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:31:15.413Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-03T06:31:15.413Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-03T06:31:15.413Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-03T06:31:15.413Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=386d9e5d-ce22-433e-b24c-37cd501f7a5e
2023-04-03T06:31:15.413Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:31:15.413Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:31:15.414Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:31:15.414Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:31:15.414Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:31:15.414Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:31:15.414Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:31:15.414Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:31:15.414Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:205c6bdd-fb55-4ab0-8210-70d6b0e9a06b
Model Version:NULL
Model InvariantUuid:290a2027-5f50-48ce-b23b-d9958e461260
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:5c1c232b-f9bd-4729-9222-6463a2fb68bb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:24305239-b2d0-4f68-bdfe-fcfaad612492
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d34b0cc4-af9b-4dcf-83b4-1bb790430cad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:45ee27b9-2ec5-4a13-9086-329dcfc9217b
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:7ad00a28-eb6b-49d7-a44f-740a5327feb9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:386d9e5d-ce22-433e-b24c-37cd501f7a5e
ModelInvariantUuid:49fbba8b-8e7d-4588-ac83-522574bdb8c3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:a2c7fc9a-e509-4068-80e6-b51e43bf82f6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:88907c78-b2df-4198-96df-32abf65b3916
ModelInvariantUuid:02bc1d5d-3906-4b72-9028-c9f379f61762
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:289b7c4e-6975-46bc-9f53-a059f29ecaa5
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-04-03T06:31:15.452Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||ERROR|500||Csar with UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa already exists
2023-04-03T06:31:15.453Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-03T06:31:15.453Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa already exists)
2023-04-03T06:31:15.453Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:31:15.453Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:31:15.453Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:31:15.453Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503475453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:31:16.455Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-03T06:31:16.459Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: cca49e2b-a592-45e7-ad60-a0b040a06b21 already exists)
2023-04-03T06:31:16.461Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:31:16.461Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:31:16.461Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:31:16.462Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503476454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: cca49e2b-a592-45e7-ad60-a0b040a06b21 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:31:17.465Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6926451-6069-417e-b7db-2800b7061bb3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:31:17.482Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6926451-6069-417e-b7db-2800b7061bb3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:31:17.484Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:31:17.484Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:31:17.485Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:31:17.485Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:31:17.485Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:31:17.485Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:31:17.485Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:31:17.485Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:31:17.485Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:31:17.494Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:31:47.494Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f6926451-6069-417e-b7db-2800b7061bb3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:31:47.505Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f6926451-6069-417e-b7db-2800b7061bb3 and serviceModelVersionId: 205c6bdd-fb55-4ab0-8210-70d6b0e9a06b
2023-04-03T06:31:47.506Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 290a2027-5f50-48ce-b23b-d9958e461260
2023-04-03T06:31:47.506Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0
2023-04-03T06:31:47.514Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:31:47.536Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T06:31:47.537Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0|INFO|500||Invoke
2023-04-03T06:31:47.546Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:31:47.708Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0|INFO|500||InvokeReturn
2023-04-03T06:31:47.708Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:31:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[158], vertex-id=[241736], x-aai-txid=[2-aai-resources-230403-06:31:47:556-11416], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:31:47.708Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:31:47.709Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:31:47.709Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:31:47.720Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:31:47.720Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f6926451-6069-417e-b7db-2800b7061bb3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:31:47.720Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:31:47.721Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:31:47.721Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:31:47.721Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503507720,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:31:48.740Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:31:48.741Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"96176ffb-93a7-4469-ba17-beb529a16739","serviceName":"Demo_pNF_tu7tgeomYpGKBQ0AQDjF","serviceVersion":"1.0","serviceUUID":"7a7094f3-459f-4259-92ff-345bb8f82ff1","serviceDescription":"catalog service description","serviceInvariantUUID":"d9db46d4-4115-4d8b-bbdc-eb705935ec31","resources":[{"resourceInstanceName":"pNF 1a375b37-bf2d 0","resourceName":"pNF 1a375b37-bf2d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a53c58f7-9480-4033-b2b4-a5bf43228d88","resourceInvariantUUID":"c216dc19-0394-4801-b57a-deca2710f7f4","resourceCustomizationUUID":"e9bb89ba-768a-49cd-ac57-52b9d72d6b3b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vf-license-model.xml","artifactChecksum":"YmY0N2M4ZDE4NTY0NjhjZmRjYWViMDBhMGI1MWIxYjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"edefc8e0-95d5-4977-bfcf-24d220afd6b9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/pNF.csar","artifactChecksum":"YWY1NzNlYTAyN2YwNmMyOGQ4YWMxMWZhMzZiY2NkNWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d56217b0-ab36-4835-bde6-274ad03e4523","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7cd06037-a9d5-48ba-a05c-cdf1f4c740d6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vendor-license-model.xml","artifactChecksum":"Y2U4Njk4MWE1NDRkNTA1Y2ExM2I5ODEzMTQxOTI3NjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b5f85bc6-ca67-4fde-b27a-b30fb0ba4fa3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"30763a71-652c-4f01-9377-ae082aea79e6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"02a40e0d-6833-4c70-8069-cdf77a368cf2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml","artifactChecksum":"YmM3NThlNjkwZTNkNWFkOWI5OTdkMWFiMmRjZjM4MDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79c4f570-f9e2-4680-a9f5-a496d9a0e700","artifactVersion":"1"},{"artifactName":"service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar","artifactChecksum":"ZWIxNjM5ZmRhNTE5MDI2ODBmM2MwYTA2Y2ExNTljYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2feb992d-4f7e-4b44-a9b8-e44262cd5ad5","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:31:48.741Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:31:48.741Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:31:48.741Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:31:48.742Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:31:49.742Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:31:49.743Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:31:49.743Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:31:49.743Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:31:50.743Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:31:50.743Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:31:50.744Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:31:50.744Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:31:51.745Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:31:51.745Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:31:51.745Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:31:51.745Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:31:52.746Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:31:52.746Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:31:52.746Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:31:52.746Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:31:53.748Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:31:53.748Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:31:53.749Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:31:53.749Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:31:54.750Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:31:54.751Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:31:54.751Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:31:54.751Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:31:55.752Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:31:55.753Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:31:55.753Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:31:55.753Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:31:56.754Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "serviceName": "Demo_pNF_tu7tgeomYpGKBQ0AQDjF",
  "serviceVersion": "1.0",
  "serviceUUID": "7a7094f3-459f-4259-92ff-345bb8f82ff1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d9db46d4-4115-4d8b-bbdc-eb705935ec31",
  "resources": [
    {
      "resourceInstanceName": "pNF 1a375b37-bf2d 0",
      "resourceCustomizationUUID": "e9bb89ba-768a-49cd-ac57-52b9d72d6b3b",
      "resourceName": "pNF 1a375b37-bf2d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a53c58f7-9480-4033-b2b4-a5bf43228d88",
      "resourceInvariantUUID": "c216dc19-0394-4801-b57a-deca2710f7f4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
      "artifactChecksum": "ZWIxNjM5ZmRhNTE5MDI2ODBmM2MwYTA2Y2ExNTljYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2feb992d-4f7e-4b44-a9b8-e44262cd5ad5"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:31:56.755Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:31:56.755Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7a7094f3-459f-4259-92ff-345bb8f82ff1 ASDC
2023-04-03T06:31:56.755Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:96176ffb-93a7-4469-ba17-beb529a16739
ServiceName:Demo_pNF_tu7tgeomYpGKBQ0AQDjF
ServiceVersion:1.0
ServiceUUID:7a7094f3-459f-4259-92ff-345bb8f82ff1
ServiceInvariantUUID:d9db46d4-4115-4d8b-bbdc-eb705935ec31
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
ArtifactUUID:2feb992d-4f7e-4b44-a9b8-e44262cd5ad5
ArtifactChecksum:ZWIxNjM5ZmRhNTE5MDI2ODBmM2MwYTA2Y2ExNTljYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 1a375b37-bf2d 0
ResourceCustomizationUUID:e9bb89ba-768a-49cd-ac57-52b9d72d6b3b
ResourceInvariantUUID:c216dc19-0394-4801-b57a-deca2710f7f4
ResourceName:pNF 1a375b37-bf2d
ResourceType:PNF
ResourceUUID:a53c58f7-9480-4033-b2b4-a5bf43228d88
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-03T06:31:56.755Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a7094f3-459f-4259-92ff-345bb8f82ff1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:31:56.791Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:31:56.792Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:31:56.792Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:31:56.792Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 from URL: /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:31:56.792Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:31:56.792Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:31:57.164Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:31:57.165Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 87992
2023-04-03T06:31:57.165Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar ASDC sendASDCNotification
2023-04-03T06:31:57.165Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:31:57.165Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:31:57.165Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:31:57.165Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:31:57.166Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503517165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:31:58.167Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:31:58.168Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:31:58.168Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5, URL: /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar to file: /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:31:58.169Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:31:58.169Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:31:58.169Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:31:58.297Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10448942150284165561/Definitions/service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml
2023-04-03T06:31:58.819Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:31:58.819Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:31:58.819Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:31:58.819Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T06:31:58.819Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1a375b37-bf2d 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-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:31:58.819Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:31:58.820Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:31:58.820Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:31:58.820Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:31:58.820Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:31:58.820Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:31:58.820Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:31:58.820Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:31:58.820Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:31:58.820Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Node template pNF 1a375b37-bf2d 0 is matching search criteria
2023-04-03T06:31:58.820Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:31:58.820Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 1a375b37-bf2d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:31:58.820Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:31:58.820Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:31:58.820Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Node template pNF 1a375b37-bf2d 0 is matching search criteria
2023-04-03T06:31:58.820Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:31:58.820Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 1a375b37-bf2d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:31:58.820Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:31:58.820Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:31:58.820Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:31:58.820Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:31:58.820Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:31:58.820Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:31:58.820Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:31:58.820Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:31:58.820Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:31:58.820Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:31:58.821Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_tu7tgeomYpGKBQ0AQDjF
Description:catalog service description
Model UUID:7a7094f3-459f-4259-92ff-345bb8f82ff1
Model Version:NULL
Model InvariantUuid:d9db46d4-4115-4d8b-bbdc-eb705935ec31
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-04-03T06:31:58.865Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||ERROR|500||Csar with UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 already exists
2023-04-03T06:31:58.866Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar ASDC sendASDCNotification
2023-04-03T06:31:58.866Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar(Csar with UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 already exists)
2023-04-03T06:31:58.866Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:31:58.866Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:31:58.866Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:31:58.866Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503518866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:31:59.867Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar ASDC sendASDCNotification
2023-04-03T06:31:59.867Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar(Resource with UUID: a53c58f7-9480-4033-b2b4-a5bf43228d88 already exists)
2023-04-03T06:31:59.867Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:31:59.867Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:31:59.867Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:31:59.867Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503519867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a53c58f7-9480-4033-b2b4-a5bf43228d88 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:32:00.868Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96176ffb-93a7-4469-ba17-beb529a16739
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:32:00.885Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96176ffb-93a7-4469-ba17-beb529a16739
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:32:00.886Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:32:00.886Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:32:00.886Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:32:00.887Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:32:00.887Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:32:00.887Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:32:00.887Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:32:00.887Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:32:00.887Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:32:00.893Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:32:07.773Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:32:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:32:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503421553,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:32:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:32:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:32:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:32:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:32:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:32:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:32:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:32:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:32:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:32:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:32:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:32:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:32:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:32:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:32:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:32:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:32:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:32:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:32:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:32:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:32:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:32:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:32:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:32:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:32:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:32:07.780Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:32:07.780Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503430929,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:32:07.780Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:32:07.780Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:32:07.780Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503432639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3ab3e23b-b342-4f65-a547-e54977d397da already exists"
}
2023-04-03T06:32:07.781Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:32:07.781Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:32:07.781Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503433640,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6dc9b242-9db9-49a0-bf5e-42ed573a9e51 already exists"
}
2023-04-03T06:32:07.781Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:32:07.781Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:32:07.781Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503464967,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:32:07.781Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:32:07.781Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:32:07.781Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:32:07.782Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:32:07.782Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:32:07.782Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T06:32:07.782Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:32:30.893Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 96176ffb-93a7-4469-ba17-beb529a16739 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:32:30.901Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 96176ffb-93a7-4469-ba17-beb529a16739 and serviceModelVersionId: 7a7094f3-459f-4259-92ff-345bb8f82ff1
2023-04-03T06:32:30.901Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d9db46d4-4115-4d8b-bbdc-eb705935ec31
2023-04-03T06:32:30.901Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0
2023-04-03T06:32:30.905Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:32:30.921Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T06:32:30.922Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0|INFO|500||Invoke
2023-04-03T06:32:30.929Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:32:31.070Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0|INFO|500||InvokeReturn
2023-04-03T06:32:31.070Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:32:30 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[241672], x-aai-txid=[2-aai-resources-230403-06:32:30:937-46723], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:32:31.071Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:32:31.071Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:32:31.071Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:32:31.083Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:32:31.083Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 96176ffb-93a7-4469-ba17-beb529a16739 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:32:31.083Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:32:31.083Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:32:31.083Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:32:31.083Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503551083,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:32:32.107Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:32:32.107Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"d15e255c-b15d-4c52-8bb3-899edc3349b8","serviceName":"Demo_pNF_HMbbR0oJEskKtjBqjweY","serviceVersion":"1.0","serviceUUID":"085768f5-69a5-4cc6-91eb-f148e874cd4b","serviceDescription":"catalog service description","serviceInvariantUUID":"7cc41ecd-aa8a-450b-966d-b8d6202674f9","resources":[{"resourceInstanceName":"pNF 9e2c9b74-de23 0","resourceName":"pNF 9e2c9b74-de23","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7e5c0815-3629-4711-b9cc-64128e7bc38a","resourceInvariantUUID":"ff4e96ce-678d-42d7-9d2f-0cc0ccc601f9","resourceCustomizationUUID":"d5115979-21fd-4c94-a171-254b861d96cd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vf-license-model.xml","artifactChecksum":"Mjg2MWY2MzNmOTUwOTBjNTFhMGM3MTcwZjE0YTM4ZGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1d05cb5f-4889-4f76-ad69-c6b2804eb618","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/pNF.csar","artifactChecksum":"YWY1NzNlYTAyN2YwNmMyOGQ4YWMxMWZhMzZiY2NkNWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"901ec9fe-988a-4d22-89d8-97a9b0f85b40","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a285b584-7148-4730-b1dc-c9dfadabdafd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vendor-license-model.xml","artifactChecksum":"MzZhYTg3ZWM4MGU0YjAzOTQ3ZmI1ZGE2MWM5N2VkYjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d06d43e2-12bc-4847-ac73-38f73ef2ca86","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70032e67-b3c3-4e72-b9c1-4a66dc738c8c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88a1af8b-d467-427c-a2ec-90575a5a8a32","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHmbbr0ojeskktjbqjwey-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-template.yml","artifactChecksum":"NjY0OTQwZTMyMTZmM2JiYWYxNTFkMmM3YjI1YmNmM2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"29135bb3-8256-4a02-8dcc-01aca055419b","artifactVersion":"1"},{"artifactName":"service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar","artifactChecksum":"YjE2Yjk5NzM3OGI0YmYwZWVkNGRmMTUxNTUxOGZhOTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e45fce11-82e9-4b19-9578-e00f62f2e584","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:32:32.107Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:32:32.108Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:32:32.108Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:32:32.108Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:32:33.108Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:32:33.108Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:32:33.109Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:32:33.109Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:32:34.109Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:32:34.110Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:32:34.110Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:32:34.110Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:32:35.110Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:32:35.111Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:32:35.111Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:32:35.111Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:32:36.111Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:32:36.112Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:32:36.112Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:32:36.112Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:32:37.112Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:32:37.113Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:32:37.113Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:32:37.113Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:32:38.113Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:32:38.113Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:32:38.114Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:32:38.114Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:32:39.114Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:32:39.114Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:32:39.115Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:32:39.115Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:32:40.116Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "serviceName": "Demo_pNF_HMbbR0oJEskKtjBqjweY",
  "serviceVersion": "1.0",
  "serviceUUID": "085768f5-69a5-4cc6-91eb-f148e874cd4b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7cc41ecd-aa8a-450b-966d-b8d6202674f9",
  "resources": [
    {
      "resourceInstanceName": "pNF 9e2c9b74-de23 0",
      "resourceCustomizationUUID": "d5115979-21fd-4c94-a171-254b861d96cd",
      "resourceName": "pNF 9e2c9b74-de23",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7e5c0815-3629-4711-b9cc-64128e7bc38a",
      "resourceInvariantUUID": "ff4e96ce-678d-42d7-9d2f-0cc0ccc601f9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
      "artifactChecksum": "YjE2Yjk5NzM3OGI0YmYwZWVkNGRmMTUxNTUxOGZhOTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e45fce11-82e9-4b19-9578-e00f62f2e584"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:32:40.116Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:32:40.116Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 085768f5-69a5-4cc6-91eb-f148e874cd4b ASDC
2023-04-03T06:32:40.116Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:d15e255c-b15d-4c52-8bb3-899edc3349b8
ServiceName:Demo_pNF_HMbbR0oJEskKtjBqjweY
ServiceVersion:1.0
ServiceUUID:085768f5-69a5-4cc6-91eb-f148e874cd4b
ServiceInvariantUUID:7cc41ecd-aa8a-450b-966d-b8d6202674f9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
ArtifactUUID:e45fce11-82e9-4b19-9578-e00f62f2e584
ArtifactChecksum:YjE2Yjk5NzM3OGI0YmYwZWVkNGRmMTUxNTUxOGZhOTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9e2c9b74-de23 0
ResourceCustomizationUUID:d5115979-21fd-4c94-a171-254b861d96cd
ResourceInvariantUUID:ff4e96ce-678d-42d7-9d2f-0cc0ccc601f9
ResourceName:pNF 9e2c9b74-de23
ResourceType:PNF
ResourceUUID:7e5c0815-3629-4711-b9cc-64128e7bc38a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-03T06:32:40.116Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 085768f5-69a5-4cc6-91eb-f148e874cd4b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:32:40.145Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:32:40.146Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:32:40.146Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:32:40.146Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e45fce11-82e9-4b19-9578-e00f62f2e584 from URL: /sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:32:40.146Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:32:40.146Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:32:40.452Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:32:40.454Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar e45fce11-82e9-4b19-9578-e00f62f2e584 87986
2023-04-03T06:32:40.454Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar ASDC sendASDCNotification
2023-04-03T06:32:40.454Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:32:40.454Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:32:40.455Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:32:40.455Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:32:40.455Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503560454,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:32:41.455Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:32:41.456Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:32:41.456Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e45fce11-82e9-4b19-9578-e00f62f2e584, URL: /sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar to file: /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:32:41.457Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:32:41.457Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:32:41.457Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:32:41.542Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2144651319928684390/Definitions/service-DemoPnfHmbbr0ojeskktjbqjwey-template.yml
2023-04-03T06:32:42.166Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:32:42.166Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:32:42.167Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:32:42.167Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T06:32:42.167Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9e2c9b74-de23 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-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:32:42.167Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:32:42.167Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:32:42.167Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:32:42.167Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:32:42.167Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:32:42.167Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:32:42.167Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:32:42.167Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:32:42.167Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:32:42.167Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Node template pNF 9e2c9b74-de23 0 is matching search criteria
2023-04-03T06:32:42.167Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:32:42.167Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 9e2c9b74-de23 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:32:42.167Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:32:42.167Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:32:42.167Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Node template pNF 9e2c9b74-de23 0 is matching search criteria
2023-04-03T06:32:42.167Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:32:42.168Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 9e2c9b74-de23 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:32:42.168Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:32:42.168Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:32:42.168Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:32:42.168Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:32:42.168Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:32:42.168Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:32:42.168Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:32:42.168Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:32:42.168Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:32:42.168Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:32:42.168Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_HMbbR0oJEskKtjBqjweY
Description:catalog service description
Model UUID:085768f5-69a5-4cc6-91eb-f148e874cd4b
Model Version:NULL
Model InvariantUuid:7cc41ecd-aa8a-450b-966d-b8d6202674f9
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-04-03T06:32:42.211Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||ERROR|500||Csar with UUID: e45fce11-82e9-4b19-9578-e00f62f2e584 already exists
2023-04-03T06:32:42.211Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar ASDC sendASDCNotification
2023-04-03T06:32:42.211Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar(Csar with UUID: e45fce11-82e9-4b19-9578-e00f62f2e584 already exists)
2023-04-03T06:32:42.212Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:32:42.212Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:32:42.212Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:32:42.212Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503562211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e45fce11-82e9-4b19-9578-e00f62f2e584 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:32:43.213Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar ASDC sendASDCNotification
2023-04-03T06:32:43.213Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar(Resource with UUID: 7e5c0815-3629-4711-b9cc-64128e7bc38a already exists)
2023-04-03T06:32:43.213Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:32:43.214Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:32:43.214Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:32:43.214Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503563213,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7e5c0815-3629-4711-b9cc-64128e7bc38a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:32:44.215Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d15e255c-b15d-4c52-8bb3-899edc3349b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:32:44.231Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d15e255c-b15d-4c52-8bb3-899edc3349b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:32:44.233Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:32:44.234Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:32:44.234Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:32:44.234Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:32:44.234Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:32:44.234Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:32:44.234Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:32:44.234Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:32:44.234Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:32:44.241Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:33:07.773Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:33:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:33:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-03T06:33:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:33:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:33:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:33:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:33:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:33:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-03T06:33:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:33:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:33:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:33:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:33:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:33:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:33:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:33:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:33:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503473354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:33:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:33:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:33:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503475453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa already exists"
}
2023-04-03T06:33:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:33:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:33:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503476454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: cca49e2b-a592-45e7-ad60-a0b040a06b21 already exists"
}
2023-04-03T06:33:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:33:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:33:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503507720,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:33:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:33:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:33:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:33:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:33:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:33:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:33:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:33:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:33:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:33:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:33:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:33:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:33:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:33:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:33:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:33:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:33:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:33:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:33:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:33:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:33:07.780Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:33:07.780Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:33:07.780Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:33:07.780Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:33:07.780Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:33:07.780Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:33:07.780Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503517165,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:33:07.780Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:33:07.780Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:33:07.780Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503518866,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 already exists"
}
2023-04-03T06:33:07.781Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:33:07.781Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:33:07.781Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503519867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a53c58f7-9480-4033-b2b4-a5bf43228d88 already exists"
}
2023-04-03T06:33:07.781Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:33:14.242Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d15e255c-b15d-4c52-8bb3-899edc3349b8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:33:14.249Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d15e255c-b15d-4c52-8bb3-899edc3349b8 and serviceModelVersionId: 085768f5-69a5-4cc6-91eb-f148e874cd4b
2023-04-03T06:33:14.249Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7cc41ecd-aa8a-450b-966d-b8d6202674f9
2023-04-03T06:33:14.250Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7cc41ecd-aa8a-450b-966d-b8d6202674f9/model-vers/model-ver/085768f5-69a5-4cc6-91eb-f148e874cd4b?depth=0
2023-04-03T06:33:14.253Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:33:14.269Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7cc41ecd-aa8a-450b-966d-b8d6202674f9/model-vers/model-ver/085768f5-69a5-4cc6-91eb-f148e874cd4b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T06:33:14.270Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7cc41ecd-aa8a-450b-966d-b8d6202674f9/model-vers/model-ver/085768f5-69a5-4cc6-91eb-f148e874cd4b?depth=0|INFO|500||Invoke
2023-04-03T06:33:14.278Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7cc41ecd-aa8a-450b-966d-b8d6202674f9/model-vers/model-ver/085768f5-69a5-4cc6-91eb-f148e874cd4b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:33:14.434Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7cc41ecd-aa8a-450b-966d-b8d6202674f9/model-vers/model-ver/085768f5-69a5-4cc6-91eb-f148e874cd4b?depth=0|INFO|500||InvokeReturn
2023-04-03T06:33:14.435Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7cc41ecd-aa8a-450b-966d-b8d6202674f9/model-vers/model-ver/085768f5-69a5-4cc6-91eb-f148e874cd4b?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:33:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[253960], x-aai-txid=[1-aai-resources-230403-06:33:14:287-70762], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:33:14.435Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:33:14.435Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:33:14.435Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:33:14.446Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:33:14.446Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d15e255c-b15d-4c52-8bb3-899edc3349b8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:33:14.446Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:33:14.447Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:33:14.447Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:33:14.447Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503594446,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:33:15.469Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:33:15.470Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"ef214ce9-5511-46fd-bd63-09602147d610","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"14e3d857-a252-43a2-818b-4ddd49eb5ab0","serviceDescription":"service","serviceInvariantUUID":"a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7c0386e9-9839-4f71-a312-f530b2f9855e","resourceInvariantUUID":"0bdcbf82-937e-45ee-ae91-2927bb5c794e","resourceCustomizationUUID":"7dbf3e05-6eec-4343-a8d9-a2470c564a03","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":"NDM5ZjU4NTg1ZTkyMzkyNTA2NGIxMTAzZDZkMTQ2ZTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7879a818-5c26-4eb4-86ea-a11a2c2b5863","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":"ZTJhMzRmNmYwNGUxY2MwYWNmM2UzZGE4NmQxZjRmNWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f50d620c-6c86-430f-9052-ad6fa513b8bd","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":"ec74a1bd-f52a-4410-b8a5-9136f795025f","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":"9b2d950f-ed68-4647-b97c-41651886a40a","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":"e61e29f8-fa54-4b23-9674-44aa740bc60f","artifactVersion":"2","generatedFromUUID":"19600016-3a45-44c8-a9b5-272956cf15d2"},{"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":"8f14a542-175b-415f-b8ad-bb057f640138","artifactVersion":"2","generatedFromUUID":"ec74a1bd-f52a-4410-b8a5-9136f795025f"},{"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":"19600016-3a45-44c8-a9b5-272956cf15d2","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":"b37d0219-2590-472d-9f67-d83aafb2c3d2","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":"MTcwNjA0Y2QxZTMwNDIwMDgwZWE3YmU3NzhhYmE5MDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a1cb1614-18ee-43a3-8a6f-532fc06b341e","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MmE1ZTM0ODRlNzBjYzQ4OWExZDUxMzNmNTc2ZmI1ZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"07f47bb6-aff0-4900-a8d6-14c04e40c091","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:33:15.470Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:33:15.470Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:33:15.470Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:33:15.470Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "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-04-03T06:33:16.471Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:33:16.472Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:33:16.472Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:33:16.472Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "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-04-03T06:33:17.474Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:33:17.474Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:33:17.474Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:33:17.475Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "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-04-03T06:33:18.476Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:33:18.476Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:33:18.476Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:33:18.476Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "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-04-03T06:33:19.478Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:33:19.478Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:33:19.479Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:33:19.479Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "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-04-03T06:33:20.480Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:33:20.480Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:33:20.480Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:33:20.480Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "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-04-03T06:33:21.481Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:33:21.482Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:33:21.482Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:33:21.483Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "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-04-03T06:33:22.484Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:33:22.484Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:33:22.484Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:33:22.484Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "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-04-03T06:33:23.486Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:33:23.486Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:33:23.486Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:33:23.486Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:33:24.488Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:33:24.488Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:33:24.488Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:33:24.488Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:33:25.490Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "14e3d857-a252-43a2-818b-4ddd49eb5ab0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "7dbf3e05-6eec-4343-a8d9-a2470c564a03",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7c0386e9-9839-4f71-a312-f530b2f9855e",
      "resourceInvariantUUID": "0bdcbf82-937e-45ee-ae91-2927bb5c794e",
      "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": "ZTJhMzRmNmYwNGUxY2MwYWNmM2UzZGE4NmQxZjRmNWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f50d620c-6c86-430f-9052-ad6fa513b8bd",
          "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": "ec74a1bd-f52a-4410-b8a5-9136f795025f",
          "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": "8f14a542-175b-415f-b8ad-bb057f640138",
            "generatedFromUUID": "ec74a1bd-f52a-4410-b8a5-9136f795025f"
          },
          "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": "e61e29f8-fa54-4b23-9674-44aa740bc60f",
          "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": "8f14a542-175b-415f-b8ad-bb057f640138",
          "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": "19600016-3a45-44c8-a9b5-272956cf15d2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MmE1ZTM0ODRlNzBjYzQ4OWExZDUxMzNmNTc2ZmI1ZWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "07f47bb6-aff0-4900-a8d6-14c04e40c091"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:33:25.490Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:33:25.490Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 14e3d857-a252-43a2-818b-4ddd49eb5ab0 ASDC
2023-04-03T06:33:25.490Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:ef214ce9-5511-46fd-bd63-09602147d610
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:14e3d857-a252-43a2-818b-4ddd49eb5ab0
ServiceInvariantUUID:a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468
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:07f47bb6-aff0-4900-a8d6-14c04e40c091
ArtifactChecksum:MmE1ZTM0ODRlNzBjYzQ4OWExZDUxMzNmNTc2ZmI1ZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:7dbf3e05-6eec-4343-a8d9-a2470c564a03
ResourceInvariantUUID:0bdcbf82-937e-45ee-ae91-2927bb5c794e
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:7c0386e9-9839-4f71-a312-f530b2f9855e
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:f50d620c-6c86-430f-9052-ad6fa513b8bd
ArtifactChecksum:ZTJhMzRmNmYwNGUxY2MwYWNmM2UzZGE4NmQxZjRmNWE=
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:ec74a1bd-f52a-4410-b8a5-9136f795025f
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:8f14a542-175b-415f-b8ad-bb057f640138
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:e61e29f8-fa54-4b23-9674-44aa740bc60f
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:8f14a542-175b-415f-b8ad-bb057f640138
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:19600016-3a45-44c8-a9b5-272956cf15d2
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T06:33:25.491Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 14e3d857-a252-43a2-818b-4ddd49eb5ab0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-04-03T06:33:25.554Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:33:25.555Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:33:25.556Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:33:25.556Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 07f47bb6-aff0-4900-a8d6-14c04e40c091 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-03T06:33:25.556Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:33:25.556Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-03T06:33:25.889Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:33:25.895Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 07f47bb6-aff0-4900-a8d6-14c04e40c091 163263
2023-04-03T06:33:25.895Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-03T06:33:25.895Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-03T06:33:25.895Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:33:25.896Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:33:25.896Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:33:25.896Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503605895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:33:26.897Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:33:26.897Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:33:26.898Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 07f47bb6-aff0-4900-a8d6-14c04e40c091, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T06:33:26.898Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-04-03T06:33:26.898Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T06:33:26.899Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T06:33:27.029Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5729177139833886612/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-04-03T06:33:27.911Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:33:27.912Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:33:27.912Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T06:33:27.912Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-04-03T06:33:27.912Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T06:33:27.913Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T06:33:27.913Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T06:33:27.913Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T06:33:27.913Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:33:27.913Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:33:27.913Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:33:27.913Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-03T06:33:27.913Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:33:27.913Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:33:27.913Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:33:27.913Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:33:27.913Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-03T06:33:27.913Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:33:27.913Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:33:27.913Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:33:27.913Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:33:27.914Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:33:27.914Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-03T06:33:27.914Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-04-03T06:33:27.914Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-04-03T06:33:27.914Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T06:33:27.914Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:33:27.914Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T06:33:27.914Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:33:27.914Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-03T06:33:27.914Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:33:27.914Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:33:27.914Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-03T06:33:27.914Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:33:27.915Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:33:27.915Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-03T06:33:27.915Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:33:27.915Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:33:27.915Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-03T06:33:27.915Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:33:27.915Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:33:27.915Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-03T06:33:27.915Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-04-03T06:33:27.915Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=35a4e008-d25b-47d2-bc34-87d5e3d152c5
2023-04-03T06:33:27.915Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:33:27.915Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:33:27.916Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:33:27.916Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:33:27.916Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:33:27.916Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:33:27.916Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:33:27.916Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:33:27.916Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:14e3d857-a252-43a2-818b-4ddd49eb5ab0
Model Version:NULL
Model InvariantUuid:a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:0f224b82-5bd2-44b7-a344-7ecc4a0b0889
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0bdcbf82-937e-45ee-ae91-2927bb5c794e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7dbf3e05-6eec-4343-a8d9-a2470c564a03
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5dd1e450-ce0c-4a57-9573-8df1dcddb5b2
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:5b090006-9bce-4aa0-9cb3-ea11b24e1929
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:093e0214-90f1-4f0d-ac3e-93a156f54f70
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:c6ec8731-b3eb-4d64-ada5-fc5a647fdde2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:35a4e008-d25b-47d2-bc34-87d5e3d152c5
ModelInvariantUuid:e8e27b04-b245-4be0-afcb-3e1f5771c7f6
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:c9860680-53b3-420e-97be-c1193453e525
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:3dab2e61-94de-44cc-a04c-4e6da3172677
ModelInvariantUuid:38f7c86e-cdc6-481b-ab59-ddbb03ae1daf
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:7e450667-61aa-4588-97ac-4a49132ed1f1
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-04-03T06:33:27.932Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 7c0386e9-9839-4f71-a312-f530b2f9855e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:33:27.938Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||basic_cnf_macro 0
2023-04-03T06:33:27.938Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7c0386e9-9839-4f71-a312-f530b2f9855e
2023-04-03T06:33:27.938Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f50d620c-6c86-430f-9052-ad6fa513b8bd from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-04-03T06:33:27.939Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:33:27.939Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-04-03T06:33:28.054Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:33:28.054Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json f50d620c-6c86-430f-9052-ad6fa513b8bd 1565
2023-04-03T06:33:28.054Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-04-03T06:33:28.054Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-04-03T06:33:28.054Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:33:28.054Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:33:28.055Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:33:28.055Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503608054,
  "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-04-03T06:33:29.055Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "093e0214-90f1-4f0d-ac3e-93a156f54f70",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c6ec8731-b3eb-4d64-ada5-fc5a647fdde2",
    "vfModuleModelCustomizationUUID": "d249fcbb-da4a-41f9-b342-7e3ead0926dc",
    "isBase": true,
    "artifacts": [
      "ec74a1bd-f52a-4410-b8a5-9136f795025f",
      "8f14a542-175b-415f-b8ad-bb057f640138"
    ],
    "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": "5dd1e450-ce0c-4a57-9573-8df1dcddb5b2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5b090006-9bce-4aa0-9cb3-ea11b24e1929",
    "vfModuleModelCustomizationUUID": "a1eb082c-0108-412f-9936-cd12704dca0a",
    "isBase": false,
    "artifacts": [
      "19600016-3a45-44c8-a9b5-272956cf15d2"
    ],
    "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-04-03T06:33:29.060Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c6ec8731-b3eb-4d64-ada5-fc5a647fdde2
VfModuleModelInvariantUUID:093e0214-90f1-4f0d-ac3e-93a156f54f70
VfModuleModelDescription:NULL
Artifacts UUID List:{
ec74a1bd-f52a-4410-b8a5-9136f795025f
,
8f14a542-175b-415f-b8ad-bb057f640138

}
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:5b090006-9bce-4aa0-9cb3-ea11b24e1929
VfModuleModelInvariantUUID:5dd1e450-ce0c-4a57-9573-8df1dcddb5b2
VfModuleModelDescription:NULL
Artifacts UUID List:{
19600016-3a45-44c8-a9b5-272956cf15d2

}
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-04-03T06:33:29.063Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "093e0214-90f1-4f0d-ac3e-93a156f54f70",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c6ec8731-b3eb-4d64-ada5-fc5a647fdde2",
    "vfModuleModelCustomizationUUID": "d249fcbb-da4a-41f9-b342-7e3ead0926dc",
    "isBase": true,
    "artifacts": [
      "ec74a1bd-f52a-4410-b8a5-9136f795025f",
      "8f14a542-175b-415f-b8ad-bb057f640138"
    ],
    "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": "5dd1e450-ce0c-4a57-9573-8df1dcddb5b2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5b090006-9bce-4aa0-9cb3-ea11b24e1929",
    "vfModuleModelCustomizationUUID": "a1eb082c-0108-412f-9936-cd12704dca0a",
    "isBase": false,
    "artifacts": [
      "19600016-3a45-44c8-a9b5-272956cf15d2"
    ],
    "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-04-03T06:33:29.064Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c6ec8731-b3eb-4d64-ada5-fc5a647fdde2
VfModuleModelInvariantUUID:093e0214-90f1-4f0d-ac3e-93a156f54f70
VfModuleModelDescription:NULL
Artifacts UUID List:{
ec74a1bd-f52a-4410-b8a5-9136f795025f
,
8f14a542-175b-415f-b8ad-bb057f640138

}
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:5b090006-9bce-4aa0-9cb3-ea11b24e1929
VfModuleModelInvariantUUID:5dd1e450-ce0c-4a57-9573-8df1dcddb5b2
VfModuleModelDescription:NULL
Artifacts UUID List:{
19600016-3a45-44c8-a9b5-272956cf15d2

}
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-04-03T06:33:29.064Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ec74a1bd-f52a-4410-b8a5-9136f795025f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-04-03T06:33:29.064Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:33:29.064Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-04-03T06:33:29.185Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:33:29.185Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ec74a1bd-f52a-4410-b8a5-9136f795025f 914
2023-04-03T06:33:29.185Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-04-03T06:33:29.185Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-04-03T06:33:29.185Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:33:29.185Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:33:29.186Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:33:29.186Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503609185,
  "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-04-03T06:33:30.186Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e61e29f8-fa54-4b23-9674-44aa740bc60f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-04-03T06:33:30.186Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:33:30.187Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-04-03T06:33:30.287Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:33:30.287Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env e61e29f8-fa54-4b23-9674-44aa740bc60f 12
2023-04-03T06:33:30.288Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-04-03T06:33:30.288Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2023-04-03T06:33:30.288Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:33:30.288Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:33:30.288Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:33:30.288Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503610288,
  "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-04-03T06:33:31.289Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8f14a542-175b-415f-b8ad-bb057f640138 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-04-03T06:33:31.289Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:33:31.289Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-04-03T06:33:31.385Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:33:31.386Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 8f14a542-175b-415f-b8ad-bb057f640138 96
2023-04-03T06:33:31.386Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-04-03T06:33:31.386Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-04-03T06:33:31.386Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:33:31.386Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:33:31.386Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:33:31.386Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503611386,
  "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-04-03T06:33:32.387Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 19600016-3a45-44c8-a9b5-272956cf15d2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-04-03T06:33:32.388Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:33:32.388Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-04-03T06:33:32.501Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:33:32.501Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 19600016-3a45-44c8-a9b5-272956cf15d2 20206
2023-04-03T06:33:32.501Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-04-03T06:33:32.501Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2023-04-03T06:33:32.502Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:33:32.502Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:33:32.502Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:33:32.502Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503612501,
  "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-04-03T06:33:33.507Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 14e3d857-a252-43a2-818b-4ddd49eb5ab0
2023-04-03T06:33:33.508Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 7c0386e9-9839-4f71-a312-f530b2f9855e 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-04-03T06:33:33.528Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3b2748e3, org.onap.sdc.toscaparser.api.parameters.Input@74395c22, org.onap.sdc.toscaparser.api.parameters.Input@11284572, org.onap.sdc.toscaparser.api.parameters.Input@36f1636d, org.onap.sdc.toscaparser.api.parameters.Input@37104500]
2023-04-03T06:33:33.529Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:33:33.530Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:33:33.530Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-04-03T06:33:33.530Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 7dbf3e05-6eec-4343-a8d9-a2470c564a03
2023-04-03T06:33:33.530Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7dbf3e05-6eec-4343-a8d9-a2470c564a03 matches Tosca VF Customization UUID: 7dbf3e05-6eec-4343-a8d9-a2470c564a03
2023-04-03T06:33:33.530Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 7dbf3e05-6eec-4343-a8d9-a2470c564a03  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-04-03T06:33:33.535Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:33:33.535Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:33:33.536Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 7dbf3e05-6eec-4343-a8d9-a2470c564a03: {\"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-04-03T06:33:33.536Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6771fa37
2023-04-03T06:33:33.536Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:33:33.537Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T06:33:33.537Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a1eb082c-0108-412f-9936-cd12704dca0a
2023-04-03T06:33:33.537Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a1eb082c-0108-412f-9936-cd12704dca0a
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-04-03T06:33:33.541Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:33:33.542Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-03T06:33:33.542Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:33:33.542Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:33:33.542Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-03T06:33:33.542Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:33:33.542Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:33:33.543Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-03T06:33:33.543Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=7dbf3e05-6eec-4343-a8d9-a2470c564a03
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:33:33.547Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:33:33.547Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:33:33.547Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 14e3d857-a252-43a2-818b-4ddd49eb5ab0: basic_cnf_macro
2023-04-03T06:33:33.547Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:33:33.547Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:33:33.547Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:33:33.548Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:33:33.548Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:33:33.548Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:33:33.548Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:33:33.548Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:33:33.548Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:33:33.548Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:33:33.548Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-03T06:33:33.633Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 7c0386e9-9839-4f71-a312-f530b2f9855e 2 ASDC deployResourceStructure
2023-04-03T06:33:33.633Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2023-04-03T06:33:33.633Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2023-04-03T06:33:33.634Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-03T06:33:33.634Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:33:33.634Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:33:33.634Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503613633,
  "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-04-03T06:33:34.635Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2023-04-03T06:33:34.635Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2023-04-03T06:33:34.635Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-03T06:33:34.635Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:33:34.635Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:33:34.636Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503614635,
  "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-04-03T06:33:35.636Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2023-04-03T06:33:35.637Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2023-04-03T06:33:35.637Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:33:35.637Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:33:35.637Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:33:35.637Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503615636,
  "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-04-03T06:33:36.638Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2023-04-03T06:33:36.638Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2023-04-03T06:33:36.638Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-03T06:33:36.639Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:33:36.639Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:33:36.639Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503616638,
  "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-04-03T06:33:37.639Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2023-04-03T06:33:37.640Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2023-04-03T06:33:37.640Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:33:37.640Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:33:37.640Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:33:37.640Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503617639,
  "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-04-03T06:33:38.641Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-03T06:33:38.641Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-03T06:33:38.641Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-03T06:33:38.642Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:33:38.642Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:33:38.642Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503618641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:33:39.643Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef214ce9-5511-46fd-bd63-09602147d610
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:33:39.658Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef214ce9-5511-46fd-bd63-09602147d610
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:33:39.662Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:33:39.662Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:33:39.662Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:33:39.662Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:33:39.662Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:33:39.662Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:33:39.662Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:33:39.662Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:33:39.663Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:33:39.672Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:34:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:34:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: cached metadata has changed from (version100: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version101: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-04-03T06:34:07.793Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:34:07.794Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T06:34:07.798Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=37, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T06:34:07.798Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 37: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-03T06:34:07.814Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=37, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T06:34:07.815Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:34:07.815Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:34:07.818Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T06:34:07.819Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T06:34:07.819Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T06:34:07.819Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1283, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T06:34:07.819Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T06:34:07.819Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T06:34:08.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:34:08.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503551083,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:34:08.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:34:08.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:34:08.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:34:08.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:34:08.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:34:08.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:34:08.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:34:08.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:34:08.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:34:08.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:34:08.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:34:08.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:34:08.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:34:08.841Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:34:08.841Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:34:08.841Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:34:08.842Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:34:08.842Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:34:08.842Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:34:08.842Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:34:08.842Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:34:08.842Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:34:08.842Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:34:08.842Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:34:08.842Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:34:08.842Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:34:08.842Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503560454,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:34:08.842Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:34:08.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:34:08.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503562211,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e45fce11-82e9-4b19-9578-e00f62f2e584 already exists"
}
2023-04-03T06:34:08.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:34:08.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:34:08.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503563213,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7e5c0815-3629-4711-b9cc-64128e7bc38a already exists"
}
2023-04-03T06:34:08.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:34:08.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:34:08.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503594446,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:34:08.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:34:08.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:34:08.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:34:08.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:34:08.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:34:08.843Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T06:34:08.844Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:34:08.844Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:34:08.844Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-04-03T06:34:08.844Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:34:08.844Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:34:08.844Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:34:08.844Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:34:08.844Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:34:08.844Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-04-03T06:34:08.844Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:34:08.844Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:34:08.844Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-04-03T06:34:08.844Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:34:08.845Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:34:08.845Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-04-03T06:34:08.845Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:34:08.845Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:34:08.845Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:34:08.845Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:34:08.845Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:34:08.845Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:34:08.845Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:34:08.845Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:34:08.846Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:34:08.846Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:34:08.846Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:34:08.846Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503605895,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:34:08.846Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:34:08.846Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:34:08.846Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503608054,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:34:08.846Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:34:08.846Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:34:08.846Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503609185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:34:08.847Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:34:08.847Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:34:08.847Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503610288,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:34:08.847Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:34:08.847Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:34:08.847Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503611386,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:34:08.847Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:34:08.847Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:34:08.847Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503612501,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:34:08.848Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:34:08.848Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:34:08.848Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503613633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-03T06:34:08.848Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:34:08.848Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:34:08.848Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503614635,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2023-04-03T06:34:08.848Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:34:08.848Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:34:08.848Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503615636,
  "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-04-03T06:34:08.848Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:34:08.849Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:34:08.849Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503616638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2023-04-03T06:34:08.849Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:34:08.849Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:34:08.849Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503617639,
  "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-04-03T06:34:08.849Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:34:08.849Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T06:34:08.849Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503618641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T06:34:08.849Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:34:09.673Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef214ce9-5511-46fd-bd63-09602147d610 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:34:09.683Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef214ce9-5511-46fd-bd63-09602147d610 and serviceModelVersionId: 14e3d857-a252-43a2-818b-4ddd49eb5ab0
2023-04-03T06:34:09.684Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468
2023-04-03T06:34:09.684Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468/model-vers/model-ver/14e3d857-a252-43a2-818b-4ddd49eb5ab0?depth=0
2023-04-03T06:34:09.692Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:34:09.718Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468/model-vers/model-ver/14e3d857-a252-43a2-818b-4ddd49eb5ab0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T06:34:09.719Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468/model-vers/model-ver/14e3d857-a252-43a2-818b-4ddd49eb5ab0?depth=0|INFO|500||Invoke
2023-04-03T06:34:09.724Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468/model-vers/model-ver/14e3d857-a252-43a2-818b-4ddd49eb5ab0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:34:09.884Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468/model-vers/model-ver/14e3d857-a252-43a2-818b-4ddd49eb5ab0?depth=0|INFO|500||InvokeReturn
2023-04-03T06:34:09.885Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468/model-vers/model-ver/14e3d857-a252-43a2-818b-4ddd49eb5ab0?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:34:09 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[155], vertex-id=[241688], x-aai-txid=[0-aai-resources-230403-06:34:09:733-19527], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:34:09.885Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:34:09.885Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:34:09.885Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:34:09.897Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:34:09.897Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef214ce9-5511-46fd-bd63-09602147d610 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:34:09.897Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:34:09.898Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:34:09.898Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:34:09.898Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503649897,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:34:10.912Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:34:10.913Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"84b6fc94-3a00-4340-88b6-4136dacd68e6","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"68059ad1-9a18-45c9-8ec3-d86a344b5837","serviceDescription":"service","serviceInvariantUUID":"3dd77692-c10a-4649-acfc-39f0568d72f9","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"029c43d5-04d7-4011-b26f-14bad8b254c1","resourceInvariantUUID":"a6a1adc5-ca83-4c34-9358-b14193524f89","resourceCustomizationUUID":"dda43c55-702f-4ab6-8b3b-cd0ec49cfcd9","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":"MGZlZTUzNWI0YTc1ZTliM2IxYWY4ZWEzNTllOTI2NTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2e402c6f-d511-4095-9d33-6afba8dc436a","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":"NzI1N2QyMGVjMGE1NmEyZjE0MzUzZTAyNTMzOWY4ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f1508676-1765-463e-8d86-0a7d104cbed8","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":"600e1254-ddf0-4e97-bd9d-92742c4b4535","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":"bfb24068-9c2a-4af8-a63b-5bd8cf59feba","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":"0a5e7f0f-ac2f-41dc-a6be-b6526f12e231","artifactVersion":"2","generatedFromUUID":"600e1254-ddf0-4e97-bd9d-92742c4b4535"},{"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":"MWQ5MzIxNmRhZmRmOGIzOGMwODRlYmFjZjJlMzkwODU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ba93e657-93ee-4632-a142-806be59c93f9","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":"NDdmMzgyNThjMTQyNDMzN2RjMTgyNTA3NDZkMGQ5Njk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aea47b1e-7013-4cd4-a0b8-d21283192f56","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NTBjNGRkZGViMTVlYzY5ZDU1ZDhmN2JiNGJjZGYxODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0f3faf60-68c3-4cee-ae71-36b7c394819c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:34:10.913Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:34:10.913Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:34:10.913Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:34:10.913Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "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-04-03T06:34:11.914Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:34:11.914Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:34:11.914Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:34:11.914Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "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-04-03T06:34:12.914Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:34:12.915Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:34:12.915Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:34:12.915Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "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-04-03T06:34:13.915Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:34:13.916Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:34:13.916Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:34:13.916Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "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-04-03T06:34:14.917Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:34:14.917Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:34:14.917Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:34:14.917Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "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-04-03T06:34:15.918Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:34:15.918Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:34:15.918Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:34:15.918Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "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-04-03T06:34:16.919Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:34:16.919Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:34:16.919Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:34:16.919Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:34:17.920Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:34:17.920Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:34:17.920Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:34:17.921Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:34:18.921Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "68059ad1-9a18-45c9-8ec3-d86a344b5837",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3dd77692-c10a-4649-acfc-39f0568d72f9",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "dda43c55-702f-4ab6-8b3b-cd0ec49cfcd9",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "029c43d5-04d7-4011-b26f-14bad8b254c1",
      "resourceInvariantUUID": "a6a1adc5-ca83-4c34-9358-b14193524f89",
      "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": "NzI1N2QyMGVjMGE1NmEyZjE0MzUzZTAyNTMzOWY4ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f1508676-1765-463e-8d86-0a7d104cbed8",
          "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": "600e1254-ddf0-4e97-bd9d-92742c4b4535",
          "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": "0a5e7f0f-ac2f-41dc-a6be-b6526f12e231",
            "generatedFromUUID": "600e1254-ddf0-4e97-bd9d-92742c4b4535"
          },
          "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": "0a5e7f0f-ac2f-41dc-a6be-b6526f12e231",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NTBjNGRkZGViMTVlYzY5ZDU1ZDhmN2JiNGJjZGYxODM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0f3faf60-68c3-4cee-ae71-36b7c394819c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:34:18.922Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:34:18.922Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 68059ad1-9a18-45c9-8ec3-d86a344b5837 ASDC
2023-04-03T06:34:18.922Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:84b6fc94-3a00-4340-88b6-4136dacd68e6
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:68059ad1-9a18-45c9-8ec3-d86a344b5837
ServiceInvariantUUID:3dd77692-c10a-4649-acfc-39f0568d72f9
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:0f3faf60-68c3-4cee-ae71-36b7c394819c
ArtifactChecksum:NTBjNGRkZGViMTVlYzY5ZDU1ZDhmN2JiNGJjZGYxODM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:dda43c55-702f-4ab6-8b3b-cd0ec49cfcd9
ResourceInvariantUUID:a6a1adc5-ca83-4c34-9358-b14193524f89
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:029c43d5-04d7-4011-b26f-14bad8b254c1
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:f1508676-1765-463e-8d86-0a7d104cbed8
ArtifactChecksum:NzI1N2QyMGVjMGE1NmEyZjE0MzUzZTAyNTMzOWY4ODc=
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:600e1254-ddf0-4e97-bd9d-92742c4b4535
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:0a5e7f0f-ac2f-41dc-a6be-b6526f12e231
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:0a5e7f0f-ac2f-41dc-a6be-b6526f12e231
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T06:34:18.922Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 68059ad1-9a18-45c9-8ec3-d86a344b5837 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-04-03T06:34:18.966Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:34:18.966Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:34:18.966Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:34:18.966Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0f3faf60-68c3-4cee-ae71-36b7c394819c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-03T06:34:18.966Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:34:18.967Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-03T06:34:19.277Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:34:19.278Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 0f3faf60-68c3-4cee-ae71-36b7c394819c 82979
2023-04-03T06:34:19.278Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-03T06:34:19.279Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-03T06:34:19.279Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:34:19.279Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:34:19.279Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:34:19.279Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503659278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:34:20.280Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:34:20.280Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:34:20.280Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 0f3faf60-68c3-4cee-ae71-36b7c394819c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T06:34:20.280Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-04-03T06:34:20.281Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T06:34:20.281Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T06:34:20.375Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16127296980484078943/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-04-03T06:34:21.294Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:34:21.295Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:34:21.295Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T06:34:21.295Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T06:34:21.295Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T06:34:21.295Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T06:34:21.295Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T06:34:21.295Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T06:34:21.295Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T06:34:21.295Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T06:34:21.295Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T06:34:21.295Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:34:21.295Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:34:21.296Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:34:21.296Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-03T06:34:21.296Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:34:21.296Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:34:21.296Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:34:21.296Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:34:21.296Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-03T06:34:21.296Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:34:21.296Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:34:21.296Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:34:21.296Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:34:21.296Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:34:21.296Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-03T06:34:21.296Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-03T06:34:21.296Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-03T06:34:21.296Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-03T06:34:21.296Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-03T06:34:21.296Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T06:34:21.297Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:34:21.297Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T06:34:21.297Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:34:21.297Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-03T06:34:21.297Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:34:21.297Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:34:21.297Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-03T06:34:21.297Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:34:21.297Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:34:21.297Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-03T06:34:21.297Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:34:21.297Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:34:21.297Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-03T06:34:21.297Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-03T06:34:21.297Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-03T06:34:21.297Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5c50b8ea-2007-4154-8f5b-5eea068fbddc
2023-04-03T06:34:21.297Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:34:21.297Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:34:21.298Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:34:21.298Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:34:21.298Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:34:21.298Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:34:21.298Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:34:21.298Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:34:21.298Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:68059ad1-9a18-45c9-8ec3-d86a344b5837
Model Version:NULL
Model InvariantUuid:3dd77692-c10a-4649-acfc-39f0568d72f9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:92163078-86f5-4676-9d5c-b5c88aa934fe
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a6a1adc5-ca83-4c34-9358-b14193524f89
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:dda43c55-702f-4ab6-8b3b-cd0ec49cfcd9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:000251ef-db80-43cf-8162-4c767ff160c9
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:1afb41e2-e01a-441b-a70c-6d67cafa930b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5c50b8ea-2007-4154-8f5b-5eea068fbddc
ModelInvariantUuid:9f086eca-3647-4f61-b28b-450a3eb3b52b
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:22bfaada-dd4a-4320-b95d-10b93ac9ee71
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b42a6b2b-2164-456a-ba1c-ff8e8454923b
ModelInvariantUuid:13c39772-a1d5-42ff-839d-678c48708bfd
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:fc961ec1-4324-4783-80d8-210586e71094
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-04-03T06:34:21.315Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 029c43d5-04d7-4011-b26f-14bad8b254c1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:34:21.321Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||basic_vm_macro 0
2023-04-03T06:34:21.321Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 029c43d5-04d7-4011-b26f-14bad8b254c1
2023-04-03T06:34:21.321Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f1508676-1765-463e-8d86-0a7d104cbed8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-04-03T06:34:21.321Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:34:21.321Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-04-03T06:34:21.427Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:34:21.428Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json f1508676-1765-463e-8d86-0a7d104cbed8 792
2023-04-03T06:34:21.428Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-04-03T06:34:21.428Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-04-03T06:34:21.428Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:34:21.428Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:34:21.428Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:34:21.428Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503661428,
  "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-04-03T06:34:22.429Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "000251ef-db80-43cf-8162-4c767ff160c9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1afb41e2-e01a-441b-a70c-6d67cafa930b",
    "vfModuleModelCustomizationUUID": "1eedb660-0ef8-4786-9148-277966a04f73",
    "isBase": true,
    "artifacts": [
      "600e1254-ddf0-4e97-bd9d-92742c4b4535",
      "0a5e7f0f-ac2f-41dc-a6be-b6526f12e231"
    ],
    "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-04-03T06:34:22.432Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1afb41e2-e01a-441b-a70c-6d67cafa930b
VfModuleModelInvariantUUID:000251ef-db80-43cf-8162-4c767ff160c9
VfModuleModelDescription:NULL
Artifacts UUID List:{
600e1254-ddf0-4e97-bd9d-92742c4b4535
,
0a5e7f0f-ac2f-41dc-a6be-b6526f12e231

}
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-04-03T06:34:22.434Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "000251ef-db80-43cf-8162-4c767ff160c9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1afb41e2-e01a-441b-a70c-6d67cafa930b",
    "vfModuleModelCustomizationUUID": "1eedb660-0ef8-4786-9148-277966a04f73",
    "isBase": true,
    "artifacts": [
      "600e1254-ddf0-4e97-bd9d-92742c4b4535",
      "0a5e7f0f-ac2f-41dc-a6be-b6526f12e231"
    ],
    "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-04-03T06:34:22.434Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1afb41e2-e01a-441b-a70c-6d67cafa930b
VfModuleModelInvariantUUID:000251ef-db80-43cf-8162-4c767ff160c9
VfModuleModelDescription:NULL
Artifacts UUID List:{
600e1254-ddf0-4e97-bd9d-92742c4b4535
,
0a5e7f0f-ac2f-41dc-a6be-b6526f12e231

}
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-04-03T06:34:22.434Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 600e1254-ddf0-4e97-bd9d-92742c4b4535 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-04-03T06:34:22.434Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:34:22.434Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-04-03T06:34:22.526Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:34:22.527Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 600e1254-ddf0-4e97-bd9d-92742c4b4535 5033
2023-04-03T06:34:22.527Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-04-03T06:34:22.527Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-04-03T06:34:22.527Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:34:22.527Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:34:22.527Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:34:22.527Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503662527,
  "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-04-03T06:34:23.529Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0a5e7f0f-ac2f-41dc-a6be-b6526f12e231 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-04-03T06:34:23.529Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:34:23.530Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-04-03T06:34:23.630Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:34:23.631Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 0a5e7f0f-ac2f-41dc-a6be-b6526f12e231 903
2023-04-03T06:34:23.631Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-04-03T06:34:23.631Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-04-03T06:34:23.631Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:34:23.631Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:34:23.632Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:34:23.632Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503663631,
  "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-04-03T06:34:24.633Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 68059ad1-9a18-45c9-8ec3-d86a344b5837
2023-04-03T06:34:24.633Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 029c43d5-04d7-4011-b26f-14bad8b254c1 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-04-03T06:34:24.658Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f974a87, org.onap.sdc.toscaparser.api.parameters.Input@342f87c5, org.onap.sdc.toscaparser.api.parameters.Input@1c901e11, org.onap.sdc.toscaparser.api.parameters.Input@5df53e45, org.onap.sdc.toscaparser.api.parameters.Input@4823840e]
2023-04-03T06:34:24.659Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:34:24.660Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:34:24.660Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2023-04-03T06:34:24.660Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= dda43c55-702f-4ab6-8b3b-cd0ec49cfcd9
2023-04-03T06:34:24.660Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dda43c55-702f-4ab6-8b3b-cd0ec49cfcd9 matches Tosca VF Customization UUID: dda43c55-702f-4ab6-8b3b-cd0ec49cfcd9
2023-04-03T06:34:24.660Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: dda43c55-702f-4ab6-8b3b-cd0ec49cfcd9  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-04-03T06:34:24.665Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:34:24.665Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:34:24.665Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id dda43c55-702f-4ab6-8b3b-cd0ec49cfcd9: {\"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-04-03T06:34:24.666Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6875d73b
2023-04-03T06:34:24.666Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:34:24.666Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T06:34:24.666Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1eedb660-0ef8-4786-9148-277966a04f73
2023-04-03T06:34:24.666Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1eedb660-0ef8-4786-9148-277966a04f73
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-04-03T06:34:24.672Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:34:24.672Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-03T06:34:24.672Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:34:24.672Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:34:24.672Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-03T06:34:24.672Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:34:24.672Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:34:24.672Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-03T06:34:24.673Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-03T06:34:24.673Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-03T06:34:24.673Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5c50b8ea-2007-4154-8f5b-5eea068fbddc
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-04-03T06:34:24.677Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:34:24.677Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-03T06:34:24.677Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:34:24.677Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:34:24.678Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-03T06:34:24.678Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=dda43c55-702f-4ab6-8b3b-cd0ec49cfcd9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:34:24.682Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:34:24.682Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:34:24.682Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 68059ad1-9a18-45c9-8ec3-d86a344b5837: basic_vm_macro
2023-04-03T06:34:24.682Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:34:24.682Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:34:24.682Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:34:24.683Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:34:24.683Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:34:24.683Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:34:24.683Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:34:24.683Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:34:24.683Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:34:24.683Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:34:24.683Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2023-04-03T06:34:24.854Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 029c43d5-04d7-4011-b26f-14bad8b254c1 1 ASDC deployResourceStructure
2023-04-03T06:34:24.855Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2023-04-03T06:34:24.855Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2023-04-03T06:34:24.855Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-03T06:34:24.855Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:34:24.855Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:34:24.855Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503664854,
  "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-04-03T06:34:25.856Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2023-04-03T06:34:25.856Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2023-04-03T06:34:25.856Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-03T06:34:25.856Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:34:25.857Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:34:25.857Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503665856,
  "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-04-03T06:34:26.858Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2023-04-03T06:34:26.858Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2023-04-03T06:34:26.858Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-03T06:34:26.858Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:34:26.859Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:34:26.859Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503666858,
  "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-04-03T06:34:27.859Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-03T06:34:27.860Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-03T06:34:27.860Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-03T06:34:27.860Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:34:27.860Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:34:27.860Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503667859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:34:28.861Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84b6fc94-3a00-4340-88b6-4136dacd68e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:34:28.869Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84b6fc94-3a00-4340-88b6-4136dacd68e6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:34:28.871Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:34:28.871Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:34:28.871Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:34:28.871Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:34:28.871Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:34:28.871Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:34:28.871Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:34:28.871Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:34:28.871Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:34:28.876Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:34:58.876Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 84b6fc94-3a00-4340-88b6-4136dacd68e6 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:34:58.885Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 84b6fc94-3a00-4340-88b6-4136dacd68e6 and serviceModelVersionId: 68059ad1-9a18-45c9-8ec3-d86a344b5837
2023-04-03T06:34:58.885Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3dd77692-c10a-4649-acfc-39f0568d72f9
2023-04-03T06:34:58.886Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3dd77692-c10a-4649-acfc-39f0568d72f9/model-vers/model-ver/68059ad1-9a18-45c9-8ec3-d86a344b5837?depth=0
2023-04-03T06:34:58.892Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:34:58.917Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3dd77692-c10a-4649-acfc-39f0568d72f9/model-vers/model-ver/68059ad1-9a18-45c9-8ec3-d86a344b5837?depth=0|INFO|500||Invoke
2023-04-03T06:34:58.918Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3dd77692-c10a-4649-acfc-39f0568d72f9/model-vers/model-ver/68059ad1-9a18-45c9-8ec3-d86a344b5837?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3dd77692-c10a-4649-acfc-39f0568d72f9/model-vers/model-ver/68059ad1-9a18-45c9-8ec3-d86a344b5837?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[84b6fc94-3a00-4340-88b6-4136dacd68e6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e54b7696-0a29-4a1f-a930-31826dfab7ca], X-ECOMP-RequestID=[84b6fc94-3a00-4340-88b6-4136dacd68e6], X-TransactionId=[], X-ONAP-RequestID=[84b6fc94-3a00-4340-88b6-4136dacd68e6], Content-Type=[application/merge-patch+json]}
2023-04-03T06:34:58.926Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3dd77692-c10a-4649-acfc-39f0568d72f9/model-vers/model-ver/68059ad1-9a18-45c9-8ec3-d86a344b5837?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:34:59.094Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3dd77692-c10a-4649-acfc-39f0568d72f9/model-vers/model-ver/68059ad1-9a18-45c9-8ec3-d86a344b5837?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3dd77692-c10a-4649-acfc-39f0568d72f9/model-vers/model-ver/68059ad1-9a18-45c9-8ec3-d86a344b5837?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:34:58 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[165], vertex-id=[544856], x-aai-txid=[0-aai-resources-230403-06:34:58:934-94936], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:34:59.094Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3dd77692-c10a-4649-acfc-39f0568d72f9/model-vers/model-ver/68059ad1-9a18-45c9-8ec3-d86a344b5837?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:34:59.094Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3dd77692-c10a-4649-acfc-39f0568d72f9/model-vers/model-ver/68059ad1-9a18-45c9-8ec3-d86a344b5837?depth=0|INFO|500||InvokeReturn
2023-04-03T06:34:59.095Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:34:59.095Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:34:59.103Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:34:59.103Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 84b6fc94-3a00-4340-88b6-4136dacd68e6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:34:59.103Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:34:59.104Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:34:59.104Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:34:59.104Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503699103,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:35:00.119Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T06:35:00.120Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-03T06:35:00.121Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Node 1 disconnected.
2023-04-03T06:35:00.121Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Node 2 disconnected.
2023-04-03T06:35:00.122Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:35:00.122Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:35:00.122Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:35:00.122Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T06:35:00.125Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:35:00.127Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-6e5453e5-94d8-4b40-b9e8-d3560f82cbe5
2023-04-03T06:35:00.127Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:35:00.127Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T06:35:02.082Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:35:05.091Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:35:07.773Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:35:07.787Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:35:07.787Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T06:35:07.791Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully joined group with generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-6e5453e5-94d8-4b40-b9e8-d3560f82cbe5', protocol='range'}
2023-04-03T06:35:07.792Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T06:35:07.796Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 224Buxt-TfaoZml-aDplqw
2023-04-03T06:35:07.796Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 224Buxt-TfaoZml-aDplqw
2023-04-03T06:35:07.796Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 224Buxt-TfaoZml-aDplqw
2023-04-03T06:35:07.796Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 224Buxt-TfaoZml-aDplqw
2023-04-03T06:35:07.796Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 224Buxt-TfaoZml-aDplqw
2023-04-03T06:35:07.796Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 224Buxt-TfaoZml-aDplqw
2023-04-03T06:35:07.796Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 38: {SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-6e5453e5-94d8-4b40-b9e8-d3560f82cbe5=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-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-03T06:35:07.809Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully synced group in generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-6e5453e5-94d8-4b40-b9e8-d3560f82cbe5', protocol='range'}
2023-04-03T06:35:07.809Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:35:07.809Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:35:07.810Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=38, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T06:35:07.810Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:35:07.810Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:35:07.812Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T06:35:07.812Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T06:35:07.812Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T06:35:07.812Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1318, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T06:35:07.812Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T06:35:07.812Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T06:35:07.813Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T06:35:07.813Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T06:35:07.813Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T06:35:07.813Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T06:35:07.813Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T06:35:07.814Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T06:35:07.877Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:35:07.877Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"67140925-3a6f-407a-959c-109e177260de","serviceName":"basic_onboard_FLWUdk","serviceVersion":"1.0","serviceUUID":"19ebdf40-c64a-481d-8a8f-8b59c9326af3","serviceDescription":"service","serviceInvariantUUID":"2bac4cbd-5db1-4650-9def-8fec2ad66681","resources":[{"resourceInstanceName":"basic_onboard_FLWUdk 0","resourceName":"basic_onboard_FLWUdk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dac3165c-a204-413f-adbe-704623ed23b4","resourceInvariantUUID":"d53cee2e-031e-415a-8fae-95f51faf2e70","resourceCustomizationUUID":"4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml","artifactChecksum":"NGM5YzhiYzRjZjc0ZjU3MmRkMjA5ZTUyYTAwMjQwNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd788691-5050-4702-936e-5323ddbfa177","artifactVersion":"1"},{"artifactName":"basic_onboard_flwudk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json","artifactChecksum":"ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d45e3439-bba4-4631-9b18-813915a57166","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f47d27f-dfde-477b-a49d-8653be82ad1c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ea2f5259-0af6-448f-9bc0-3a618a91f457","artifactVersion":"2","generatedFromUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFlwudk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml","artifactChecksum":"MDk4ODRiZjQ2ZjgxMzhiYjYyYjdkMDAzZGYyNTc2MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"589963b3-da11-4d3e-b9e4-5adee2b92999","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFlwudk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar","artifactChecksum":"ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f8f74d7f-c5f7-425e-a01c-0a969b83b0dc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:35:07.878Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:35:07.878Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:35:07.878Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:35:07.878Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:35:08.829Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:35:08.830Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503649897,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:35:08.830Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:35:08.830Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:35:08.830Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:35:08.831Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:35:08.831Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:35:08.831Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T06:35:08.831Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:35:08.831Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:35:08.831Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-03T06:35:08.831Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:35:08.831Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:35:08.831Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:35:08.831Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:35:08.832Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:35:08.832Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-03T06:35:08.832Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:35:08.832Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:35:08.832Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:35:08.832Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:35:08.832Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:35:08.833Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:35:08.833Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:35:08.833Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:35:08.833Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680502934734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:35:08.833Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:35:08.833Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:35:08.833Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503659278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:35:08.833Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:35:08.833Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:35:08.833Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503661428,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:35:08.834Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:35:08.834Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:35:08.834Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503662527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:35:08.834Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:35:08.834Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:35:08.834Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503663631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:35:08.834Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:35:08.834Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:35:08.834Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503664854,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2023-04-03T06:35:08.835Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:35:08.835Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:35:08.835Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503665856,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2023-04-03T06:35:08.835Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:35:08.835Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:35:08.835Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503666858,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2023-04-03T06:35:08.835Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:35:08.835Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:35:08.835Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503667859,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T06:35:08.835Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:35:08.836Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:35:08.836Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503699103,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:35:08.836Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:35:08.836Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received message from topic
2023-04-03T06:35:08.836Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:35:08.836Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:35:08.878Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:35:08.878Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:35:08.878Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:35:08.878Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:35:09.879Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:35:09.879Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:35:09.879Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:35:09.880Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:35:10.880Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:35:10.881Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:35:10.881Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:35:10.882Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:35:11.883Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:35:11.883Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:35:11.883Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:35:11.883Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:35:12.883Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:35:12.884Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:35:12.884Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:35:12.884Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:35:13.884Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:35:13.885Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:35:13.885Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:35:13.885Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:35:14.886Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "serviceName": "basic_onboard_FLWUdk",
  "serviceVersion": "1.0",
  "serviceUUID": "19ebdf40-c64a-481d-8a8f-8b59c9326af3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2bac4cbd-5db1-4650-9def-8fec2ad66681",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_FLWUdk 0",
      "resourceCustomizationUUID": "4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf",
      "resourceName": "basic_onboard_FLWUdk",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dac3165c-a204-413f-adbe-704623ed23b4",
      "resourceInvariantUUID": "d53cee2e-031e-415a-8fae-95f51faf2e70",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_flwudk0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
          "artifactChecksum": "ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d45e3439-bba4-4631-9b18-813915a57166",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
            "generatedFromUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardFlwudk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
      "artifactChecksum": "ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f8f74d7f-c5f7-425e-a01c-0a969b83b0dc"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:35:14.887Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:35:14.887Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC
2023-04-03T06:35:14.887Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:67140925-3a6f-407a-959c-109e177260de
ServiceName:basic_onboard_FLWUdk
ServiceVersion:1.0
ServiceUUID:19ebdf40-c64a-481d-8a8f-8b59c9326af3
ServiceInvariantUUID:2bac4cbd-5db1-4650-9def-8fec2ad66681
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFlwudk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
ArtifactUUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc
ArtifactChecksum:ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_FLWUdk 0
ResourceCustomizationUUID:4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf
ResourceInvariantUUID:d53cee2e-031e-415a-8fae-95f51faf2e70
ResourceName:basic_onboard_FLWUdk
ResourceType:VF
ResourceUUID:dac3165c-a204-413f-adbe-704623ed23b4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_flwudk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
ArtifactUUID:d45e3439-bba4-4631-9b18-813915a57166
ArtifactChecksum:ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ=
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:01129bd9-4e3f-4f2f-92c1-083f0cfccae5
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T06:35:14.887Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:35:14.913Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:35:14.913Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:35:14.914Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:35:14.914Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f8f74d7f-c5f7-425e-a01c-0a969b83b0dc from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T06:35:14.914Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:35:14.914Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T06:35:14.942Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-04-03T06:35:14.942Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2aaf4af
2023-04-03T06:35:14.943Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T06:35:14.943Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T06:35:14.943Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardFlwudk-csar.csar /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar f8f74d7f-c5f7-425e-a01c-0a969b83b0dc Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T06:35:14.943Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar ASDC sendASDCNotification
2023-04-03T06:35:14.943Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(Specified artifact is  not found)
2023-04-03T06:35:14.943Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T06:35:14.944Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:35:14.944Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:35:14.944Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503714943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:35:15.945Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardFlwudk-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(UUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-04-03T06:35:15.958Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:35:15.959Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:35:15.963Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||basic_onboard_FLWUdk 0
2023-04-03T06:35:15.964Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
2023-04-03T06:35:15.964Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d45e3439-bba4-4631-9b18-813915a57166 from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T06:35:15.964Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:35:15.964Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T06:35:15.979Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-04-03T06:35:15.980Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@2ac4d397
2023-04-03T06:35:15.980Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T06:35:15.980Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T06:35:15.980Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_flwudk0_modules.json /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json d45e3439-bba4-4631-9b18-813915a57166 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T06:35:15.980Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json ASDC sendASDCNotification
2023-04-03T06:35:15.980Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(Specified artifact is  not found)
2023-04-03T06:35:15.980Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T06:35:15.981Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:35:15.981Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:35:15.981Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503715980,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:35:16.982Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_flwudk0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(UUID:d45e3439-bba4-4631-9b18-813915a57166)
Error message 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-04-03T06:35:16.983Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:35:17.521Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:35:17.523Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:35:17.523Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:35:47.524Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:35:47.543Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:35:47.546Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:35:47.547Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:36:07.773Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:36:07.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:36:07.775Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T06:36:07.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:36:17.547Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:36:17.561Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:36:17.563Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:36:17.564Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:36:47.564Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:36:47.583Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:36:47.586Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:36:47.586Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:37:07.773Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:37:07.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:37:07.775Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-03T06:37:07.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:37:07.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:37:07.776Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:37:07.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:37:07.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:37:07.776Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-03T06:37:07.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:37:07.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:37:07.776Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:37:07.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:37:07.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:37:07.776Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:37:07.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:37:07.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:37:07.776Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503714943,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T06:37:07.777Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:37:07.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:37:07.777Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503715980,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T06:37:07.777Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:37:17.587Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:37:17.601Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:37:17.604Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:37:17.604Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:37:47.605Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:37:47.623Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:37:47.626Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:37:47.627Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:38:07.773Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:38:17.627Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:38:17.643Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:38:17.647Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:38:17.648Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:38:47.648Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:38:47.660Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:38:47.662Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:38:47.663Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:39:07.775Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:39:17.663Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:39:17.682Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:39:17.686Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:39:17.686Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:39:47.686Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:39:47.704Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:39:47.707Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:39:47.708Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:40:07.776Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:40:07.909Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:40:07.909Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Member SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-6e5453e5-94d8-4b40-b9e8-d3560f82cbe5 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-04-03T06:40:07.910Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-03T06:40:07.910Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-03T06:40:08.347Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:40:08.359Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:40:08.359Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T06:40:08.363Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=39, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T06:40:08.363Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 39: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-03T06:40:08.378Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=39, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T06:40:08.378Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:40:08.378Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:40:08.381Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T06:40:08.381Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T06:40:08.381Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T06:40:08.381Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1345, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T06:40:08.381Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T06:40:08.381Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T06:40:17.708Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-03T06:40:17.708Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67140925-3a6f-407a-959c-109e177260de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:40:17.717Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67140925-3a6f-407a-959c-109e177260de and serviceModelVersionId: 19ebdf40-c64a-481d-8a8f-8b59c9326af3
2023-04-03T06:40:17.718Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2bac4cbd-5db1-4650-9def-8fec2ad66681
2023-04-03T06:40:17.718Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0
2023-04-03T06:40:17.725Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:40:17.748Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T06:40:17.749Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||Invoke
2023-04-03T06:40:17.755Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-03T06:40:17.889Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||InvokeReturn
2023-04-03T06:40:17.889Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:40:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[131], vertex-id=[376920], x-aai-txid=[0-aai-resources-230403-06:40:17:764-83309], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:40:17.889Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:40:17.890Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:40:17.890Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:40:17.903Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:40:17.904Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67140925-3a6f-407a-959c-109e177260de and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-03T06:40:17.904Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-03T06:40:17.904Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:40:17.904Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:40:17.904Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504017904,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:40:17.922Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:40:17.922Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504017904,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-03T06:40:17.923Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:40:18.928Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:40:18.928Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"1ba6c437-f06e-4cf5-971b-291d0684a066","serviceName":"vFW 2023-04-03 04-26-19","serviceVersion":"1.0","serviceUUID":"1d95d522-2e0f-4343-9cc1-c8057874e1a7","serviceDescription":"catalog service description","serviceInvariantUUID":"8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38","resources":[{"resourceInstanceName":"vFW 8e02d361-5433 0","resourceName":"vFW 8e02d361-5433","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6acdd6c7-fab4-4f67-9353-504622dd5512","resourceInvariantUUID":"38e6e99e-de44-4a71-b00e-d6a14e39c0d0","resourceCustomizationUUID":"c8134348-724c-4ac8-8b4e-b4601205c1d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml","artifactChecksum":"MTlhZWVmMDU3OWZkMjU2Njk5YWMzZWI4YTk1YzgwZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6a0a1ac1-1076-4d05-be3a-49fee5f34737","artifactVersion":"1"},{"artifactName":"vfw8e02d36154330_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json","artifactChecksum":"NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"476a91f6-7739-4473-b109-ebba85512af9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml","artifactChecksum":"MDJmNmQ4NzA3YTZmNDA2MDA0ZDU4MTRiOGFlN2Q2Mjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b38e7060-1448-4d85-8cdf-3a929672567e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"966ecea8-9af0-46aa-8d5d-3895d9686ba8","artifactVersion":"2","generatedFromUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230403042619-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml","artifactChecksum":"MGZlMGI4Zjc5NjcxZjg2N2I1Y2I2NWUyNTVjYjIzNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1540bab5-1751-409a-b2de-7a325f5eb69d","artifactVersion":"1"},{"artifactName":"service-Vfw20230403042619-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar","artifactChecksum":"ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"284a7ed8-be7f-4a31-9f04-d5e7b63fe142","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:40:18.928Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:40:18.928Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:40:18.928Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:40:18.928Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:40:19.929Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:40:19.929Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:40:19.929Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:40:19.929Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:40:20.930Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:40:20.930Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:40:20.930Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:40:20.930Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:40:21.931Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:40:21.931Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:40:21.931Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:40:21.932Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:40:22.932Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:40:22.933Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:40:22.933Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:40:22.933Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:40:23.934Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:40:23.934Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:40:23.934Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:40:23.934Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:40:24.935Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:40:24.935Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:40:24.935Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:40:24.935Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:40:25.936Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "serviceName": "vFW 2023-04-03 04-26-19",
  "serviceVersion": "1.0",
  "serviceUUID": "1d95d522-2e0f-4343-9cc1-c8057874e1a7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38",
  "resources": [
    {
      "resourceInstanceName": "vFW 8e02d361-5433 0",
      "resourceCustomizationUUID": "c8134348-724c-4ac8-8b4e-b4601205c1d5",
      "resourceName": "vFW 8e02d361-5433",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6acdd6c7-fab4-4f67-9353-504622dd5512",
      "resourceInvariantUUID": "38e6e99e-de44-4a71-b00e-d6a14e39c0d0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8e02d36154330_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
          "artifactChecksum": "NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "476a91f6-7739-4473-b109-ebba85512af9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
            "generatedFromUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230403042619-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
      "artifactChecksum": "ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "284a7ed8-be7f-4a31-9f04-d5e7b63fe142"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:40:25.937Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:40:25.937Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC
2023-04-03T06:40:25.937Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:1ba6c437-f06e-4cf5-971b-291d0684a066
ServiceName:vFW 2023-04-03 04-26-19
ServiceVersion:1.0
ServiceUUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
ServiceInvariantUUID:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230403042619-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
ArtifactUUID:284a7ed8-be7f-4a31-9f04-d5e7b63fe142
ArtifactChecksum:ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8e02d361-5433 0
ResourceCustomizationUUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
ResourceInvariantUUID:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
ResourceName:vFW 8e02d361-5433
ResourceType:VF
ResourceUUID:6acdd6c7-fab4-4f67-9353-504622dd5512
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8e02d36154330_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json
ArtifactUUID:476a91f6-7739-4473-b109-ebba85512af9
ArtifactChecksum:NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI=
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml
ArtifactUUID:62b20843-bd6e-4ffa-9cf5-dfe2585e9862
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T06:40:25.938Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:40:25.987Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:40:25.988Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:40:25.988Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:40:25.988Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 from URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T06:40:25.988Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:40:25.988Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T06:40:26.398Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:40:26.400Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 101447
2023-04-03T06:40:26.401Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T06:40:26.401Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T06:40:26.401Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:40:26.401Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:40:26.401Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:40:26.401Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504026401,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:40:27.402Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:40:27.403Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:40:27.403Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142, URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar to file: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:40:27.403Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230403042619-csar.csar
2023-04-03T06:40:27.405Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:40:27.405Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:40:27.547Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14319840798828541353/Definitions/service-Vfw20230403042619-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-04-03T06:40:29.152Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:40:29.152Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:40:29.152Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:40:29.152Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-03T06:40:29.152Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:40:29.152Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:40:29.152Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:40:29.152Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:40:29.152Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:40:29.152Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:40:29.153Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:40:29.153Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:40:29.153Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:40:29.153Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:40:29.153Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8e02d361-5433 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-Vfw20230403042619-csar.csar
2023-04-03T06:40:29.153Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:40:29.153Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:40:29.153Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:40:29.153Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T06:40:29.153Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:40:29.153Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:40:29.153Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:40:29.153Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:40:29.153Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T06:40:29.153Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:40:29.153Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:40:29.153Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:40:29.154Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:40:29.154Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:40:29.154Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T06:40:29.154Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:40:29.154Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T06:40:29.154Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T06:40:29.154Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:40:29.154Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T06:40:29.154Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:40:29.154Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:40:29.154Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T06:40:29.154Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T06:40:29.154Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:40:29.154Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T06:40:29.154Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T06:40:29.154Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T06:40:29.154Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T06:40:29.155Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:40:29.155Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T06:40:29.155Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:40:29.155Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T06:40:29.155Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:40:29.155Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T06:40:29.155Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:40:29.155Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:40:29.155Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T06:40:29.155Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:40:29.155Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:40:29.155Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T06:40:29.155Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:40:29.155Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:40:29.155Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T06:40:29.155Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:40:29.155Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-03T06:40:29.155Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:40:29.155Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T06:40:29.156Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T06:40:29.156Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:40:29.156Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T06:40:29.156Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T06:40:29.156Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T06:40:29.156Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T06:40:29.156Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:40:29.156Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5ffc881a-26c6-4204-a1d2-ba4d1a62f347
2023-04-03T06:40:29.156Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:40:29.156Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T06:40:29.156Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:40:29.156Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T06:40:29.156Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T06:40:29.156Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:40:29.156Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T06:40:29.156Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:40:29.156Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:40:29.157Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-03T06:40:29.157Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T06:40:29.157Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T06:40:29.157Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T06:40:29.157Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:40:29.157Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
2023-04-03T06:40:29.157Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:40:29.157Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T06:40:29.157Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:40:29.157Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T06:40:29.157Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T06:40:29.157Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:40:29.157Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T06:40:29.157Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:40:29.157Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:40:29.157Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T06:40:29.157Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T06:40:29.157Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:40:29.158Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T06:40:29.158Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-03T06:40:29.158Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=122e325f-2e27-4d48-9a3f-efbc72a34c71
2023-04-03T06:40:29.158Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:40:29.158Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:40:29.158Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:40:29.158Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:40:29.158Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:40:29.158Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:40:29.158Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:40:29.158Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:40:29.158Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-03 04-26-19
Description:catalog service description
Model UUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
Model Version:NULL
Model InvariantUuid:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8e02d361-5433
Model UUID:47d4862e-1a6e-4dae-9653-99928c24d602
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cde9fb02-b9a2-4c60-9c16-09798dbb426d
ModelName:Vfw8e02d3615433..base_vfw..module-0
ModelUuid:6455b1ae-49c2-4d62-8cfb-2a21c47b6279
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5ffc881a-26c6-4204-a1d2-ba4d1a62f347
ModelInvariantUuid:7e3cea96-7596-4528-9dfb-591d1405d3a3
ModelName:vFW 8e02d361-5433-nodes.vfwCvfc
ModelUuid:756475be-46b0-4af1-9b47-3051a8f60749
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:082e0945-8a5f-423d-8d6d-a828b35abcfb
ModelInvariantUuid:b465ff3b-5bff-4c01-8015-9a6983208da2
ModelName:Vfw8e02d3615433.compute.nodes.heat.vfw
ModelUuid:79b898ee-37ad-4e21-a0c4-244ae0393f4e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
ModelInvariantUuid:7ca98905-f86a-4518-bbb0-9bfbc9cb899c
ModelName:vFW 8e02d361-5433-nodes.vsnCvfc
ModelUuid:d550497c-377e-420a-b821-53296abc0905
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8d40a476-40b7-4511-b338-57d6275036c1
ModelInvariantUuid:d1f91f15-5937-45d6-aa49-dd806b16d46a
ModelName:Vfw8e02d3615433.compute.nodes.heat.vsn
ModelUuid:4983761a-7d0f-41cc-981e-225a831f6b16
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:122e325f-2e27-4d48-9a3f-efbc72a34c71
ModelInvariantUuid:506f7d29-0459-42b4-a53f-aaea27378297
ModelName:vFW 8e02d361-5433-nodes.vpgCvfc
ModelUuid:78065023-194b-4fca-99d6-23e702ead165
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:97f360b6-9db5-41fa-ac2b-da7a01872868
ModelInvariantUuid:427fbd83-51f4-4c81-ba9e-90d3b0aa9915
ModelName:Vfw8e02d3615433.compute.nodes.heat.vpg
ModelUuid:d5bc98b6-ccee-4a42-aeac-9b5dd51b7f56
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-04-03T06:40:29.200Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||ERROR|500||Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists
2023-04-03T06:40:29.201Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T06:40:29.201Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists)
2023-04-03T06:40:29.201Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:40:29.201Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:40:29.201Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:40:29.201Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504029201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:40:30.201Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T06:40:30.202Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists)
2023-04-03T06:40:30.202Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:40:30.202Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:40:30.202Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:40:30.202Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504030201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:40:31.203Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:40:31.227Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:40:31.232Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:40:31.232Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:40:31.232Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:40:31.232Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:40:31.232Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:40:31.232Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:40:31.232Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:40:31.232Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:40:31.232Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:40:31.246Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:41:01.247Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:41:01.260Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and serviceModelVersionId: 1d95d522-2e0f-4343-9cc1-c8057874e1a7
2023-04-03T06:41:01.260Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
2023-04-03T06:41:01.261Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0
2023-04-03T06:41:01.267Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:41:01.289Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||Invoke
2023-04-03T06:41:01.289Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c3ead13f-0372-4a71-a6b1-500ab8c2e0f7], X-ECOMP-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], X-TransactionId=[], X-ONAP-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], Content-Type=[application/merge-patch+json]}
2023-04-03T06:41:01.296Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:41:01.465Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:41:01 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[165], vertex-id=[241720], x-aai-txid=[0-aai-resources-230403-06:41:01:312-15532], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:41:01.466Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:41:01.466Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||InvokeReturn
2023-04-03T06:41:01.466Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:41:01.466Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:41:01.474Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:41:01.474Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ba6c437-f06e-4cf5-971b-291d0684a066 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:41:01.475Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:41:01.475Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:41:01.475Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:41:01.475Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504061474,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:41:02.507Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:41:02.507Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"2a7eda29-9989-4138-bd46-cca320902689","serviceName":"vFW 2023-04-03 05-26-46","serviceVersion":"1.0","serviceUUID":"c608ba70-262e-4e6c-a5ac-a662dc3a40ae","serviceDescription":"catalog service description","serviceInvariantUUID":"2ab16a21-98dc-4b45-bfdd-8202f50de2ef","resources":[{"resourceInstanceName":"vFW 9788de87-67a5 0","resourceName":"vFW 9788de87-67a5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a3eb70d2-577c-4ec5-a10e-227de41ce2e3","resourceInvariantUUID":"ceba352d-9b2d-4bfc-8c8e-3e4c94004a14","resourceCustomizationUUID":"cb88b717-d4c9-49ee-bd40-a092f617a26a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml","artifactChecksum":"M2QwMzBkMmFmYzVmMGNlNzYwNjVlM2JjY2Q2MWMzNzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1379996f-64e2-4052-8a4c-cfd918e3bbba","artifactVersion":"1"},{"artifactName":"vfw9788de8767a50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json","artifactChecksum":"M2I0ZWZhOTk5OWY2ZjFiZDA4NmRmYTgzZDUyMjAwMGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0a3c8d72-899d-404d-9ec3-4a9aa9370a01","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"332f6cea-661b-44e7-8418-999a7faa362d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml","artifactChecksum":"OGZlY2NhMDljNGY1ZGRmNGU3ODJjMmE0YzljMzc0NWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b04aefc1-451c-483d-afaf-23a3c7bf28e6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5a4d096b-2ade-46d5-9e0a-f464972a54b7","artifactVersion":"2","generatedFromUUID":"332f6cea-661b-44e7-8418-999a7faa362d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230403052646-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml","artifactChecksum":"ZmQ5ODc5MTViY2Y5OWExMzk4ZjMwYjdjY2E1YThiZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"feeb6917-dcdc-4eff-be5b-8abdd320af8d","artifactVersion":"1"},{"artifactName":"service-Vfw20230403052646-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar","artifactChecksum":"NWRmYWJmOGUyMDRkODNmODM4MTlmMTE1YmFmNjQyZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5d50b584-a760-415f-b165-b06ef6b1f1e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:41:02.507Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:41:02.508Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:41:02.508Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:41:02.508Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:41:03.508Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:41:03.509Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:41:03.509Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:41:03.509Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:41:04.510Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:41:04.510Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:41:04.510Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:41:04.511Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:41:05.511Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:41:05.512Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:41:05.512Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:41:05.512Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:41:06.512Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:41:06.513Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:41:06.513Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:41:06.513Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:41:07.513Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:41:07.514Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:41:07.514Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:41:07.514Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:41:07.773Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:41:07.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:41:07.780Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:41:07.780Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:41:07.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:41:07.780Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T06:41:07.781Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:41:07.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:41:07.781Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-03T06:41:07.781Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:41:07.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:41:07.781Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:41:07.781Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:41:07.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:41:07.781Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-03T06:41:07.781Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:41:07.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:41:07.781Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:41:07.781Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:41:07.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:41:07.782Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:41:07.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:41:07.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:41:07.782Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504026401,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:41:07.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:41:07.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:41:07.782Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504029201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
}
2023-04-03T06:41:07.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:41:07.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:41:07.782Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504030201,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
}
2023-04-03T06:41:07.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:41:07.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:41:07.783Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504061474,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:41:07.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:41:07.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:41:07.783Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:41:07.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:41:07.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:41:07.784Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T06:41:07.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:41:07.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:41:07.784Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-03T06:41:07.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:41:07.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:41:07.784Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:41:07.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:41:07.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:41:07.784Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-03T06:41:07.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:41:07.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:41:07.784Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:41:07.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:41:08.515Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:41:08.515Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:41:08.516Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:41:08.516Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:41:09.516Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "serviceName": "vFW 2023-04-03 05-26-46",
  "serviceVersion": "1.0",
  "serviceUUID": "c608ba70-262e-4e6c-a5ac-a662dc3a40ae",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2ab16a21-98dc-4b45-bfdd-8202f50de2ef",
  "resources": [
    {
      "resourceInstanceName": "vFW 9788de87-67a5 0",
      "resourceCustomizationUUID": "cb88b717-d4c9-49ee-bd40-a092f617a26a",
      "resourceName": "vFW 9788de87-67a5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a3eb70d2-577c-4ec5-a10e-227de41ce2e3",
      "resourceInvariantUUID": "ceba352d-9b2d-4bfc-8c8e-3e4c94004a14",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw9788de8767a50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
          "artifactChecksum": "M2I0ZWZhOTk5OWY2ZjFiZDA4NmRmYTgzZDUyMjAwMGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0a3c8d72-899d-404d-9ec3-4a9aa9370a01",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "332f6cea-661b-44e7-8418-999a7faa362d",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5a4d096b-2ade-46d5-9e0a-f464972a54b7",
            "generatedFromUUID": "332f6cea-661b-44e7-8418-999a7faa362d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5a4d096b-2ade-46d5-9e0a-f464972a54b7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230403052646-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
      "artifactChecksum": "NWRmYWJmOGUyMDRkODNmODM4MTlmMTE1YmFmNjQyZmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5d50b584-a760-415f-b165-b06ef6b1f1e8"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:41:09.517Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:41:09.517Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c608ba70-262e-4e6c-a5ac-a662dc3a40ae ASDC
2023-04-03T06:41:09.517Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:2a7eda29-9989-4138-bd46-cca320902689
ServiceName:vFW 2023-04-03 05-26-46
ServiceVersion:1.0
ServiceUUID:c608ba70-262e-4e6c-a5ac-a662dc3a40ae
ServiceInvariantUUID:2ab16a21-98dc-4b45-bfdd-8202f50de2ef
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230403052646-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
ArtifactUUID:5d50b584-a760-415f-b165-b06ef6b1f1e8
ArtifactChecksum:NWRmYWJmOGUyMDRkODNmODM4MTlmMTE1YmFmNjQyZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9788de87-67a5 0
ResourceCustomizationUUID:cb88b717-d4c9-49ee-bd40-a092f617a26a
ResourceInvariantUUID:ceba352d-9b2d-4bfc-8c8e-3e4c94004a14
ResourceName:vFW 9788de87-67a5
ResourceType:VF
ResourceUUID:a3eb70d2-577c-4ec5-a10e-227de41ce2e3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9788de8767a50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json
ArtifactUUID:0a3c8d72-899d-404d-9ec3-4a9aa9370a01
ArtifactChecksum:M2I0ZWZhOTk5OWY2ZjFiZDA4NmRmYTgzZDUyMjAwMGI=
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/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml
ArtifactUUID:332f6cea-661b-44e7-8418-999a7faa362d
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/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env
ArtifactUUID:5a4d096b-2ade-46d5-9e0a-f464972a54b7
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/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env
ArtifactUUID:5a4d096b-2ade-46d5-9e0a-f464972a54b7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T06:41:09.517Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c608ba70-262e-4e6c-a5ac-a662dc3a40ae ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:41:09.563Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:41:09.563Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:41:09.563Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:41:09.563Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 from URL: /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
2023-04-03T06:41:09.563Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:41:09.564Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
2023-04-03T06:41:09.882Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:41:09.885Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar 5d50b584-a760-415f-b165-b06ef6b1f1e8 101394
2023-04-03T06:41:09.886Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar ASDC sendASDCNotification
2023-04-03T06:41:09.886Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
2023-04-03T06:41:09.886Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:41:09.886Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:41:09.886Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:41:09.886Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504069886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:41:10.887Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:41:10.887Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:41:10.888Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8, URL: /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar to file: /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:41:10.888Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230403052646-csar.csar
2023-04-03T06:41:10.888Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:41:10.889Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:41:11.027Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9694951734319710044/Definitions/service-Vfw20230403052646-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-04-03T06:41:12.458Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:41:12.458Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:41:12.459Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:41:12.459Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-03T06:41:12.459Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:41:12.459Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:41:12.459Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:41:12.459Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:41:12.459Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:41:12.459Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:41:12.459Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:41:12.459Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:41:12.459Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:41:12.459Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9788de87-67a5 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-Vfw20230403052646-csar.csar
2023-04-03T06:41:12.459Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:41:12.459Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:41:12.459Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:41:12.459Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:41:12.459Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T06:41:12.459Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:41:12.460Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:41:12.460Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:41:12.460Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:41:12.460Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T06:41:12.460Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:41:12.460Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:41:12.460Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:41:12.460Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:41:12.460Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:41:12.460Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T06:41:12.460Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:41:12.460Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:41:12.460Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T06:41:12.460Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:41:12.461Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T06:41:12.461Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:41:12.461Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T06:41:12.461Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T06:41:12.461Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T06:41:12.461Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:41:12.461Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T06:41:12.461Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T06:41:12.461Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T06:41:12.461Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T06:41:12.461Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:41:12.461Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T06:41:12.461Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:41:12.461Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T06:41:12.462Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:41:12.462Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T06:41:12.462Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:41:12.462Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:41:12.462Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T06:41:12.462Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:41:12.462Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:41:12.462Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T06:41:12.462Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:41:12.462Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:41:12.462Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T06:41:12.462Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:41:12.462Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:41:12.462Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-03T06:41:12.463Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T06:41:12.463Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T06:41:12.463Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:41:12.463Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T06:41:12.463Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T06:41:12.463Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T06:41:12.463Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T06:41:12.463Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:41:12.463Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a430e9fd-041a-42d8-b147-c518cfc20c03
2023-04-03T06:41:12.463Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:41:12.463Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T06:41:12.463Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:41:12.463Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:41:12.463Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T06:41:12.463Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:41:12.464Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T06:41:12.464Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:41:12.464Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T06:41:12.464Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-03T06:41:12.464Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T06:41:12.464Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T06:41:12.464Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T06:41:12.464Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:41:12.464Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ab73571b-7798-4ba9-977b-2137a4ccef6a
2023-04-03T06:41:12.464Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:41:12.464Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T06:41:12.464Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:41:12.464Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:41:12.464Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T06:41:12.465Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:41:12.465Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T06:41:12.465Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:41:12.465Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T06:41:12.465Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T06:41:12.465Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T06:41:12.465Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:41:12.465Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T06:41:12.465Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-03T06:41:12.465Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=16305da0-f57a-4b01-82d2-de9f0140b769
2023-04-03T06:41:12.465Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:41:12.465Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:41:12.465Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:41:12.465Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:41:12.465Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:41:12.465Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:41:12.465Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:41:12.465Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:41:12.466Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-03 05-26-46
Description:catalog service description
Model UUID:c608ba70-262e-4e6c-a5ac-a662dc3a40ae
Model Version:NULL
Model InvariantUuid:2ab16a21-98dc-4b45-bfdd-8202f50de2ef
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 9788de87-67a5
Model UUID:565afa59-b03d-48f0-93f9-012885fc7424
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ceba352d-9b2d-4bfc-8c8e-3e4c94004a14
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cb88b717-d4c9-49ee-bd40-a092f617a26a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:85136328-f095-47bb-bc1c-43a61975e49b
ModelName:Vfw9788de8767a5..base_vfw..module-0
ModelUuid:825a363c-eea9-4145-a6e9-00dc45aa43e4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a430e9fd-041a-42d8-b147-c518cfc20c03
ModelInvariantUuid:e4c62a9b-09a1-467b-bf7a-6e2eb5d52103
ModelName:vFW 9788de87-67a5-nodes.vfwCvfc
ModelUuid:04f5a6c2-5ed2-452d-bc04-b56dbdc1259a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:39b4f3bc-fb2c-49b5-beb6-0eb321eb4892
ModelInvariantUuid:8fd280ad-9d22-4c16-abe3-bfe12fedac79
ModelName:Vfw9788de8767a5.compute.nodes.heat.vfw
ModelUuid:4d8679d6-a308-49ad-8d75-0fe570cc9e12
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ab73571b-7798-4ba9-977b-2137a4ccef6a
ModelInvariantUuid:2e7cac4b-1a60-4ea2-a2ce-1ec4f00fb9bb
ModelName:vFW 9788de87-67a5-nodes.vsnCvfc
ModelUuid:1c97fb47-a071-4a26-83fa-f699107d14c1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b1ad0e7f-19b7-4fd9-ba6a-f94020f801de
ModelInvariantUuid:70018cf0-0e4c-42ef-83c7-538284785f9f
ModelName:Vfw9788de8767a5.compute.nodes.heat.vsn
ModelUuid:9bcc28a2-9d7d-425e-9f60-3eca4a7cc3f1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:16305da0-f57a-4b01-82d2-de9f0140b769
ModelInvariantUuid:48951810-a0e3-4e18-8b24-d7da77221b02
ModelName:vFW 9788de87-67a5-nodes.vpgCvfc
ModelUuid:4a32a8a1-548b-4963-96ed-4fe7a6d6a0a4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e2881614-1550-491b-98ce-b4973170b2be
ModelInvariantUuid:abf9146c-dc4f-4fe9-b92b-4d2a6c633a6b
ModelName:Vfw9788de8767a5.compute.nodes.heat.vpg
ModelUuid:1738041d-46dd-41ff-ab54-1107d8a343d4
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-04-03T06:41:12.515Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||ERROR|500||Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists
2023-04-03T06:41:12.515Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar ASDC sendASDCNotification
2023-04-03T06:41:12.515Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar(Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists)
2023-04-03T06:41:12.515Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:41:12.515Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:41:12.515Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:41:12.515Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504072515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:41:13.516Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar ASDC sendASDCNotification
2023-04-03T06:41:13.516Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar(Resource with UUID: a3eb70d2-577c-4ec5-a10e-227de41ce2e3 already exists)
2023-04-03T06:41:13.516Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:41:13.517Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:41:13.517Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:41:13.517Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504073516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a3eb70d2-577c-4ec5-a10e-227de41ce2e3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:41:14.518Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a7eda29-9989-4138-bd46-cca320902689
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:41:14.544Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a7eda29-9989-4138-bd46-cca320902689
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:41:14.549Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:41:14.549Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:41:14.549Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:41:14.549Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:41:14.549Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:41:14.549Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:41:14.549Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:41:14.549Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:41:14.549Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:41:14.564Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:41:44.565Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a7eda29-9989-4138-bd46-cca320902689 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:41:44.575Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a7eda29-9989-4138-bd46-cca320902689 and serviceModelVersionId: c608ba70-262e-4e6c-a5ac-a662dc3a40ae
2023-04-03T06:41:44.575Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2ab16a21-98dc-4b45-bfdd-8202f50de2ef
2023-04-03T06:41:44.576Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0
2023-04-03T06:41:44.583Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:41:44.610Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|INFO|500||Invoke
2023-04-03T06:41:44.611Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2a7eda29-9989-4138-bd46-cca320902689], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[520971f8-2b95-471b-9c99-4eff1dff496f], X-ECOMP-RequestID=[2a7eda29-9989-4138-bd46-cca320902689], X-TransactionId=[], X-ONAP-RequestID=[2a7eda29-9989-4138-bd46-cca320902689], Content-Type=[application/merge-patch+json]}
2023-04-03T06:41:44.619Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:41:44.763Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:41:44 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[140], vertex-id=[176360], x-aai-txid=[0-aai-resources-230403-06:41:44:628-67373], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:41:44.764Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:41:44.764Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|INFO|500||InvokeReturn
2023-04-03T06:41:44.764Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:41:44.765Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:41:44.774Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:41:44.774Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a7eda29-9989-4138-bd46-cca320902689 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:41:44.774Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:41:44.774Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:41:44.775Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:41:44.775Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504104774,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:41:45.800Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:41:45.801Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1","serviceDescription":"service","serviceInvariantUUID":"a8e681f8-62e7-4d21-a5fa-dd60cbb7513e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"787af5c5-551e-4c25-b892-328c28277d94","resourceInvariantUUID":"cea6a232-8209-455d-b5b5-1ece29cf9aa9","resourceCustomizationUUID":"9606c9a9-94b4-499d-9e81-5800185e52f1","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":"NWQxOGZiNThkMjQyNGNlZGFlZjZjMGQ4ZjZhOTFiNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0461aead-9859-48ab-bafc-209cf2891a47","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NzcxYmY2ZmUyODYxN2M4NzdmYWE0N2YyZDQwN2U5MDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bacef586-115d-40b1-b3e1-5b20cbbe15e7","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:41:45.801Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:41:45.801Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:41:45.801Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:41:45.801Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:41:46.803Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:41:46.803Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:41:46.804Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:41:46.804Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:41:47.805Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a8e681f8-62e7-4d21-a5fa-dd60cbb7513e",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "9606c9a9-94b4-499d-9e81-5800185e52f1",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "787af5c5-551e-4c25-b892-328c28277d94",
      "resourceInvariantUUID": "cea6a232-8209-455d-b5b5-1ece29cf9aa9",
      "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": "NzcxYmY2ZmUyODYxN2M4NzdmYWE0N2YyZDQwN2U5MDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bacef586-115d-40b1-b3e1-5b20cbbe15e7"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:41:47.806Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:41:47.806Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1 ASDC
2023-04-03T06:41:47.806Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1
ServiceInvariantUUID:a8e681f8-62e7-4d21-a5fa-dd60cbb7513e
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:bacef586-115d-40b1-b3e1-5b20cbbe15e7
ArtifactChecksum:NzcxYmY2ZmUyODYxN2M4NzdmYWE0N2YyZDQwN2U5MDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9606c9a9-94b4-499d-9e81-5800185e52f1
ResourceInvariantUUID:cea6a232-8209-455d-b5b5-1ece29cf9aa9
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:787af5c5-551e-4c25-b892-328c28277d94
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-03T06:41:47.806Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:41:47.847Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:41:47.849Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:41:47.849Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:41:47.849Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-03T06:41:47.849Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:41:47.849Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-03T06:41:48.132Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:41:48.133Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar bacef586-115d-40b1-b3e1-5b20cbbe15e7 57783
2023-04-03T06:41:48.133Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-03T06:41:48.133Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-03T06:41:48.133Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:41:48.133Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:41:48.133Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:41:48.134Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504108133,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:41:49.134Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:41:49.135Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:41:49.135Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:41:49.135Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-03T06:41:49.135Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:41:49.135Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:41:49.202Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9442327352213146687/Definitions/service-BasicNetwork-template.yml
2023-04-03T06:41:49.526Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:41:49.527Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:41:49.527Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:41:49.527Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-03T06:41:49.527Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:41:49.527Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:41:49.528Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:41:49.528Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:41:49.528Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:41:49.528Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:41:49.528Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:41:49.528Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:41:49.528Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:41:49.528Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:41:49.528Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:41:49.528Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-03T06:41:49.529Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:41:49.529Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:41:49.529Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:41:49.529Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:41:49.529Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-03T06:41:49.529Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:41:49.529Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:41:49.529Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:41:49.529Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:41:49.530Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:41:49.530Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:41:49.530Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:41:49.530Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:41:49.530Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:41:49.530Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:41:49.530Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:41:49.530Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:41:49.530Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1
Model Version:NULL
Model InvariantUuid:a8e681f8-62e7-4d21-a5fa-dd60cbb7513e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:cea6a232-8209-455d-b5b5-1ece29cf9aa9
Model UUID:8b34861b-9848-4d7e-a62d-634d34e94099
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:9606c9a9-94b4-499d-9e81-5800185e52f1
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-03T06:41:49.575Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||ERROR|500||Csar with UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 already exists
2023-04-03T06:41:49.576Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-03T06:41:49.576Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 already exists)
2023-04-03T06:41:49.576Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:41:49.576Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:41:49.576Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:41:49.576Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504109575,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:41:50.578Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-03T06:41:50.578Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 787af5c5-551e-4c25-b892-328c28277d94 already exists)
2023-04-03T06:41:50.579Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:41:50.579Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:41:50.579Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:41:50.579Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504110578,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 787af5c5-551e-4c25-b892-328c28277d94 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:41:51.581Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:41:51.603Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:41:51.608Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:41:51.608Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:41:51.608Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:41:51.608Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:41:51.608Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:41:51.608Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:41:51.608Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:41:51.608Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:41:51.608Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:41:51.622Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:42:07.773Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:42:07.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:42:07.782Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:42:07.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:42:07.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:42:07.782Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504069886,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:42:07.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:42:07.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:42:07.783Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504072515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists"
}
2023-04-03T06:42:07.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:42:07.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:42:07.783Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504073516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a3eb70d2-577c-4ec5-a10e-227de41ce2e3 already exists"
}
2023-04-03T06:42:07.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:42:07.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:42:07.783Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504104774,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:42:07.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:42:07.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:42:07.783Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:42:07.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:42:07.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:42:07.783Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:42:07.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:42:07.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:42:07.784Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504108133,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:42:07.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:42:07.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:42:07.784Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504109575,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 already exists"
}
2023-04-03T06:42:07.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:42:07.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:42:07.784Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504110578,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 787af5c5-551e-4c25-b892-328c28277d94 already exists"
}
2023-04-03T06:42:07.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:42:21.622Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:42:21.636Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02 and serviceModelVersionId: 4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1
2023-04-03T06:42:21.636Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a8e681f8-62e7-4d21-a5fa-dd60cbb7513e
2023-04-03T06:42:21.637Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0
2023-04-03T06:42:21.645Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:42:21.674Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|INFO|500||Invoke
2023-04-03T06:42:21.675Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9019a99a-a37c-437d-82a3-bcfc296effe7], X-ECOMP-RequestID=[b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02], X-TransactionId=[], X-ONAP-RequestID=[b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02], Content-Type=[application/merge-patch+json]}
2023-04-03T06:42:21.682Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:42:21.861Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:42:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[175], vertex-id=[151768], x-aai-txid=[2-aai-resources-230403-06:42:21:690-15210], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:42:21.861Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:42:21.861Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|INFO|500||InvokeReturn
2023-04-03T06:42:21.861Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:42:21.861Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:42:21.872Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:42:21.872Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:42:21.872Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:42:21.872Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:42:21.872Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:42:21.872Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504141872,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:42:22.895Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:42:22.895Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"faa6e256-3a0a-4c89-86b9-c4bedd8d632b","serviceName":"Demo_pNF_Oxl3B80h2m7gr6O9tOAo","serviceVersion":"1.0","serviceUUID":"1332212f-514b-4ea3-9653-22313ffcf1bd","serviceDescription":"catalog service description","serviceInvariantUUID":"55f9937c-9d37-4f8a-9eaa-29096097a150","resources":[{"resourceInstanceName":"pNF 4c97cee1-ff01 0","resourceName":"pNF 4c97cee1-ff01","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6dc9b242-9db9-49a0-bf5e-42ed573a9e51","resourceInvariantUUID":"fc0ac666-17a2-4b77-9bbb-772a72b5acf3","resourceCustomizationUUID":"c83a316e-0f12-4e26-88a9-d79a826ac680","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vf-license-model.xml","artifactChecksum":"MTViNzFmMzNhMzAzMzU0OTBmNWUwYjkzM2U0NTE4YmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"13dbec84-83ca-4a64-bc82-4a02eb81615e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/pNF.csar","artifactChecksum":"YWY1NzNlYTAyN2YwNmMyOGQ4YWMxMWZhMzZiY2NkNWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0083c2a9-2c9d-4c69-8cf4-4f4f39028164","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"10e2c8e0-0fc7-4d86-87d9-69b6df991a7a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vendor-license-model.xml","artifactChecksum":"OGZiNDFhZjc3ZmUwOGZkMjdjMGE0MzBlYTJkZjNjMTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b089e457-e80b-4fb5-90ff-5ba7b3212109","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0cc56ab-72e3-4a8e-89a4-dce330776fde","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"204e205e-8af3-40dd-a5e1-2f579430756a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml","artifactChecksum":"ZDQ2OThkYTFkMjRmYjJjOWYzY2VkMzBlNjFhNzk5NzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ffb6d078-e956-4a3f-b490-9bc3b920d2a4","artifactVersion":"1"},{"artifactName":"service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar","artifactChecksum":"ZGI4ZjVmMWQ0NDQ0MzFkN2E0N2ZkZDRhMjE4ZGUxMmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3ab3e23b-b342-4f65-a547-e54977d397da","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:42:22.896Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:42:22.896Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:42:22.896Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:42:22.896Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:42:23.896Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:42:23.897Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:42:23.897Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:42:23.897Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:42:24.897Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:42:24.898Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:42:24.898Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:42:24.898Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:42:25.898Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:42:25.899Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:42:25.899Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:42:25.899Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:42:26.899Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:42:26.900Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:42:26.900Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:42:26.900Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:42:27.900Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:42:27.901Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:42:27.901Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:42:27.901Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:42:28.901Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:42:28.902Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:42:28.902Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:42:28.902Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:42:29.902Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:42:29.902Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:42:29.902Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:42:29.903Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:42:30.903Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "serviceName": "Demo_pNF_Oxl3B80h2m7gr6O9tOAo",
  "serviceVersion": "1.0",
  "serviceUUID": "1332212f-514b-4ea3-9653-22313ffcf1bd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "55f9937c-9d37-4f8a-9eaa-29096097a150",
  "resources": [
    {
      "resourceInstanceName": "pNF 4c97cee1-ff01 0",
      "resourceCustomizationUUID": "c83a316e-0f12-4e26-88a9-d79a826ac680",
      "resourceName": "pNF 4c97cee1-ff01",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6dc9b242-9db9-49a0-bf5e-42ed573a9e51",
      "resourceInvariantUUID": "fc0ac666-17a2-4b77-9bbb-772a72b5acf3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
      "artifactChecksum": "ZGI4ZjVmMWQ0NDQ0MzFkN2E0N2ZkZDRhMjE4ZGUxMmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3ab3e23b-b342-4f65-a547-e54977d397da"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:42:30.903Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:42:30.904Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1332212f-514b-4ea3-9653-22313ffcf1bd ASDC
2023-04-03T06:42:30.904Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:faa6e256-3a0a-4c89-86b9-c4bedd8d632b
ServiceName:Demo_pNF_Oxl3B80h2m7gr6O9tOAo
ServiceVersion:1.0
ServiceUUID:1332212f-514b-4ea3-9653-22313ffcf1bd
ServiceInvariantUUID:55f9937c-9d37-4f8a-9eaa-29096097a150
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
ArtifactUUID:3ab3e23b-b342-4f65-a547-e54977d397da
ArtifactChecksum:ZGI4ZjVmMWQ0NDQ0MzFkN2E0N2ZkZDRhMjE4ZGUxMmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4c97cee1-ff01 0
ResourceCustomizationUUID:c83a316e-0f12-4e26-88a9-d79a826ac680
ResourceInvariantUUID:fc0ac666-17a2-4b77-9bbb-772a72b5acf3
ResourceName:pNF 4c97cee1-ff01
ResourceType:PNF
ResourceUUID:6dc9b242-9db9-49a0-bf5e-42ed573a9e51
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-03T06:42:30.904Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1332212f-514b-4ea3-9653-22313ffcf1bd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:42:32.706Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:42:32.707Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:42:32.707Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:42:32.707Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3ab3e23b-b342-4f65-a547-e54977d397da from URL: /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:42:32.707Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:42:32.708Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:42:32.998Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:42:33.000Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar 3ab3e23b-b342-4f65-a547-e54977d397da 87993
2023-04-03T06:42:33.000Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar ASDC sendASDCNotification
2023-04-03T06:42:33.000Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:42:33.000Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:42:33.001Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:42:33.001Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:42:33.001Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504153000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:42:34.001Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:42:34.002Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:42:34.002Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 3ab3e23b-b342-4f65-a547-e54977d397da, URL: /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar to file: /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:42:34.002Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:42:34.003Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:42:34.003Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:42:34.084Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8561440162395170394/Definitions/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml
2023-04-03T06:42:34.676Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:42:34.676Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:42:34.676Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:42:34.676Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T06:42:34.676Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4c97cee1-ff01 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-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:42:34.676Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:42:34.676Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:42:34.676Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:42:34.676Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:42:34.676Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:42:34.676Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:42:34.676Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:42:34.677Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:42:34.677Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:42:34.677Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Node template pNF 4c97cee1-ff01 0 is matching search criteria
2023-04-03T06:42:34.677Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:42:34.677Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 4c97cee1-ff01 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:42:34.677Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:42:34.677Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:42:34.677Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Node template pNF 4c97cee1-ff01 0 is matching search criteria
2023-04-03T06:42:34.677Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:42:34.677Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 4c97cee1-ff01 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:42:34.677Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:42:34.677Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:42:34.677Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:42:34.677Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:42:34.677Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:42:34.677Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:42:34.677Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:42:34.677Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:42:34.678Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:42:34.678Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:42:34.678Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Oxl3B80h2m7gr6O9tOAo
Description:catalog service description
Model UUID:1332212f-514b-4ea3-9653-22313ffcf1bd
Model Version:NULL
Model InvariantUuid:55f9937c-9d37-4f8a-9eaa-29096097a150
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-04-03T06:42:34.714Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||ERROR|500||Csar with UUID: 3ab3e23b-b342-4f65-a547-e54977d397da already exists
2023-04-03T06:42:34.714Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar ASDC sendASDCNotification
2023-04-03T06:42:34.714Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar(Csar with UUID: 3ab3e23b-b342-4f65-a547-e54977d397da already exists)
2023-04-03T06:42:34.714Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:42:34.714Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:42:34.714Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:42:34.715Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504154714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3ab3e23b-b342-4f65-a547-e54977d397da already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:42:35.715Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar ASDC sendASDCNotification
2023-04-03T06:42:35.716Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar(Resource with UUID: 6dc9b242-9db9-49a0-bf5e-42ed573a9e51 already exists)
2023-04-03T06:42:35.716Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:42:35.716Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:42:35.716Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:42:35.716Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504155715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6dc9b242-9db9-49a0-bf5e-42ed573a9e51 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:42:36.716Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: faa6e256-3a0a-4c89-86b9-c4bedd8d632b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:42:36.727Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: faa6e256-3a0a-4c89-86b9-c4bedd8d632b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:42:36.728Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:42:36.728Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:42:36.728Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:42:36.728Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:42:36.728Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:42:36.728Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:42:36.728Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:42:36.729Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:42:36.729Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:42:36.732Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:43:06.732Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: faa6e256-3a0a-4c89-86b9-c4bedd8d632b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:43:06.741Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: faa6e256-3a0a-4c89-86b9-c4bedd8d632b and serviceModelVersionId: 1332212f-514b-4ea3-9653-22313ffcf1bd
2023-04-03T06:43:06.741Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 55f9937c-9d37-4f8a-9eaa-29096097a150
2023-04-03T06:43:06.741Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0
2023-04-03T06:43:06.745Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:43:06.756Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T06:43:06.757Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|INFO|500||Invoke
2023-04-03T06:43:06.766Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:43:06.917Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|INFO|500||InvokeReturn
2023-04-03T06:43:06.917Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:43:06 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[204832], x-aai-txid=[1-aai-resources-230403-06:43:06:773-25496], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:43:06.917Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:43:06.918Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:43:06.918Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:43:06.927Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:43:06.927Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID faa6e256-3a0a-4c89-86b9-c4bedd8d632b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:43:06.927Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:43:06.927Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:43:06.927Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:43:06.928Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504186927,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:43:07.773Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:43:07.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:43:07.779Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504141872,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:43:07.779Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:43:07.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:43:07.780Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:43:07.780Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:43:07.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:43:07.780Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:43:07.780Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:43:07.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:43:07.780Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:43:07.780Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:43:07.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:43:07.780Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:43:07.780Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:43:07.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:43:07.781Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:43:07.781Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:43:07.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:43:07.781Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:43:07.781Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:43:07.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:43:07.781Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:43:07.781Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:43:07.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:43:07.781Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:43:07.781Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:43:07.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:43:07.782Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504153000,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:43:07.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:43:07.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:43:07.782Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504154714,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3ab3e23b-b342-4f65-a547-e54977d397da already exists"
}
2023-04-03T06:43:07.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:43:07.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:43:07.782Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504155715,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6dc9b242-9db9-49a0-bf5e-42ed573a9e51 already exists"
}
2023-04-03T06:43:07.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:43:07.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:43:07.783Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504186927,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:43:07.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:43:07.955Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:43:07.955Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"f6926451-6069-417e-b7db-2800b7061bb3","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"205c6bdd-fb55-4ab0-8210-70d6b0e9a06b","serviceDescription":"service","serviceInvariantUUID":"290a2027-5f50-48ce-b23b-d9958e461260","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cca49e2b-a592-45e7-ad60-a0b040a06b21","resourceInvariantUUID":"24305239-b2d0-4f68-bdfe-fcfaad612492","resourceCustomizationUUID":"d34b0cc4-af9b-4dcf-83b4-1bb790430cad","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":"ZjliNzNiZDBkNjNiMDhjNGU1ODEwMjRlM2ExMmM2MjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6646f189-8e5a-4d66-9645-a5c9bb3a7ea3","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":"ZGIyOWU2OGRhNWMwNWVjNTliMmU4N2IxYTZlZjVmMTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"248b0520-0753-43bc-8989-f4a2c11189fc","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":"138c0b31-d054-43d2-88ef-487fa941c727","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":"3eed7be2-186a-4381-be39-14e5c293ee30","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":"a1fc643c-6883-473b-8d39-b404e2a8fafd","artifactVersion":"2","generatedFromUUID":"138c0b31-d054-43d2-88ef-487fa941c727"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTkwOTFhZTNjODNkYTY0ZDNjMjY0OGMxM2QxMjA0OWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9394169b-ebc7-4234-b8f9-1af288a85dd0","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWUwYzkyZmNmNTU5Njk4N2RmYmI0ZDM5NWZmYWVmMDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1bf7198e-bb62-4f46-9790-b009f8321faa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:43:07.955Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:43:07.955Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:43:07.955Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:43:07.956Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "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-04-03T06:43:08.957Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:43:08.957Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:43:08.957Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:43:08.957Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "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-04-03T06:43:09.959Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:43:09.959Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:43:09.959Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:43:09.959Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "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-04-03T06:43:10.960Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:43:10.961Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:43:10.961Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:43:10.961Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "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-04-03T06:43:11.962Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:43:11.962Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:43:11.962Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:43:11.963Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "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-04-03T06:43:12.964Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:43:12.964Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:43:12.964Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:43:12.964Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:43:13.966Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:43:13.966Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:43:13.966Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:43:13.966Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:43:14.967Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "205c6bdd-fb55-4ab0-8210-70d6b0e9a06b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "290a2027-5f50-48ce-b23b-d9958e461260",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d34b0cc4-af9b-4dcf-83b4-1bb790430cad",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cca49e2b-a592-45e7-ad60-a0b040a06b21",
      "resourceInvariantUUID": "24305239-b2d0-4f68-bdfe-fcfaad612492",
      "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": "ZGIyOWU2OGRhNWMwNWVjNTliMmU4N2IxYTZlZjVmMTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "248b0520-0753-43bc-8989-f4a2c11189fc",
          "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": "138c0b31-d054-43d2-88ef-487fa941c727",
          "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": "a1fc643c-6883-473b-8d39-b404e2a8fafd",
            "generatedFromUUID": "138c0b31-d054-43d2-88ef-487fa941c727"
          },
          "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": "a1fc643c-6883-473b-8d39-b404e2a8fafd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "OWUwYzkyZmNmNTU5Njk4N2RmYmI0ZDM5NWZmYWVmMDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1bf7198e-bb62-4f46-9790-b009f8321faa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:43:14.967Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:43:14.967Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 205c6bdd-fb55-4ab0-8210-70d6b0e9a06b ASDC
2023-04-03T06:43:14.968Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:f6926451-6069-417e-b7db-2800b7061bb3
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:205c6bdd-fb55-4ab0-8210-70d6b0e9a06b
ServiceInvariantUUID:290a2027-5f50-48ce-b23b-d9958e461260
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:1bf7198e-bb62-4f46-9790-b009f8321faa
ArtifactChecksum:OWUwYzkyZmNmNTU5Njk4N2RmYmI0ZDM5NWZmYWVmMDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d34b0cc4-af9b-4dcf-83b4-1bb790430cad
ResourceInvariantUUID:24305239-b2d0-4f68-bdfe-fcfaad612492
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:cca49e2b-a592-45e7-ad60-a0b040a06b21
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:248b0520-0753-43bc-8989-f4a2c11189fc
ArtifactChecksum:ZGIyOWU2OGRhNWMwNWVjNTliMmU4N2IxYTZlZjVmMTY=
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:138c0b31-d054-43d2-88ef-487fa941c727
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:a1fc643c-6883-473b-8d39-b404e2a8fafd
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:a1fc643c-6883-473b-8d39-b404e2a8fafd
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T06:43:14.968Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 205c6bdd-fb55-4ab0-8210-70d6b0e9a06b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:43:15.010Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:43:15.011Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:43:15.011Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:43:15.011Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-03T06:43:15.011Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:43:15.011Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-03T06:43:15.274Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:43:15.276Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1bf7198e-bb62-4f46-9790-b009f8321faa 75157
2023-04-03T06:43:15.276Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-03T06:43:15.276Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-03T06:43:15.276Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:43:15.276Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:43:15.276Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:43:15.276Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504195276,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:43:16.278Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:43:16.279Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:43:16.279Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:43:16.300Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-03T06:43:16.301Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:43:16.302Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:43:16.397Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP128704790498520036/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-04-03T06:43:17.236Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:43:17.236Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:43:17.236Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:43:17.237Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T06:43:17.237Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:43:17.237Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:43:17.237Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:43:17.237Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:43:17.237Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:43:17.237Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:43:17.237Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:43:17.237Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:43:17.237Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:43:17.237Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:43:17.237Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T06:43:17.237Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:43:17.237Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:43:17.237Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:43:17.237Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:43:17.237Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T06:43:17.238Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:43:17.238Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:43:17.238Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:43:17.238Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:43:17.238Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:43:17.238Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-03T06:43:17.238Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-03T06:43:17.238Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-03T06:43:17.238Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-03T06:43:17.238Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-03T06:43:17.238Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T06:43:17.238Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:43:17.238Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T06:43:17.238Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:43:17.238Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T06:43:17.238Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:43:17.239Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:43:17.239Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T06:43:17.239Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:43:17.239Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:43:17.239Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T06:43:17.239Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:43:17.239Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:43:17.239Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-03T06:43:17.239Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-03T06:43:17.239Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-03T06:43:17.239Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=386d9e5d-ce22-433e-b24c-37cd501f7a5e
2023-04-03T06:43:17.239Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:43:17.239Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:43:17.239Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:43:17.239Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:43:17.239Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:43:17.240Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:43:17.240Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:43:17.240Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:43:17.240Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:205c6bdd-fb55-4ab0-8210-70d6b0e9a06b
Model Version:NULL
Model InvariantUuid:290a2027-5f50-48ce-b23b-d9958e461260
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:5c1c232b-f9bd-4729-9222-6463a2fb68bb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:24305239-b2d0-4f68-bdfe-fcfaad612492
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d34b0cc4-af9b-4dcf-83b4-1bb790430cad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:45ee27b9-2ec5-4a13-9086-329dcfc9217b
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:7ad00a28-eb6b-49d7-a44f-740a5327feb9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:386d9e5d-ce22-433e-b24c-37cd501f7a5e
ModelInvariantUuid:49fbba8b-8e7d-4588-ac83-522574bdb8c3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:a2c7fc9a-e509-4068-80e6-b51e43bf82f6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:88907c78-b2df-4198-96df-32abf65b3916
ModelInvariantUuid:02bc1d5d-3906-4b72-9028-c9f379f61762
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:289b7c4e-6975-46bc-9f53-a059f29ecaa5
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-04-03T06:43:17.282Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||ERROR|500||Csar with UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa already exists
2023-04-03T06:43:17.283Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-03T06:43:17.283Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa already exists)
2023-04-03T06:43:17.283Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:43:17.283Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:43:17.283Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:43:17.283Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504197282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:43:18.284Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-03T06:43:18.284Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: cca49e2b-a592-45e7-ad60-a0b040a06b21 already exists)
2023-04-03T06:43:18.285Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:43:18.285Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:43:18.285Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:43:18.285Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504198284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: cca49e2b-a592-45e7-ad60-a0b040a06b21 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:43:19.286Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6926451-6069-417e-b7db-2800b7061bb3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:43:19.308Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6926451-6069-417e-b7db-2800b7061bb3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:43:19.312Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:43:19.312Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:43:19.312Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:43:19.312Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:43:19.312Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:43:19.312Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:43:19.312Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:43:19.312Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:43:19.312Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:43:19.326Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:43:49.327Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f6926451-6069-417e-b7db-2800b7061bb3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:43:49.332Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f6926451-6069-417e-b7db-2800b7061bb3 and serviceModelVersionId: 205c6bdd-fb55-4ab0-8210-70d6b0e9a06b
2023-04-03T06:43:49.332Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 290a2027-5f50-48ce-b23b-d9958e461260
2023-04-03T06:43:49.332Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0
2023-04-03T06:43:49.335Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:43:49.348Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0|INFO|500||Invoke
2023-04-03T06:43:49.348Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f6926451-6069-417e-b7db-2800b7061bb3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0bced7ef-0c95-4cac-b51e-1788b5e8d1c5], X-ECOMP-RequestID=[f6926451-6069-417e-b7db-2800b7061bb3], X-TransactionId=[], X-ONAP-RequestID=[f6926451-6069-417e-b7db-2800b7061bb3], Content-Type=[application/merge-patch+json]}
2023-04-03T06:43:49.355Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:43:49.499Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:43:49 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[241736], x-aai-txid=[0-aai-resources-230403-06:43:49:363-1233], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:43:49.500Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:43:49.500Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0|INFO|500||InvokeReturn
2023-04-03T06:43:49.500Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:43:49.500Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:43:49.510Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:43:49.510Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f6926451-6069-417e-b7db-2800b7061bb3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:43:49.511Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:43:49.511Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:43:49.511Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:43:49.511Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504229510,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:43:50.533Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:43:50.533Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"96176ffb-93a7-4469-ba17-beb529a16739","serviceName":"Demo_pNF_tu7tgeomYpGKBQ0AQDjF","serviceVersion":"1.0","serviceUUID":"7a7094f3-459f-4259-92ff-345bb8f82ff1","serviceDescription":"catalog service description","serviceInvariantUUID":"d9db46d4-4115-4d8b-bbdc-eb705935ec31","resources":[{"resourceInstanceName":"pNF 1a375b37-bf2d 0","resourceName":"pNF 1a375b37-bf2d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a53c58f7-9480-4033-b2b4-a5bf43228d88","resourceInvariantUUID":"c216dc19-0394-4801-b57a-deca2710f7f4","resourceCustomizationUUID":"e9bb89ba-768a-49cd-ac57-52b9d72d6b3b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vf-license-model.xml","artifactChecksum":"YmY0N2M4ZDE4NTY0NjhjZmRjYWViMDBhMGI1MWIxYjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"edefc8e0-95d5-4977-bfcf-24d220afd6b9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/pNF.csar","artifactChecksum":"YWY1NzNlYTAyN2YwNmMyOGQ4YWMxMWZhMzZiY2NkNWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d56217b0-ab36-4835-bde6-274ad03e4523","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7cd06037-a9d5-48ba-a05c-cdf1f4c740d6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vendor-license-model.xml","artifactChecksum":"Y2U4Njk4MWE1NDRkNTA1Y2ExM2I5ODEzMTQxOTI3NjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b5f85bc6-ca67-4fde-b27a-b30fb0ba4fa3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"30763a71-652c-4f01-9377-ae082aea79e6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"02a40e0d-6833-4c70-8069-cdf77a368cf2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml","artifactChecksum":"YmM3NThlNjkwZTNkNWFkOWI5OTdkMWFiMmRjZjM4MDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79c4f570-f9e2-4680-a9f5-a496d9a0e700","artifactVersion":"1"},{"artifactName":"service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar","artifactChecksum":"ZWIxNjM5ZmRhNTE5MDI2ODBmM2MwYTA2Y2ExNTljYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2feb992d-4f7e-4b44-a9b8-e44262cd5ad5","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:43:50.534Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:43:50.534Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:43:50.534Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:43:50.534Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:43:51.535Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:43:51.536Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:43:51.536Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:43:51.536Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:43:52.537Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:43:52.537Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:43:52.537Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:43:52.537Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:43:53.539Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:43:53.539Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:43:53.539Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:43:53.539Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:43:54.541Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:43:54.542Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:43:54.542Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:43:54.542Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:43:55.543Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:43:55.544Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:43:55.544Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:43:55.544Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:43:56.544Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:43:56.545Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:43:56.545Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:43:56.545Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:43:57.546Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:43:57.547Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:43:57.547Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:43:57.547Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:43:58.547Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "serviceName": "Demo_pNF_tu7tgeomYpGKBQ0AQDjF",
  "serviceVersion": "1.0",
  "serviceUUID": "7a7094f3-459f-4259-92ff-345bb8f82ff1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d9db46d4-4115-4d8b-bbdc-eb705935ec31",
  "resources": [
    {
      "resourceInstanceName": "pNF 1a375b37-bf2d 0",
      "resourceCustomizationUUID": "e9bb89ba-768a-49cd-ac57-52b9d72d6b3b",
      "resourceName": "pNF 1a375b37-bf2d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a53c58f7-9480-4033-b2b4-a5bf43228d88",
      "resourceInvariantUUID": "c216dc19-0394-4801-b57a-deca2710f7f4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
      "artifactChecksum": "ZWIxNjM5ZmRhNTE5MDI2ODBmM2MwYTA2Y2ExNTljYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2feb992d-4f7e-4b44-a9b8-e44262cd5ad5"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:43:58.547Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:43:58.547Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7a7094f3-459f-4259-92ff-345bb8f82ff1 ASDC
2023-04-03T06:43:58.548Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:96176ffb-93a7-4469-ba17-beb529a16739
ServiceName:Demo_pNF_tu7tgeomYpGKBQ0AQDjF
ServiceVersion:1.0
ServiceUUID:7a7094f3-459f-4259-92ff-345bb8f82ff1
ServiceInvariantUUID:d9db46d4-4115-4d8b-bbdc-eb705935ec31
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
ArtifactUUID:2feb992d-4f7e-4b44-a9b8-e44262cd5ad5
ArtifactChecksum:ZWIxNjM5ZmRhNTE5MDI2ODBmM2MwYTA2Y2ExNTljYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 1a375b37-bf2d 0
ResourceCustomizationUUID:e9bb89ba-768a-49cd-ac57-52b9d72d6b3b
ResourceInvariantUUID:c216dc19-0394-4801-b57a-deca2710f7f4
ResourceName:pNF 1a375b37-bf2d
ResourceType:PNF
ResourceUUID:a53c58f7-9480-4033-b2b4-a5bf43228d88
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-03T06:43:58.548Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a7094f3-459f-4259-92ff-345bb8f82ff1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:43:58.571Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:43:58.571Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:43:58.571Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:43:58.571Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 from URL: /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:43:58.571Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:43:58.571Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:43:59.031Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:43:59.034Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 87992
2023-04-03T06:43:59.034Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar ASDC sendASDCNotification
2023-04-03T06:43:59.034Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:43:59.034Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:43:59.035Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:43:59.035Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:43:59.035Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504239034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:44:00.036Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:44:00.036Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:44:00.037Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5, URL: /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar to file: /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:44:00.040Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:44:00.041Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:44:00.041Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:44:00.125Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14553708681224357615/Definitions/service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml
2023-04-03T06:44:00.765Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:44:00.766Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:44:00.766Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:44:00.766Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T06:44:00.766Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1a375b37-bf2d 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-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:44:00.766Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:44:00.766Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:44:00.766Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:44:00.766Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:44:00.766Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:44:00.766Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:44:00.766Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:44:00.766Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:44:00.767Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:44:00.767Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Node template pNF 1a375b37-bf2d 0 is matching search criteria
2023-04-03T06:44:00.767Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:44:00.767Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 1a375b37-bf2d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:44:00.767Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:44:00.767Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:44:00.767Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Node template pNF 1a375b37-bf2d 0 is matching search criteria
2023-04-03T06:44:00.767Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:44:00.767Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 1a375b37-bf2d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:44:00.767Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:44:00.767Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:44:00.767Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:44:00.767Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:44:00.767Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:44:00.768Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:44:00.768Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:44:00.768Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:44:00.768Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:44:00.768Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:44:00.768Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_tu7tgeomYpGKBQ0AQDjF
Description:catalog service description
Model UUID:7a7094f3-459f-4259-92ff-345bb8f82ff1
Model Version:NULL
Model InvariantUuid:d9db46d4-4115-4d8b-bbdc-eb705935ec31
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-04-03T06:44:00.810Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||ERROR|500||Csar with UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 already exists
2023-04-03T06:44:00.811Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar ASDC sendASDCNotification
2023-04-03T06:44:00.811Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar(Csar with UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 already exists)
2023-04-03T06:44:00.811Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:44:00.811Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:44:00.811Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:44:00.812Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504240811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:44:01.813Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar ASDC sendASDCNotification
2023-04-03T06:44:01.814Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar(Resource with UUID: a53c58f7-9480-4033-b2b4-a5bf43228d88 already exists)
2023-04-03T06:44:01.814Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:44:01.814Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:44:01.814Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:44:01.814Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504241813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a53c58f7-9480-4033-b2b4-a5bf43228d88 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:44:02.815Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96176ffb-93a7-4469-ba17-beb529a16739
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:44:03.582Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96176ffb-93a7-4469-ba17-beb529a16739
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:44:03.584Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:44:03.584Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:44:03.584Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:44:03.584Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:44:03.584Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:44:03.585Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:44:03.585Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:44:03.585Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:44:03.585Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:44:03.594Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:44:07.773Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:44:07.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:44:07.774Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:44:07.774Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:44:33.595Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 96176ffb-93a7-4469-ba17-beb529a16739 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:44:33.604Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 96176ffb-93a7-4469-ba17-beb529a16739 and serviceModelVersionId: 7a7094f3-459f-4259-92ff-345bb8f82ff1
2023-04-03T06:44:33.604Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d9db46d4-4115-4d8b-bbdc-eb705935ec31
2023-04-03T06:44:33.604Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0
2023-04-03T06:44:33.607Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:44:33.618Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0|INFO|500||Invoke
2023-04-03T06:44:33.619Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[96176ffb-93a7-4469-ba17-beb529a16739], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[289355e1-73b0-4c49-b4f9-64203c1d7ef9], X-ECOMP-RequestID=[96176ffb-93a7-4469-ba17-beb529a16739], X-TransactionId=[], X-ONAP-RequestID=[96176ffb-93a7-4469-ba17-beb529a16739], Content-Type=[application/merge-patch+json]}
2023-04-03T06:44:33.625Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:44:33.767Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:44:33 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[138], vertex-id=[241672], x-aai-txid=[2-aai-resources-230403-06:44:33:633-63144], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:44:33.767Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:44:33.768Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0|INFO|500||InvokeReturn
2023-04-03T06:44:33.768Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:44:33.768Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:44:33.775Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:44:33.776Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 96176ffb-93a7-4469-ba17-beb529a16739 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:44:33.776Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:44:33.776Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:44:33.776Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:44:33.776Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504273776,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:44:34.792Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:44:34.793Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"d15e255c-b15d-4c52-8bb3-899edc3349b8","serviceName":"Demo_pNF_HMbbR0oJEskKtjBqjweY","serviceVersion":"1.0","serviceUUID":"085768f5-69a5-4cc6-91eb-f148e874cd4b","serviceDescription":"catalog service description","serviceInvariantUUID":"7cc41ecd-aa8a-450b-966d-b8d6202674f9","resources":[{"resourceInstanceName":"pNF 9e2c9b74-de23 0","resourceName":"pNF 9e2c9b74-de23","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7e5c0815-3629-4711-b9cc-64128e7bc38a","resourceInvariantUUID":"ff4e96ce-678d-42d7-9d2f-0cc0ccc601f9","resourceCustomizationUUID":"d5115979-21fd-4c94-a171-254b861d96cd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vf-license-model.xml","artifactChecksum":"Mjg2MWY2MzNmOTUwOTBjNTFhMGM3MTcwZjE0YTM4ZGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1d05cb5f-4889-4f76-ad69-c6b2804eb618","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/pNF.csar","artifactChecksum":"YWY1NzNlYTAyN2YwNmMyOGQ4YWMxMWZhMzZiY2NkNWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"901ec9fe-988a-4d22-89d8-97a9b0f85b40","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a285b584-7148-4730-b1dc-c9dfadabdafd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vendor-license-model.xml","artifactChecksum":"MzZhYTg3ZWM4MGU0YjAzOTQ3ZmI1ZGE2MWM5N2VkYjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d06d43e2-12bc-4847-ac73-38f73ef2ca86","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70032e67-b3c3-4e72-b9c1-4a66dc738c8c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88a1af8b-d467-427c-a2ec-90575a5a8a32","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHmbbr0ojeskktjbqjwey-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-template.yml","artifactChecksum":"NjY0OTQwZTMyMTZmM2JiYWYxNTFkMmM3YjI1YmNmM2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"29135bb3-8256-4a02-8dcc-01aca055419b","artifactVersion":"1"},{"artifactName":"service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar","artifactChecksum":"YjE2Yjk5NzM3OGI0YmYwZWVkNGRmMTUxNTUxOGZhOTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e45fce11-82e9-4b19-9578-e00f62f2e584","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:44:34.793Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:44:34.793Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:44:34.793Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:44:34.793Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:44:35.794Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:44:35.795Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:44:35.795Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:44:35.795Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:44:36.797Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:44:36.797Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:44:36.797Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:44:36.798Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:44:37.799Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:44:37.800Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:44:37.800Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:44:37.800Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:44:38.800Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:44:38.801Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:44:38.801Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:44:38.801Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:44:39.801Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:44:39.802Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:44:39.802Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:44:39.802Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:44:40.802Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:44:40.802Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:44:40.802Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:44:40.802Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:44:41.803Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:44:41.803Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:44:41.803Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:44:41.803Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:44:42.804Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "serviceName": "Demo_pNF_HMbbR0oJEskKtjBqjweY",
  "serviceVersion": "1.0",
  "serviceUUID": "085768f5-69a5-4cc6-91eb-f148e874cd4b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7cc41ecd-aa8a-450b-966d-b8d6202674f9",
  "resources": [
    {
      "resourceInstanceName": "pNF 9e2c9b74-de23 0",
      "resourceCustomizationUUID": "d5115979-21fd-4c94-a171-254b861d96cd",
      "resourceName": "pNF 9e2c9b74-de23",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7e5c0815-3629-4711-b9cc-64128e7bc38a",
      "resourceInvariantUUID": "ff4e96ce-678d-42d7-9d2f-0cc0ccc601f9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
      "artifactChecksum": "YjE2Yjk5NzM3OGI0YmYwZWVkNGRmMTUxNTUxOGZhOTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e45fce11-82e9-4b19-9578-e00f62f2e584"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:44:42.804Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:44:42.804Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 085768f5-69a5-4cc6-91eb-f148e874cd4b ASDC
2023-04-03T06:44:42.804Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:d15e255c-b15d-4c52-8bb3-899edc3349b8
ServiceName:Demo_pNF_HMbbR0oJEskKtjBqjweY
ServiceVersion:1.0
ServiceUUID:085768f5-69a5-4cc6-91eb-f148e874cd4b
ServiceInvariantUUID:7cc41ecd-aa8a-450b-966d-b8d6202674f9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
ArtifactUUID:e45fce11-82e9-4b19-9578-e00f62f2e584
ArtifactChecksum:YjE2Yjk5NzM3OGI0YmYwZWVkNGRmMTUxNTUxOGZhOTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9e2c9b74-de23 0
ResourceCustomizationUUID:d5115979-21fd-4c94-a171-254b861d96cd
ResourceInvariantUUID:ff4e96ce-678d-42d7-9d2f-0cc0ccc601f9
ResourceName:pNF 9e2c9b74-de23
ResourceType:PNF
ResourceUUID:7e5c0815-3629-4711-b9cc-64128e7bc38a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-03T06:44:42.804Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 085768f5-69a5-4cc6-91eb-f148e874cd4b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:44:42.831Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:44:42.832Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:44:42.832Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:44:42.832Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e45fce11-82e9-4b19-9578-e00f62f2e584 from URL: /sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:44:42.832Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:44:42.832Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:44:43.134Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:44:43.136Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar e45fce11-82e9-4b19-9578-e00f62f2e584 87986
2023-04-03T06:44:43.136Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar ASDC sendASDCNotification
2023-04-03T06:44:43.137Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:44:43.137Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:44:43.137Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:44:43.137Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:44:43.137Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504283136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:44:44.137Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:44:44.138Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:44:44.139Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e45fce11-82e9-4b19-9578-e00f62f2e584, URL: /sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar to file: /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:44:44.139Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:44:44.140Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:44:44.140Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:44:44.279Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7588199493001450322/Definitions/service-DemoPnfHmbbr0ojeskktjbqjwey-template.yml
2023-04-03T06:44:44.816Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:44:44.817Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:44:44.817Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:44:44.817Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T06:44:44.817Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9e2c9b74-de23 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-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:44:44.817Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:44:44.817Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:44:44.817Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:44:44.817Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:44:44.817Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:44:44.817Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:44:44.817Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:44:44.817Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:44:44.817Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:44:44.817Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Node template pNF 9e2c9b74-de23 0 is matching search criteria
2023-04-03T06:44:44.817Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:44:44.817Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 9e2c9b74-de23 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:44:44.817Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:44:44.818Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:44:44.818Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Node template pNF 9e2c9b74-de23 0 is matching search criteria
2023-04-03T06:44:44.818Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:44:44.818Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 9e2c9b74-de23 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:44:44.818Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:44:44.818Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:44:44.818Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:44:44.818Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:44:44.818Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:44:44.818Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:44:44.818Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:44:44.818Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:44:44.818Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:44:44.818Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:44:44.818Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_HMbbR0oJEskKtjBqjweY
Description:catalog service description
Model UUID:085768f5-69a5-4cc6-91eb-f148e874cd4b
Model Version:NULL
Model InvariantUuid:7cc41ecd-aa8a-450b-966d-b8d6202674f9
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-04-03T06:44:44.850Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||ERROR|500||Csar with UUID: e45fce11-82e9-4b19-9578-e00f62f2e584 already exists
2023-04-03T06:44:44.850Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar ASDC sendASDCNotification
2023-04-03T06:44:44.850Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar(Csar with UUID: e45fce11-82e9-4b19-9578-e00f62f2e584 already exists)
2023-04-03T06:44:44.850Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:44:44.850Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:44:44.850Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:44:44.850Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504284850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e45fce11-82e9-4b19-9578-e00f62f2e584 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:44:45.851Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar ASDC sendASDCNotification
2023-04-03T06:44:45.852Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar(Resource with UUID: 7e5c0815-3629-4711-b9cc-64128e7bc38a already exists)
2023-04-03T06:44:45.852Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:44:45.852Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:44:45.852Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:44:45.852Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504285851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7e5c0815-3629-4711-b9cc-64128e7bc38a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:44:46.853Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d15e255c-b15d-4c52-8bb3-899edc3349b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:44:46.863Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d15e255c-b15d-4c52-8bb3-899edc3349b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:44:46.865Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:44:46.865Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:44:46.865Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:44:46.865Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:44:46.865Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:44:46.865Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:44:46.865Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:44:46.865Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:44:46.865Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:44:46.870Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:45:07.773Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:45:07.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:45:07.774Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T06:45:07.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:45:07.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:45:07.775Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-03T06:45:07.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:45:07.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:45:07.775Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:45:07.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:45:07.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:45:07.775Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-03T06:45:07.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:45:07.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:45:07.775Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:45:07.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:45:07.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:45:07.778Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:45:07.778Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:45:07.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:45:07.778Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504195276,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:45:07.778Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:45:07.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:45:07.778Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504197282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa already exists"
}
2023-04-03T06:45:07.778Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:45:07.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:45:07.778Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504198284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: cca49e2b-a592-45e7-ad60-a0b040a06b21 already exists"
}
2023-04-03T06:45:07.778Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:45:07.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:45:07.778Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504229510,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:45:07.778Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:45:07.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:45:07.778Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:45:07.778Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:45:07.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:45:07.779Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:45:07.779Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:45:07.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:45:07.779Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:45:07.779Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:45:07.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:45:07.779Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:45:07.779Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:45:07.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:45:07.779Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:45:07.779Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:45:07.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:45:07.779Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:45:07.779Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:45:07.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:45:07.779Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:45:07.779Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:45:07.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:45:07.779Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:45:07.779Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:45:07.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:45:07.779Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504239034,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:45:07.779Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:45:07.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:45:07.780Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504240811,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 already exists"
}
2023-04-03T06:45:07.780Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:45:07.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:45:07.780Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504241813,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a53c58f7-9480-4033-b2b4-a5bf43228d88 already exists"
}
2023-04-03T06:45:07.780Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:45:16.870Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d15e255c-b15d-4c52-8bb3-899edc3349b8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:45:16.876Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d15e255c-b15d-4c52-8bb3-899edc3349b8 and serviceModelVersionId: 085768f5-69a5-4cc6-91eb-f148e874cd4b
2023-04-03T06:45:16.876Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7cc41ecd-aa8a-450b-966d-b8d6202674f9
2023-04-03T06:45:16.877Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7cc41ecd-aa8a-450b-966d-b8d6202674f9/model-vers/model-ver/085768f5-69a5-4cc6-91eb-f148e874cd4b?depth=0
2023-04-03T06:45:16.881Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:45:16.897Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7cc41ecd-aa8a-450b-966d-b8d6202674f9/model-vers/model-ver/085768f5-69a5-4cc6-91eb-f148e874cd4b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T06:45:16.898Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7cc41ecd-aa8a-450b-966d-b8d6202674f9/model-vers/model-ver/085768f5-69a5-4cc6-91eb-f148e874cd4b?depth=0|INFO|500||Invoke
2023-04-03T06:45:16.904Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7cc41ecd-aa8a-450b-966d-b8d6202674f9/model-vers/model-ver/085768f5-69a5-4cc6-91eb-f148e874cd4b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:45:17.055Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7cc41ecd-aa8a-450b-966d-b8d6202674f9/model-vers/model-ver/085768f5-69a5-4cc6-91eb-f148e874cd4b?depth=0|INFO|500||InvokeReturn
2023-04-03T06:45:17.056Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7cc41ecd-aa8a-450b-966d-b8d6202674f9/model-vers/model-ver/085768f5-69a5-4cc6-91eb-f148e874cd4b?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:45:16 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[253960], x-aai-txid=[1-aai-resources-230403-06:45:16:913-77125], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:45:17.056Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:45:17.056Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:45:17.056Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:45:17.068Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:45:17.068Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d15e255c-b15d-4c52-8bb3-899edc3349b8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:45:17.068Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:45:17.068Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:45:17.068Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:45:17.068Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504317068,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:45:18.084Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:45:18.085Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"ef214ce9-5511-46fd-bd63-09602147d610","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"14e3d857-a252-43a2-818b-4ddd49eb5ab0","serviceDescription":"service","serviceInvariantUUID":"a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7c0386e9-9839-4f71-a312-f530b2f9855e","resourceInvariantUUID":"0bdcbf82-937e-45ee-ae91-2927bb5c794e","resourceCustomizationUUID":"7dbf3e05-6eec-4343-a8d9-a2470c564a03","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":"NDM5ZjU4NTg1ZTkyMzkyNTA2NGIxMTAzZDZkMTQ2ZTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7879a818-5c26-4eb4-86ea-a11a2c2b5863","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":"ZTJhMzRmNmYwNGUxY2MwYWNmM2UzZGE4NmQxZjRmNWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f50d620c-6c86-430f-9052-ad6fa513b8bd","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":"ec74a1bd-f52a-4410-b8a5-9136f795025f","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":"9b2d950f-ed68-4647-b97c-41651886a40a","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":"e61e29f8-fa54-4b23-9674-44aa740bc60f","artifactVersion":"2","generatedFromUUID":"19600016-3a45-44c8-a9b5-272956cf15d2"},{"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":"8f14a542-175b-415f-b8ad-bb057f640138","artifactVersion":"2","generatedFromUUID":"ec74a1bd-f52a-4410-b8a5-9136f795025f"},{"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":"19600016-3a45-44c8-a9b5-272956cf15d2","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":"b37d0219-2590-472d-9f67-d83aafb2c3d2","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":"MTcwNjA0Y2QxZTMwNDIwMDgwZWE3YmU3NzhhYmE5MDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a1cb1614-18ee-43a3-8a6f-532fc06b341e","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MmE1ZTM0ODRlNzBjYzQ4OWExZDUxMzNmNTc2ZmI1ZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"07f47bb6-aff0-4900-a8d6-14c04e40c091","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:45:18.085Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:45:18.085Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:45:18.085Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:45:18.085Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "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-04-03T06:45:19.086Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:45:19.086Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:45:19.086Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:45:19.086Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "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-04-03T06:45:20.087Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:45:20.088Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:45:20.088Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:45:20.088Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "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-04-03T06:45:21.089Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:45:21.089Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:45:21.089Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:45:21.089Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "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-04-03T06:45:22.090Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:45:22.091Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:45:22.091Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:45:22.091Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "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-04-03T06:45:23.092Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:45:23.092Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:45:23.092Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:45:23.092Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "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-04-03T06:45:24.094Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:45:24.094Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:45:24.094Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:45:24.094Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "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-04-03T06:45:25.096Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:45:25.096Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:45:25.096Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:45:25.096Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "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-04-03T06:45:26.097Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:45:26.098Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:45:26.098Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:45:26.098Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:45:27.099Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:45:27.100Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:45:27.100Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:45:27.100Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:45:28.101Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "14e3d857-a252-43a2-818b-4ddd49eb5ab0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "7dbf3e05-6eec-4343-a8d9-a2470c564a03",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7c0386e9-9839-4f71-a312-f530b2f9855e",
      "resourceInvariantUUID": "0bdcbf82-937e-45ee-ae91-2927bb5c794e",
      "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": "ZTJhMzRmNmYwNGUxY2MwYWNmM2UzZGE4NmQxZjRmNWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f50d620c-6c86-430f-9052-ad6fa513b8bd",
          "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": "ec74a1bd-f52a-4410-b8a5-9136f795025f",
          "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": "8f14a542-175b-415f-b8ad-bb057f640138",
            "generatedFromUUID": "ec74a1bd-f52a-4410-b8a5-9136f795025f"
          },
          "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": "e61e29f8-fa54-4b23-9674-44aa740bc60f",
          "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": "8f14a542-175b-415f-b8ad-bb057f640138",
          "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": "19600016-3a45-44c8-a9b5-272956cf15d2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MmE1ZTM0ODRlNzBjYzQ4OWExZDUxMzNmNTc2ZmI1ZWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "07f47bb6-aff0-4900-a8d6-14c04e40c091"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:45:28.101Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:45:28.101Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 14e3d857-a252-43a2-818b-4ddd49eb5ab0 ASDC
2023-04-03T06:45:28.101Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:ef214ce9-5511-46fd-bd63-09602147d610
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:14e3d857-a252-43a2-818b-4ddd49eb5ab0
ServiceInvariantUUID:a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468
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:07f47bb6-aff0-4900-a8d6-14c04e40c091
ArtifactChecksum:MmE1ZTM0ODRlNzBjYzQ4OWExZDUxMzNmNTc2ZmI1ZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:7dbf3e05-6eec-4343-a8d9-a2470c564a03
ResourceInvariantUUID:0bdcbf82-937e-45ee-ae91-2927bb5c794e
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:7c0386e9-9839-4f71-a312-f530b2f9855e
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:f50d620c-6c86-430f-9052-ad6fa513b8bd
ArtifactChecksum:ZTJhMzRmNmYwNGUxY2MwYWNmM2UzZGE4NmQxZjRmNWE=
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:ec74a1bd-f52a-4410-b8a5-9136f795025f
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:8f14a542-175b-415f-b8ad-bb057f640138
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:e61e29f8-fa54-4b23-9674-44aa740bc60f
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:8f14a542-175b-415f-b8ad-bb057f640138
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:19600016-3a45-44c8-a9b5-272956cf15d2
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T06:45:28.101Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 14e3d857-a252-43a2-818b-4ddd49eb5ab0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:45:28.133Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:45:28.134Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:45:28.134Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:45:28.134Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 07f47bb6-aff0-4900-a8d6-14c04e40c091 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-03T06:45:28.134Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:45:28.135Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-03T06:45:28.464Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:45:28.468Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 07f47bb6-aff0-4900-a8d6-14c04e40c091 163263
2023-04-03T06:45:28.469Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-03T06:45:28.469Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-03T06:45:28.469Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:45:28.469Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:45:28.469Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:45:28.469Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504328469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:45:29.470Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:45:29.470Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:45:29.470Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 07f47bb6-aff0-4900-a8d6-14c04e40c091, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T06:45:29.475Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-04-03T06:45:29.475Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T06:45:29.475Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T06:45:29.548Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16503565745403047717/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-04-03T06:45:30.465Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:45:30.466Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:45:30.466Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T06:45:30.466Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-04-03T06:45:30.466Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T06:45:30.466Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T06:45:30.466Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T06:45:30.466Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T06:45:30.466Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:45:30.466Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:45:30.466Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:45:30.467Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-03T06:45:30.467Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:45:30.467Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:45:30.467Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:45:30.467Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:45:30.467Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-03T06:45:30.467Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:45:30.467Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:45:30.467Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:45:30.467Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:45:30.467Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:45:30.467Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-03T06:45:30.467Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-04-03T06:45:30.467Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-04-03T06:45:30.467Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T06:45:30.468Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:45:30.468Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T06:45:30.468Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:45:30.468Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-03T06:45:30.468Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:45:30.468Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:45:30.468Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-03T06:45:30.468Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:45:30.468Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:45:30.468Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-03T06:45:30.468Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:45:30.468Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:45:30.468Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-03T06:45:30.468Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:45:30.468Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:45:30.468Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-03T06:45:30.468Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-04-03T06:45:30.469Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=35a4e008-d25b-47d2-bc34-87d5e3d152c5
2023-04-03T06:45:30.469Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:45:30.469Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:45:30.469Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:45:30.469Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:45:30.469Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:45:30.469Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:45:30.469Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:45:30.469Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:45:30.469Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:14e3d857-a252-43a2-818b-4ddd49eb5ab0
Model Version:NULL
Model InvariantUuid:a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:0f224b82-5bd2-44b7-a344-7ecc4a0b0889
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0bdcbf82-937e-45ee-ae91-2927bb5c794e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7dbf3e05-6eec-4343-a8d9-a2470c564a03
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5dd1e450-ce0c-4a57-9573-8df1dcddb5b2
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:5b090006-9bce-4aa0-9cb3-ea11b24e1929
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:093e0214-90f1-4f0d-ac3e-93a156f54f70
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:c6ec8731-b3eb-4d64-ada5-fc5a647fdde2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:35a4e008-d25b-47d2-bc34-87d5e3d152c5
ModelInvariantUuid:e8e27b04-b245-4be0-afcb-3e1f5771c7f6
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:c9860680-53b3-420e-97be-c1193453e525
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:3dab2e61-94de-44cc-a04c-4e6da3172677
ModelInvariantUuid:38f7c86e-cdc6-481b-ab59-ddbb03ae1daf
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:7e450667-61aa-4588-97ac-4a49132ed1f1
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-04-03T06:45:30.509Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||ERROR|500||Csar with UUID: 07f47bb6-aff0-4900-a8d6-14c04e40c091 already exists
2023-04-03T06:45:30.509Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-03T06:45:30.509Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: 07f47bb6-aff0-4900-a8d6-14c04e40c091 already exists)
2023-04-03T06:45:30.509Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:45:30.509Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:45:30.509Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:45:30.510Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504330509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 07f47bb6-aff0-4900-a8d6-14c04e40c091 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:45:31.511Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-03T06:45:31.511Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: 7c0386e9-9839-4f71-a312-f530b2f9855e already exists)
2023-04-03T06:45:31.511Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:45:31.511Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:45:31.511Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:45:31.511Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504331510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7c0386e9-9839-4f71-a312-f530b2f9855e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:45:32.512Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef214ce9-5511-46fd-bd63-09602147d610
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:45:32.528Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef214ce9-5511-46fd-bd63-09602147d610
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:45:32.531Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:45:32.531Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:45:32.531Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:45:32.531Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:45:32.531Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:45:32.531Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:45:32.531Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:45:32.531Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:45:32.531Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:45:32.537Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:46:02.537Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef214ce9-5511-46fd-bd63-09602147d610 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:46:02.547Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef214ce9-5511-46fd-bd63-09602147d610 and serviceModelVersionId: 14e3d857-a252-43a2-818b-4ddd49eb5ab0
2023-04-03T06:46:02.547Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468
2023-04-03T06:46:02.548Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468/model-vers/model-ver/14e3d857-a252-43a2-818b-4ddd49eb5ab0?depth=0
2023-04-03T06:46:02.555Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:46:02.574Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468/model-vers/model-ver/14e3d857-a252-43a2-818b-4ddd49eb5ab0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T06:46:02.575Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468/model-vers/model-ver/14e3d857-a252-43a2-818b-4ddd49eb5ab0?depth=0|INFO|500||Invoke
2023-04-03T06:46:02.583Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468/model-vers/model-ver/14e3d857-a252-43a2-818b-4ddd49eb5ab0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:46:02.740Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468/model-vers/model-ver/14e3d857-a252-43a2-818b-4ddd49eb5ab0?depth=0|INFO|500||InvokeReturn
2023-04-03T06:46:02.741Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468/model-vers/model-ver/14e3d857-a252-43a2-818b-4ddd49eb5ab0?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:46:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[241688], x-aai-txid=[0-aai-resources-230403-06:46:02:592-60716], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:46:02.741Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:46:02.741Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:46:02.742Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:46:02.755Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:46:02.755Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef214ce9-5511-46fd-bd63-09602147d610 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:46:02.755Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:46:02.756Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:46:02.756Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:46:02.756Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504362755,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:46:03.777Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:46:03.777Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"84b6fc94-3a00-4340-88b6-4136dacd68e6","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"68059ad1-9a18-45c9-8ec3-d86a344b5837","serviceDescription":"service","serviceInvariantUUID":"3dd77692-c10a-4649-acfc-39f0568d72f9","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"029c43d5-04d7-4011-b26f-14bad8b254c1","resourceInvariantUUID":"a6a1adc5-ca83-4c34-9358-b14193524f89","resourceCustomizationUUID":"dda43c55-702f-4ab6-8b3b-cd0ec49cfcd9","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":"MGZlZTUzNWI0YTc1ZTliM2IxYWY4ZWEzNTllOTI2NTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2e402c6f-d511-4095-9d33-6afba8dc436a","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":"NzI1N2QyMGVjMGE1NmEyZjE0MzUzZTAyNTMzOWY4ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f1508676-1765-463e-8d86-0a7d104cbed8","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":"600e1254-ddf0-4e97-bd9d-92742c4b4535","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":"bfb24068-9c2a-4af8-a63b-5bd8cf59feba","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":"0a5e7f0f-ac2f-41dc-a6be-b6526f12e231","artifactVersion":"2","generatedFromUUID":"600e1254-ddf0-4e97-bd9d-92742c4b4535"},{"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":"MWQ5MzIxNmRhZmRmOGIzOGMwODRlYmFjZjJlMzkwODU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ba93e657-93ee-4632-a142-806be59c93f9","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":"NDdmMzgyNThjMTQyNDMzN2RjMTgyNTA3NDZkMGQ5Njk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aea47b1e-7013-4cd4-a0b8-d21283192f56","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NTBjNGRkZGViMTVlYzY5ZDU1ZDhmN2JiNGJjZGYxODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0f3faf60-68c3-4cee-ae71-36b7c394819c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:46:03.777Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:46:03.777Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:46:03.777Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:46:03.778Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "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-04-03T06:46:04.778Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:46:04.778Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:46:04.778Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:46:04.779Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "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-04-03T06:46:05.779Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:46:05.779Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:46:05.779Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:46:05.779Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "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-04-03T06:46:06.780Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:46:06.780Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:46:06.780Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:46:06.780Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "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-04-03T06:46:07.773Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:46:07.773Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: cached metadata has changed from (version103: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version104: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-04-03T06:46:07.781Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:46:07.781Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:46:07.781Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:46:07.781Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "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-04-03T06:46:07.788Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:46:07.789Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T06:46:07.792Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=40, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T06:46:07.792Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 40: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-03T06:46:07.807Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=40, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T06:46:07.807Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:46:07.807Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:46:07.810Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T06:46:07.810Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T06:46:07.810Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T06:46:07.811Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1408, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T06:46:07.811Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T06:46:07.811Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T06:46:08.782Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:46:08.782Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:46:08.782Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:46:08.783Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "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-04-03T06:46:08.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:46:08.827Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504273776,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:46:08.827Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:46:08.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:46:08.827Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:46:08.828Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:46:08.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:46:08.828Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:46:08.828Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:46:08.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:46:08.828Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:46:08.828Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:46:08.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:46:08.828Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:46:08.828Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:46:08.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:46:08.828Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:46:08.828Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:46:08.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:46:08.829Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:46:08.829Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:46:08.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:46:08.829Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:46:08.829Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:46:08.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:46:08.829Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:46:08.829Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:46:08.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:46:08.829Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504283136,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:46:08.829Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:46:08.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:46:08.830Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504284850,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e45fce11-82e9-4b19-9578-e00f62f2e584 already exists"
}
2023-04-03T06:46:08.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:46:08.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:46:08.830Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504285851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7e5c0815-3629-4711-b9cc-64128e7bc38a already exists"
}
2023-04-03T06:46:08.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:46:08.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:46:08.830Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504317068,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:46:08.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:46:08.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:46:08.830Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:46:08.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:46:08.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:46:08.831Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T06:46:08.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:46:08.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:46:08.831Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-04-03T06:46:08.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:46:08.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:46:08.831Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:46:08.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:46:08.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:46:08.831Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-04-03T06:46:08.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:46:08.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:46:08.832Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-04-03T06:46:08.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:46:08.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:46:08.832Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-04-03T06:46:08.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:46:08.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:46:08.832Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:46:08.832Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:46:08.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:46:08.833Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:46:08.833Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:46:08.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:46:08.833Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:46:08.833Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:46:08.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:46:08.833Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504328469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:46:08.833Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:46:08.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:46:08.833Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504330509,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 07f47bb6-aff0-4900-a8d6-14c04e40c091 already exists"
}
2023-04-03T06:46:08.833Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:46:08.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:46:08.834Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504331510,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7c0386e9-9839-4f71-a312-f530b2f9855e already exists"
}
2023-04-03T06:46:08.834Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:46:08.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:46:08.834Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504362755,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:46:08.834Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:46:08.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:46:08.834Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:46:08.834Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:46:08.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:46:08.834Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T06:46:08.835Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:46:08.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:46:08.835Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-03T06:46:08.835Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:46:08.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:46:08.835Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:46:08.835Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:46:08.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:46:08.835Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-03T06:46:08.835Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:46:08.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:46:08.836Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:46:08.836Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:46:09.783Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:46:09.784Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:46:09.784Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:46:09.784Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:46:10.785Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:46:10.785Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:46:10.785Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:46:10.785Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:46:11.786Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "68059ad1-9a18-45c9-8ec3-d86a344b5837",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3dd77692-c10a-4649-acfc-39f0568d72f9",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "dda43c55-702f-4ab6-8b3b-cd0ec49cfcd9",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "029c43d5-04d7-4011-b26f-14bad8b254c1",
      "resourceInvariantUUID": "a6a1adc5-ca83-4c34-9358-b14193524f89",
      "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": "NzI1N2QyMGVjMGE1NmEyZjE0MzUzZTAyNTMzOWY4ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f1508676-1765-463e-8d86-0a7d104cbed8",
          "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": "600e1254-ddf0-4e97-bd9d-92742c4b4535",
          "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": "0a5e7f0f-ac2f-41dc-a6be-b6526f12e231",
            "generatedFromUUID": "600e1254-ddf0-4e97-bd9d-92742c4b4535"
          },
          "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": "0a5e7f0f-ac2f-41dc-a6be-b6526f12e231",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NTBjNGRkZGViMTVlYzY5ZDU1ZDhmN2JiNGJjZGYxODM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0f3faf60-68c3-4cee-ae71-36b7c394819c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:46:11.786Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:46:11.786Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 68059ad1-9a18-45c9-8ec3-d86a344b5837 ASDC
2023-04-03T06:46:11.786Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:84b6fc94-3a00-4340-88b6-4136dacd68e6
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:68059ad1-9a18-45c9-8ec3-d86a344b5837
ServiceInvariantUUID:3dd77692-c10a-4649-acfc-39f0568d72f9
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:0f3faf60-68c3-4cee-ae71-36b7c394819c
ArtifactChecksum:NTBjNGRkZGViMTVlYzY5ZDU1ZDhmN2JiNGJjZGYxODM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:dda43c55-702f-4ab6-8b3b-cd0ec49cfcd9
ResourceInvariantUUID:a6a1adc5-ca83-4c34-9358-b14193524f89
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:029c43d5-04d7-4011-b26f-14bad8b254c1
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:f1508676-1765-463e-8d86-0a7d104cbed8
ArtifactChecksum:NzI1N2QyMGVjMGE1NmEyZjE0MzUzZTAyNTMzOWY4ODc=
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:600e1254-ddf0-4e97-bd9d-92742c4b4535
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:0a5e7f0f-ac2f-41dc-a6be-b6526f12e231
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:0a5e7f0f-ac2f-41dc-a6be-b6526f12e231
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T06:46:11.786Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 68059ad1-9a18-45c9-8ec3-d86a344b5837 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:46:11.804Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:46:11.805Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:46:11.805Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:46:11.805Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0f3faf60-68c3-4cee-ae71-36b7c394819c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-03T06:46:11.805Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:46:11.805Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-03T06:46:12.073Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:46:12.074Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 0f3faf60-68c3-4cee-ae71-36b7c394819c 82979
2023-04-03T06:46:12.074Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-03T06:46:12.074Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-03T06:46:12.074Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:46:12.074Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:46:12.074Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:46:12.074Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504372074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:46:13.075Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:46:13.075Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:46:13.076Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 0f3faf60-68c3-4cee-ae71-36b7c394819c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T06:46:13.076Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-04-03T06:46:13.076Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T06:46:13.077Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T06:46:13.167Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4979241602255344771/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-04-03T06:46:14.054Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:46:14.054Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:46:14.054Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T06:46:14.054Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T06:46:14.054Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T06:46:14.054Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T06:46:14.054Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T06:46:14.055Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T06:46:14.055Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T06:46:14.055Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T06:46:14.055Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T06:46:14.055Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:46:14.055Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:46:14.055Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:46:14.055Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-03T06:46:14.055Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:46:14.056Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:46:14.056Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:46:14.056Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:46:14.056Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-03T06:46:14.056Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:46:14.056Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:46:14.056Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:46:14.056Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:46:14.056Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:46:14.056Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-03T06:46:14.056Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-03T06:46:14.057Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-03T06:46:14.057Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-03T06:46:14.057Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-03T06:46:14.057Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T06:46:14.057Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:46:14.057Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T06:46:14.057Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:46:14.057Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-03T06:46:14.057Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:46:14.057Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:46:14.058Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-03T06:46:14.058Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:46:14.058Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:46:14.058Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-03T06:46:14.058Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:46:14.058Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:46:14.058Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-03T06:46:14.058Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-03T06:46:14.058Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-03T06:46:14.058Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5c50b8ea-2007-4154-8f5b-5eea068fbddc
2023-04-03T06:46:14.058Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:46:14.059Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:46:14.059Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:46:14.059Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:46:14.059Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:46:14.059Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:46:14.059Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:46:14.059Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:46:14.059Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:68059ad1-9a18-45c9-8ec3-d86a344b5837
Model Version:NULL
Model InvariantUuid:3dd77692-c10a-4649-acfc-39f0568d72f9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:92163078-86f5-4676-9d5c-b5c88aa934fe
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a6a1adc5-ca83-4c34-9358-b14193524f89
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:dda43c55-702f-4ab6-8b3b-cd0ec49cfcd9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:000251ef-db80-43cf-8162-4c767ff160c9
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:1afb41e2-e01a-441b-a70c-6d67cafa930b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5c50b8ea-2007-4154-8f5b-5eea068fbddc
ModelInvariantUuid:9f086eca-3647-4f61-b28b-450a3eb3b52b
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:22bfaada-dd4a-4320-b95d-10b93ac9ee71
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b42a6b2b-2164-456a-ba1c-ff8e8454923b
ModelInvariantUuid:13c39772-a1d5-42ff-839d-678c48708bfd
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:fc961ec1-4324-4783-80d8-210586e71094
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-04-03T06:46:14.105Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||ERROR|500||Csar with UUID: 0f3faf60-68c3-4cee-ae71-36b7c394819c already exists
2023-04-03T06:46:14.106Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-03T06:46:14.106Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: 0f3faf60-68c3-4cee-ae71-36b7c394819c already exists)
2023-04-03T06:46:14.106Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:46:14.107Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:46:14.107Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:46:14.107Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504374106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0f3faf60-68c3-4cee-ae71-36b7c394819c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:46:15.108Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-03T06:46:15.108Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: 029c43d5-04d7-4011-b26f-14bad8b254c1 already exists)
2023-04-03T06:46:15.108Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:46:15.108Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:46:15.109Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:46:15.109Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504375108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 029c43d5-04d7-4011-b26f-14bad8b254c1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:46:16.109Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84b6fc94-3a00-4340-88b6-4136dacd68e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:46:16.130Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84b6fc94-3a00-4340-88b6-4136dacd68e6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:46:16.133Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:46:16.134Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:46:16.134Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:46:16.134Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:46:16.134Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:46:16.135Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:46:16.135Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:46:16.135Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:46:16.135Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:46:16.144Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:46:46.145Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 84b6fc94-3a00-4340-88b6-4136dacd68e6 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:46:46.154Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 84b6fc94-3a00-4340-88b6-4136dacd68e6 and serviceModelVersionId: 68059ad1-9a18-45c9-8ec3-d86a344b5837
2023-04-03T06:46:46.154Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3dd77692-c10a-4649-acfc-39f0568d72f9
2023-04-03T06:46:46.155Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3dd77692-c10a-4649-acfc-39f0568d72f9/model-vers/model-ver/68059ad1-9a18-45c9-8ec3-d86a344b5837?depth=0
2023-04-03T06:46:46.162Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:46:46.186Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3dd77692-c10a-4649-acfc-39f0568d72f9/model-vers/model-ver/68059ad1-9a18-45c9-8ec3-d86a344b5837?depth=0|INFO|500||Invoke
2023-04-03T06:46:46.187Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3dd77692-c10a-4649-acfc-39f0568d72f9/model-vers/model-ver/68059ad1-9a18-45c9-8ec3-d86a344b5837?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3dd77692-c10a-4649-acfc-39f0568d72f9/model-vers/model-ver/68059ad1-9a18-45c9-8ec3-d86a344b5837?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[84b6fc94-3a00-4340-88b6-4136dacd68e6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c0b7fadb-3d8b-4cdc-bd7a-7c86ba18099f], X-ECOMP-RequestID=[84b6fc94-3a00-4340-88b6-4136dacd68e6], X-TransactionId=[], X-ONAP-RequestID=[84b6fc94-3a00-4340-88b6-4136dacd68e6], Content-Type=[application/merge-patch+json]}
2023-04-03T06:46:46.194Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3dd77692-c10a-4649-acfc-39f0568d72f9/model-vers/model-ver/68059ad1-9a18-45c9-8ec3-d86a344b5837?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:46:46.348Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3dd77692-c10a-4649-acfc-39f0568d72f9/model-vers/model-ver/68059ad1-9a18-45c9-8ec3-d86a344b5837?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3dd77692-c10a-4649-acfc-39f0568d72f9/model-vers/model-ver/68059ad1-9a18-45c9-8ec3-d86a344b5837?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:46:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[149], vertex-id=[544856], x-aai-txid=[1-aai-resources-230403-06:46:46:203-40673], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:46:46.348Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3dd77692-c10a-4649-acfc-39f0568d72f9/model-vers/model-ver/68059ad1-9a18-45c9-8ec3-d86a344b5837?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:46:46.349Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3dd77692-c10a-4649-acfc-39f0568d72f9/model-vers/model-ver/68059ad1-9a18-45c9-8ec3-d86a344b5837?depth=0|INFO|500||InvokeReturn
2023-04-03T06:46:46.350Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:46:46.350Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:46:46.358Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:46:46.358Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 84b6fc94-3a00-4340-88b6-4136dacd68e6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:46:46.358Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:46:46.358Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:46:46.358Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:46:46.359Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504406358,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:46:47.382Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:46:47.382Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"405f1a67-e753-4e43-8549-639a9a3a3358","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"34ed2b9b-72af-407b-8419-276f4f70513b","serviceDescription":"service","serviceInvariantUUID":"11428829-ad57-410d-962c-aabe5f234cde","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9fc8c214-d68b-46ae-92d5-47dd1e682509","resourceInvariantUUID":"23e4c505-677b-41eb-9fa1-c0e85e9bfff3","resourceCustomizationUUID":"1047faa4-9c56-4e5d-bec3-1d3d5e95f8e1","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":"ZDVkYTNmYTJkYzQ5NmVlN2Y3YzI3MmUyOTJhMWRjNGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cd759285-06db-4c3a-8a9a-7cd4b98eb666","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":"4a339c90-d48b-439a-8466-c91a2b536bb0","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":"8c7d99e9-f97d-4c27-9635-bd8fac9f88dc","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":"NjAwMDY5NTAzOGViZDI1NDRmNjU5NWNhODI0YzI3M2U\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d3d112b1-b13e-4ca9-a771-474be398bc72","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":"881edf04-7904-4266-af12-09d6ea6246fd","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":"20b818f9-a1cb-4f70-847d-aff06aba6f7a","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":"9a1195a1-b8f0-48b0-a792-35bdbdcecf75","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":"N2IzOTBkOTg5YWMzMTI2MDE4ZGU4MTVhYTNjOGY0MDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"306ec1a7-c14c-4261-a721-774a172ab544","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDIwN2Q3YmNiNTA0NmE2MzM1Yjg1ZmI3ZjljODY1ZGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"afe617df-e12f-4e3b-b199-1a35c2301f84","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:46:47.383Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:46:47.383Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:46:47.383Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:46:47.383Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "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-04-03T06:46:48.384Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:46:48.384Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:46:48.384Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:46:48.384Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:46:49.385Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:46:49.386Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:46:49.386Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:46:49.386Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:46:50.386Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:46:50.387Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:46:50.387Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:46:50.387Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "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-04-03T06:46:51.387Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:46:51.388Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:46:51.388Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:46:51.388Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "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-04-03T06:46:52.389Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:46:52.389Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:46:52.390Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:46:52.390Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "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-04-03T06:46:53.391Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:46:53.391Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:46:53.391Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:46:53.392Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "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-04-03T06:46:54.392Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:46:54.393Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:46:54.393Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:46:54.393Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:46:55.394Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:46:55.394Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:46:55.395Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:46:55.395Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:46:56.395Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "34ed2b9b-72af-407b-8419-276f4f70513b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "11428829-ad57-410d-962c-aabe5f234cde",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "1047faa4-9c56-4e5d-bec3-1d3d5e95f8e1",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9fc8c214-d68b-46ae-92d5-47dd1e682509",
      "resourceInvariantUUID": "23e4c505-677b-41eb-9fa1-c0e85e9bfff3",
      "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": "NDIwN2Q3YmNiNTA0NmE2MzM1Yjg1ZmI3ZjljODY1ZGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "afe617df-e12f-4e3b-b199-1a35c2301f84"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:46:56.396Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:46:56.396Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 34ed2b9b-72af-407b-8419-276f4f70513b ASDC
2023-04-03T06:46:56.396Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:405f1a67-e753-4e43-8549-639a9a3a3358
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:34ed2b9b-72af-407b-8419-276f4f70513b
ServiceInvariantUUID:11428829-ad57-410d-962c-aabe5f234cde
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:afe617df-e12f-4e3b-b199-1a35c2301f84
ArtifactChecksum:NDIwN2Q3YmNiNTA0NmE2MzM1Yjg1ZmI3ZjljODY1ZGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:1047faa4-9c56-4e5d-bec3-1d3d5e95f8e1
ResourceInvariantUUID:23e4c505-677b-41eb-9fa1-c0e85e9bfff3
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:9fc8c214-d68b-46ae-92d5-47dd1e682509
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-03T06:46:56.397Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 34ed2b9b-72af-407b-8419-276f4f70513b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_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-04-03T06:46:56.429Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:46:56.432Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:46:56.433Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:46:56.433Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: afe617df-e12f-4e3b-b199-1a35c2301f84 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-04-03T06:46:56.433Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:46:56.433Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-04-03T06:46:57.006Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:46:57.009Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar afe617df-e12f-4e3b-b199-1a35c2301f84 111070
2023-04-03T06:46:57.010Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-04-03T06:46:57.010Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-04-03T06:46:57.010Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:46:57.010Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:46:57.010Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:46:57.010Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504417010,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:46:58.011Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:46:58.011Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:46:58.011Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: afe617df-e12f-4e3b-b199-1a35c2301f84, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-04-03T06:46:58.012Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2023-04-03T06:46:58.012Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-04-03T06:46:58.012Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-04-03T06:46:58.087Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13716201096400372907/Definitions/service-TestPnfMacro-template.yml
2023-04-03T06:46:58.680Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:46:58.680Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:46:58.680Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-04-03T06:46:58.680Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T06:46:58.680Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-04-03T06:46:58.680Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-04-03T06:46:58.680Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-04-03T06:46:58.681Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-04-03T06:46:58.681Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-04-03T06:46:58.681Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-04-03T06:46:58.681Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2023-04-03T06:46:58.681Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:46:58.681Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:46:58.681Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:46:58.681Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-04-03T06:46:58.681Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:46:58.681Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:46:58.681Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:46:58.681Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:46:58.681Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2023-04-03T06:46:58.681Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:46:58.681Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:46:58.682Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:46:58.682Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:46:58.682Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:46:58.682Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:46:58.682Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:46:58.682Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:46:58.682Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:46:58.682Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:46:58.682Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:46:58.682Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:46:58.682Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:34ed2b9b-72af-407b-8419-276f4f70513b
Model Version:NULL
Model InvariantUuid:11428829-ad57-410d-962c-aabe5f234cde
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-04-03T06:46:58.698Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 9fc8c214-d68b-46ae-92d5-47dd1e682509
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:46:58.703Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||test-pnf 0
2023-04-03T06:46:58.704Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 9fc8c214-d68b-46ae-92d5-47dd1e682509
2023-04-03T06:46:58.704Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 34ed2b9b-72af-407b-8419-276f4f70513b
2023-04-03T06:46:58.704Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 34ed2b9b-72af-407b-8419-276f4f70513b
2023-04-03T06:46:58.704Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 9fc8c214-d68b-46ae-92d5-47dd1e682509 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-04-03T06:46:58.715Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2236f3ba, org.onap.sdc.toscaparser.api.parameters.Input@7d677214, org.onap.sdc.toscaparser.api.parameters.Input@72232c5d, org.onap.sdc.toscaparser.api.parameters.Input@2c0e3335, org.onap.sdc.toscaparser.api.parameters.Input@3930ae2d]
2023-04-03T06:46:58.715Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:46:58.716Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:46:58.716Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 34ed2b9b-72af-407b-8419-276f4f70513b: test-pnf
2023-04-03T06:46:58.716Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Processing PNF resource: 9fc8c214-d68b-46ae-92d5-47dd1e682509
2023-04-03T06:46:58.716Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:46:58.716Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:46:58.716Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Resource customization UUID: 1047faa4-9c56-4e5d-bec3-1d3d5e95f8e1 is the same as notified resource customizationUUID: 1047faa4-9c56-4e5d-bec3-1d3d5e95f8e1
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-04-03T06:46:58.795Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 9fc8c214-d68b-46ae-92d5-47dd1e682509 0 ASDC deployResourceStructure
2023-04-03T06:46:58.795Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-04-03T06:46:58.795Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-04-03T06:46:58.795Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2023-04-03T06:46:58.795Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:46:58.796Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:46:58.796Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504418795,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:46:59.797Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 405f1a67-e753-4e43-8549-639a9a3a3358
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:46:59.809Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 405f1a67-e753-4e43-8549-639a9a3a3358
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:46:59.811Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:46:59.811Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:46:59.811Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:46:59.812Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:46:59.812Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:46:59.812Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:46:59.812Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:46:59.812Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:46:59.812Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:46:59.818Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:47:07.773Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:47:07.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:47:07.783Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:47:07.783Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:47:07.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:47:07.784Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:47:07.784Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:47:07.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:47:07.784Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504372074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:47:07.784Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:47:07.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:47:07.784Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504374106,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0f3faf60-68c3-4cee-ae71-36b7c394819c already exists"
}
2023-04-03T06:47:07.784Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:47:07.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:47:07.784Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504375108,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 029c43d5-04d7-4011-b26f-14bad8b254c1 already exists"
}
2023-04-03T06:47:07.784Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:47:07.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:47:07.784Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504406358,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:47:07.785Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:47:07.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:47:07.785Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:47:07.785Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:47:07.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:47:07.785Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:47:07.785Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:47:07.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:47:07.785Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:47:07.785Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:47:07.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:47:07.786Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:47:07.786Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:47:07.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:47:07.786Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:47:07.786Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:47:07.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:47:07.786Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:47:07.786Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:47:07.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:47:07.786Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:47:07.786Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:47:07.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:47:07.787Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:47:07.787Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:47:07.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:47:07.787Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680503700119,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:47:07.787Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:47:07.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:47:07.787Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504417010,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:47:07.787Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:47:07.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:47:07.787Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504418795,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2023-04-03T06:47:07.787Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:47:29.818Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 405f1a67-e753-4e43-8549-639a9a3a3358 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:47:29.822Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 405f1a67-e753-4e43-8549-639a9a3a3358 and serviceModelVersionId: 34ed2b9b-72af-407b-8419-276f4f70513b
2023-04-03T06:47:29.822Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 11428829-ad57-410d-962c-aabe5f234cde
2023-04-03T06:47:29.823Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/11428829-ad57-410d-962c-aabe5f234cde/model-vers/model-ver/34ed2b9b-72af-407b-8419-276f4f70513b?depth=0
2023-04-03T06:47:29.828Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:47:29.847Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11428829-ad57-410d-962c-aabe5f234cde/model-vers/model-ver/34ed2b9b-72af-407b-8419-276f4f70513b?depth=0|INFO|500||Invoke
2023-04-03T06:47:29.847Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11428829-ad57-410d-962c-aabe5f234cde/model-vers/model-ver/34ed2b9b-72af-407b-8419-276f4f70513b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11428829-ad57-410d-962c-aabe5f234cde/model-vers/model-ver/34ed2b9b-72af-407b-8419-276f4f70513b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[405f1a67-e753-4e43-8549-639a9a3a3358], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[133ada82-3126-46d7-8cad-6c27c7ecb193], X-ECOMP-RequestID=[405f1a67-e753-4e43-8549-639a9a3a3358], X-TransactionId=[], X-ONAP-RequestID=[405f1a67-e753-4e43-8549-639a9a3a3358], Content-Type=[application/merge-patch+json]}
2023-04-03T06:47:29.853Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11428829-ad57-410d-962c-aabe5f234cde/model-vers/model-ver/34ed2b9b-72af-407b-8419-276f4f70513b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:47:29.996Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11428829-ad57-410d-962c-aabe5f234cde/model-vers/model-ver/34ed2b9b-72af-407b-8419-276f4f70513b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11428829-ad57-410d-962c-aabe5f234cde/model-vers/model-ver/34ed2b9b-72af-407b-8419-276f4f70513b?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:47:29 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[139], vertex-id=[561240], x-aai-txid=[0-aai-resources-230403-06:47:29:861-98529], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:47:29.997Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11428829-ad57-410d-962c-aabe5f234cde/model-vers/model-ver/34ed2b9b-72af-407b-8419-276f4f70513b?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:47:29.997Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11428829-ad57-410d-962c-aabe5f234cde/model-vers/model-ver/34ed2b9b-72af-407b-8419-276f4f70513b?depth=0|INFO|500||InvokeReturn
2023-04-03T06:47:29.997Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:47:29.997Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:47:30.009Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:47:30.009Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 405f1a67-e753-4e43-8549-639a9a3a3358 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:47:30.009Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:47:30.010Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:47:30.010Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:47:30.010Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504450009,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:47:31.031Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T06:47:31.031Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-03T06:47:31.032Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Node 0 disconnected.
2023-04-03T06:47:31.033Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Cancelled in-flight METADATA request with correlation id 118484 due to node 0 being disconnected (elapsed time since creation: 0ms, elapsed time since send: 0ms, request timeout: 30000ms)
2023-04-03T06:47:31.034Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Node 2 disconnected.
2023-04-03T06:47:31.035Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:47:31.035Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:47:31.035Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:47:31.035Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T06:47:31.039Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-a379355c-39ae-4b0d-b26f-0476d417a72b
2023-04-03T06:47:31.040Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:47:31.040Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:47:31.040Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T06:47:32.166Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:47:35.176Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:47:38.185Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:47:41.195Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:47:44.208Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:47:47.217Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:47:50.229Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:47:53.240Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:47:56.249Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:47:59.258Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:48:02.266Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:48:05.280Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:48:07.773Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:48:07.787Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:48:07.787Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T06:48:07.791Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=41, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T06:48:07.793Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully joined group with generation Generation{generationId=41, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-a379355c-39ae-4b0d-b26f-0476d417a72b', protocol='range'}
2023-04-03T06:48:07.795Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 224Buxt-TfaoZml-aDplqw
2023-04-03T06:48:07.795Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 224Buxt-TfaoZml-aDplqw
2023-04-03T06:48:07.795Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 224Buxt-TfaoZml-aDplqw
2023-04-03T06:48:07.795Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 224Buxt-TfaoZml-aDplqw
2023-04-03T06:48:07.795Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 224Buxt-TfaoZml-aDplqw
2023-04-03T06:48:07.795Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 224Buxt-TfaoZml-aDplqw
2023-04-03T06:48:07.796Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 41: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-a379355c-39ae-4b0d-b26f-0476d417a72b=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-04-03T06:48:07.810Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully synced group in generation Generation{generationId=41, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-a379355c-39ae-4b0d-b26f-0476d417a72b', protocol='range'}
2023-04-03T06:48:07.810Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:48:07.810Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=41, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T06:48:07.810Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:48:07.810Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:48:07.810Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:48:07.812Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T06:48:07.812Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T06:48:07.812Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T06:48:07.812Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T06:48:07.812Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T06:48:07.812Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T06:48:07.814Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T06:48:07.814Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T06:48:07.814Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T06:48:07.814Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1458, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T06:48:07.814Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T06:48:07.815Z||pool-2-thread-2|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T06:48:07.879Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:48:07.879Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"67140925-3a6f-407a-959c-109e177260de","serviceName":"basic_onboard_FLWUdk","serviceVersion":"1.0","serviceUUID":"19ebdf40-c64a-481d-8a8f-8b59c9326af3","serviceDescription":"service","serviceInvariantUUID":"2bac4cbd-5db1-4650-9def-8fec2ad66681","resources":[{"resourceInstanceName":"basic_onboard_FLWUdk 0","resourceName":"basic_onboard_FLWUdk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dac3165c-a204-413f-adbe-704623ed23b4","resourceInvariantUUID":"d53cee2e-031e-415a-8fae-95f51faf2e70","resourceCustomizationUUID":"4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml","artifactChecksum":"NGM5YzhiYzRjZjc0ZjU3MmRkMjA5ZTUyYTAwMjQwNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd788691-5050-4702-936e-5323ddbfa177","artifactVersion":"1"},{"artifactName":"basic_onboard_flwudk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json","artifactChecksum":"ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d45e3439-bba4-4631-9b18-813915a57166","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f47d27f-dfde-477b-a49d-8653be82ad1c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ea2f5259-0af6-448f-9bc0-3a618a91f457","artifactVersion":"2","generatedFromUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFlwudk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml","artifactChecksum":"MDk4ODRiZjQ2ZjgxMzhiYjYyYjdkMDAzZGYyNTc2MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"589963b3-da11-4d3e-b9e4-5adee2b92999","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFlwudk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar","artifactChecksum":"ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f8f74d7f-c5f7-425e-a01c-0a969b83b0dc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:48:07.880Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:48:07.880Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:48:07.880Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:48:07.880Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:48:08.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:48:08.828Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504450009,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:48:08.828Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:48:08.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:48:08.829Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:48:08.829Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:48:08.881Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:48:08.881Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:48:08.881Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:48:08.881Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:48:09.882Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:48:09.882Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:48:09.882Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:48:09.882Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:48:10.883Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:48:10.884Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:48:10.884Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:48:10.884Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:48:11.884Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:48:11.885Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:48:11.885Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:48:11.885Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:48:12.885Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:48:12.885Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:48:12.885Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:48:12.885Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:48:13.886Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:48:13.887Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:48:13.887Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:48:13.887Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:48:14.890Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "serviceName": "basic_onboard_FLWUdk",
  "serviceVersion": "1.0",
  "serviceUUID": "19ebdf40-c64a-481d-8a8f-8b59c9326af3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2bac4cbd-5db1-4650-9def-8fec2ad66681",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_FLWUdk 0",
      "resourceCustomizationUUID": "4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf",
      "resourceName": "basic_onboard_FLWUdk",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dac3165c-a204-413f-adbe-704623ed23b4",
      "resourceInvariantUUID": "d53cee2e-031e-415a-8fae-95f51faf2e70",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_flwudk0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
          "artifactChecksum": "ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d45e3439-bba4-4631-9b18-813915a57166",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
            "generatedFromUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardFlwudk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
      "artifactChecksum": "ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f8f74d7f-c5f7-425e-a01c-0a969b83b0dc"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:48:14.890Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:48:14.890Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC
2023-04-03T06:48:14.891Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:67140925-3a6f-407a-959c-109e177260de
ServiceName:basic_onboard_FLWUdk
ServiceVersion:1.0
ServiceUUID:19ebdf40-c64a-481d-8a8f-8b59c9326af3
ServiceInvariantUUID:2bac4cbd-5db1-4650-9def-8fec2ad66681
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFlwudk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
ArtifactUUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc
ArtifactChecksum:ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_FLWUdk 0
ResourceCustomizationUUID:4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf
ResourceInvariantUUID:d53cee2e-031e-415a-8fae-95f51faf2e70
ResourceName:basic_onboard_FLWUdk
ResourceType:VF
ResourceUUID:dac3165c-a204-413f-adbe-704623ed23b4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_flwudk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
ArtifactUUID:d45e3439-bba4-4631-9b18-813915a57166
ArtifactChecksum:ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ=
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:01129bd9-4e3f-4f2f-92c1-083f0cfccae5
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T06:48:14.891Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:48:14.915Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:48:14.916Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:48:14.916Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:48:14.916Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f8f74d7f-c5f7-425e-a01c-0a969b83b0dc from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T06:48:14.916Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:48:14.916Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T06:48:14.948Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-04-03T06:48:14.948Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@7cd892f2
2023-04-03T06:48:14.948Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T06:48:14.949Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T06:48:14.949Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardFlwudk-csar.csar /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar f8f74d7f-c5f7-425e-a01c-0a969b83b0dc Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T06:48:14.949Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar ASDC sendASDCNotification
2023-04-03T06:48:14.949Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(Specified artifact is  not found)
2023-04-03T06:48:14.949Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T06:48:14.949Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:48:14.949Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:48:14.949Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504494949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:48:15.951Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardFlwudk-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(UUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-04-03T06:48:18.319Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:48:18.319Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:48:18.328Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||basic_onboard_FLWUdk 0
2023-04-03T06:48:18.328Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
2023-04-03T06:48:18.329Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d45e3439-bba4-4631-9b18-813915a57166 from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T06:48:18.329Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:48:18.329Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T06:48:18.351Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-04-03T06:48:18.351Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@15c920c5
2023-04-03T06:48:18.351Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T06:48:18.352Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T06:48:18.352Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_flwudk0_modules.json /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json d45e3439-bba4-4631-9b18-813915a57166 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T06:48:18.352Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json ASDC sendASDCNotification
2023-04-03T06:48:18.352Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(Specified artifact is  not found)
2023-04-03T06:48:18.352Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T06:48:18.352Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:48:18.353Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:48:18.353Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504498352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:48:19.354Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_flwudk0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(UUID:d45e3439-bba4-4631-9b18-813915a57166)
Error message 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-04-03T06:48:19.354Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:48:19.364Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:48:19.366Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:48:19.366Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:48:49.366Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:48:49.380Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:48:49.383Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:48:49.383Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:49:07.773Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:49:07.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:49:07.775Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T06:49:07.775Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:49:19.383Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:49:19.394Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:49:19.397Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:49:19.397Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:49:49.397Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:49:49.412Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:49:49.415Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:49:49.415Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:50:07.773Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:50:07.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:50:07.775Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-03T06:50:07.775Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:50:07.775Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:50:07.775Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:50:07.776Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:50:07.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:50:07.776Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-03T06:50:07.776Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:50:07.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:50:07.776Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:50:07.776Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:50:07.776Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:50:07.776Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:50:07.777Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:50:07.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:50:07.777Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504494949,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T06:50:07.777Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:50:07.777Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2023-04-03T06:50:07.777Z||pool-2-thread-2|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504498352,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T06:50:07.777Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:50:19.416Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:50:19.426Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:50:19.427Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:50:19.428Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:50:49.428Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:50:49.438Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:50:49.440Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:50:49.441Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:51:07.773Z||pool-2-thread-2|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:51:19.441Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:51:19.454Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:51:19.457Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:51:19.457Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:51:49.458Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:51:49.472Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:51:49.475Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:51:49.475Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:52:07.774Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:52:19.476Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:52:19.490Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:52:19.493Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:52:19.494Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:52:49.494Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:52:49.510Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:52:49.514Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T06:52:49.514Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T06:53:07.775Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:53:07.949Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T06:53:07.949Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Member SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-a379355c-39ae-4b0d-b26f-0476d417a72b 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-04-03T06:53:07.950Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-03T06:53:07.950Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-03T06:53:08.309Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T06:53:08.323Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:53:08.324Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T06:53:08.328Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=42, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T06:53:08.328Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 42: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-03T06:53:08.343Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=42, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T06:53:08.343Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:53:08.343Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:53:08.347Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T06:53:08.347Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T06:53:08.347Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T06:53:08.347Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1468, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T06:53:08.347Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T06:53:08.347Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T06:53:19.514Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-03T06:53:19.514Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67140925-3a6f-407a-959c-109e177260de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:53:19.521Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67140925-3a6f-407a-959c-109e177260de and serviceModelVersionId: 19ebdf40-c64a-481d-8a8f-8b59c9326af3
2023-04-03T06:53:19.521Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2bac4cbd-5db1-4650-9def-8fec2ad66681
2023-04-03T06:53:19.522Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0
2023-04-03T06:53:19.529Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:53:19.554Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||Invoke
2023-04-03T06:53:19.554Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[67140925-3a6f-407a-959c-109e177260de], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9e64f74f-9b2c-4647-81d6-5f941622cab7], X-ECOMP-RequestID=[67140925-3a6f-407a-959c-109e177260de], X-TransactionId=[], X-ONAP-RequestID=[67140925-3a6f-407a-959c-109e177260de], Content-Type=[application/merge-patch+json]}
2023-04-03T06:53:19.562Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-03T06:53:19.714Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:53:19 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[148], vertex-id=[376920], x-aai-txid=[0-aai-resources-230403-06:53:19:572-53856], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:53:19.714Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:53:19.715Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||InvokeReturn
2023-04-03T06:53:19.715Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:53:19.715Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:53:19.728Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:53:19.728Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67140925-3a6f-407a-959c-109e177260de and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-03T06:53:19.728Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-03T06:53:19.728Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:53:19.728Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:53:19.729Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504799728,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:53:19.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:53:19.748Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504799728,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-03T06:53:19.749Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:53:20.750Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:53:20.751Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"1ba6c437-f06e-4cf5-971b-291d0684a066","serviceName":"vFW 2023-04-03 04-26-19","serviceVersion":"1.0","serviceUUID":"1d95d522-2e0f-4343-9cc1-c8057874e1a7","serviceDescription":"catalog service description","serviceInvariantUUID":"8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38","resources":[{"resourceInstanceName":"vFW 8e02d361-5433 0","resourceName":"vFW 8e02d361-5433","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6acdd6c7-fab4-4f67-9353-504622dd5512","resourceInvariantUUID":"38e6e99e-de44-4a71-b00e-d6a14e39c0d0","resourceCustomizationUUID":"c8134348-724c-4ac8-8b4e-b4601205c1d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml","artifactChecksum":"MTlhZWVmMDU3OWZkMjU2Njk5YWMzZWI4YTk1YzgwZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6a0a1ac1-1076-4d05-be3a-49fee5f34737","artifactVersion":"1"},{"artifactName":"vfw8e02d36154330_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json","artifactChecksum":"NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"476a91f6-7739-4473-b109-ebba85512af9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml","artifactChecksum":"MDJmNmQ4NzA3YTZmNDA2MDA0ZDU4MTRiOGFlN2Q2Mjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b38e7060-1448-4d85-8cdf-3a929672567e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"966ecea8-9af0-46aa-8d5d-3895d9686ba8","artifactVersion":"2","generatedFromUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230403042619-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml","artifactChecksum":"MGZlMGI4Zjc5NjcxZjg2N2I1Y2I2NWUyNTVjYjIzNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1540bab5-1751-409a-b2de-7a325f5eb69d","artifactVersion":"1"},{"artifactName":"service-Vfw20230403042619-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar","artifactChecksum":"ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"284a7ed8-be7f-4a31-9f04-d5e7b63fe142","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:53:20.751Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:53:20.751Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:53:20.752Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:53:20.752Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:53:21.752Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:53:21.753Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:53:21.753Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:53:21.753Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:53:22.753Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:53:22.754Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:53:22.754Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:53:22.754Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:53:23.755Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:53:23.755Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:53:23.755Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:53:23.755Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:53:24.756Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:53:24.756Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:53:24.756Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:53:24.756Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:53:25.757Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:53:25.757Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:53:25.757Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:53:25.758Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:53:26.758Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:53:26.759Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:53:26.759Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:53:26.759Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:53:27.760Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "serviceName": "vFW 2023-04-03 04-26-19",
  "serviceVersion": "1.0",
  "serviceUUID": "1d95d522-2e0f-4343-9cc1-c8057874e1a7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38",
  "resources": [
    {
      "resourceInstanceName": "vFW 8e02d361-5433 0",
      "resourceCustomizationUUID": "c8134348-724c-4ac8-8b4e-b4601205c1d5",
      "resourceName": "vFW 8e02d361-5433",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6acdd6c7-fab4-4f67-9353-504622dd5512",
      "resourceInvariantUUID": "38e6e99e-de44-4a71-b00e-d6a14e39c0d0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8e02d36154330_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
          "artifactChecksum": "NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "476a91f6-7739-4473-b109-ebba85512af9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
            "generatedFromUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230403042619-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
      "artifactChecksum": "ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "284a7ed8-be7f-4a31-9f04-d5e7b63fe142"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:53:27.760Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:53:27.760Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC
2023-04-03T06:53:27.760Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:1ba6c437-f06e-4cf5-971b-291d0684a066
ServiceName:vFW 2023-04-03 04-26-19
ServiceVersion:1.0
ServiceUUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
ServiceInvariantUUID:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230403042619-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
ArtifactUUID:284a7ed8-be7f-4a31-9f04-d5e7b63fe142
ArtifactChecksum:ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8e02d361-5433 0
ResourceCustomizationUUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
ResourceInvariantUUID:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
ResourceName:vFW 8e02d361-5433
ResourceType:VF
ResourceUUID:6acdd6c7-fab4-4f67-9353-504622dd5512
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8e02d36154330_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json
ArtifactUUID:476a91f6-7739-4473-b109-ebba85512af9
ArtifactChecksum:NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI=
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml
ArtifactUUID:62b20843-bd6e-4ffa-9cf5-dfe2585e9862
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T06:53:27.760Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:53:27.799Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:53:27.800Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:53:27.800Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:53:27.800Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 from URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T06:53:27.800Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:53:27.800Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T06:53:28.141Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:53:28.144Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 101447
2023-04-03T06:53:28.144Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T06:53:28.145Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T06:53:28.145Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:53:28.145Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:53:28.145Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:53:28.145Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504808144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:53:29.145Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:53:29.146Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:53:29.146Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142, URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar to file: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:53:29.146Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230403042619-csar.csar
2023-04-03T06:53:29.147Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:53:29.147Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:53:29.262Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15310105593186928458/Definitions/service-Vfw20230403042619-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2023-04-03T06:53:30.826Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:53:30.827Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:53:30.828Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:53:30.828Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-03T06:53:30.828Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:53:30.828Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:53:30.828Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:53:30.828Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:53:30.828Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:53:30.828Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:53:30.829Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:53:30.829Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:53:30.829Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:53:30.829Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T06:53:30.829Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8e02d361-5433 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-Vfw20230403042619-csar.csar
2023-04-03T06:53:30.829Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:53:30.829Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:53:30.829Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:53:30.829Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T06:53:30.829Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:53:30.830Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:53:30.830Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:53:30.830Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:53:30.830Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T06:53:30.830Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:53:30.830Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:53:30.830Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:53:30.830Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:53:30.830Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:53:30.830Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T06:53:30.830Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:53:30.830Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T06:53:30.830Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T06:53:30.830Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:53:30.830Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T06:53:30.830Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:53:30.830Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:53:30.831Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T06:53:30.831Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T06:53:30.831Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:53:30.831Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T06:53:30.831Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T06:53:30.831Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T06:53:30.831Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T06:53:30.831Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:53:30.831Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T06:53:30.831Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:53:30.831Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T06:53:30.831Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:53:30.831Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T06:53:30.831Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:53:30.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:53:30.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T06:53:30.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:53:30.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:53:30.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T06:53:30.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:53:30.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:53:30.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T06:53:30.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:53:30.832Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-03T06:53:30.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:53:30.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T06:53:30.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T06:53:30.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:53:30.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T06:53:30.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T06:53:30.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T06:53:30.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T06:53:30.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:53:30.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5ffc881a-26c6-4204-a1d2-ba4d1a62f347
2023-04-03T06:53:30.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:53:30.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T06:53:30.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:53:30.833Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T06:53:30.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T06:53:30.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:53:30.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T06:53:30.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:53:30.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:53:30.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-03T06:53:30.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T06:53:30.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T06:53:30.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T06:53:30.834Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:53:30.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
2023-04-03T06:53:30.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:53:30.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T06:53:30.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:53:30.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T06:53:30.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T06:53:30.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:53:30.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T06:53:30.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:53:30.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:53:30.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T06:53:30.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T06:53:30.835Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:53:30.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T06:53:30.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-03T06:53:30.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=122e325f-2e27-4d48-9a3f-efbc72a34c71
2023-04-03T06:53:30.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:53:30.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:53:30.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:53:30.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:53:30.836Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:53:30.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:53:30.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:53:30.837Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:53:30.857Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-03 04-26-19
Description:catalog service description
Model UUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
Model Version:NULL
Model InvariantUuid:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8e02d361-5433
Model UUID:47d4862e-1a6e-4dae-9653-99928c24d602
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cde9fb02-b9a2-4c60-9c16-09798dbb426d
ModelName:Vfw8e02d3615433..base_vfw..module-0
ModelUuid:6455b1ae-49c2-4d62-8cfb-2a21c47b6279
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5ffc881a-26c6-4204-a1d2-ba4d1a62f347
ModelInvariantUuid:7e3cea96-7596-4528-9dfb-591d1405d3a3
ModelName:vFW 8e02d361-5433-nodes.vfwCvfc
ModelUuid:756475be-46b0-4af1-9b47-3051a8f60749
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:082e0945-8a5f-423d-8d6d-a828b35abcfb
ModelInvariantUuid:b465ff3b-5bff-4c01-8015-9a6983208da2
ModelName:Vfw8e02d3615433.compute.nodes.heat.vfw
ModelUuid:79b898ee-37ad-4e21-a0c4-244ae0393f4e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
ModelInvariantUuid:7ca98905-f86a-4518-bbb0-9bfbc9cb899c
ModelName:vFW 8e02d361-5433-nodes.vsnCvfc
ModelUuid:d550497c-377e-420a-b821-53296abc0905
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8d40a476-40b7-4511-b338-57d6275036c1
ModelInvariantUuid:d1f91f15-5937-45d6-aa49-dd806b16d46a
ModelName:Vfw8e02d3615433.compute.nodes.heat.vsn
ModelUuid:4983761a-7d0f-41cc-981e-225a831f6b16
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:122e325f-2e27-4d48-9a3f-efbc72a34c71
ModelInvariantUuid:506f7d29-0459-42b4-a53f-aaea27378297
ModelName:vFW 8e02d361-5433-nodes.vpgCvfc
ModelUuid:78065023-194b-4fca-99d6-23e702ead165
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:97f360b6-9db5-41fa-ac2b-da7a01872868
ModelInvariantUuid:427fbd83-51f4-4c81-ba9e-90d3b0aa9915
ModelName:Vfw8e02d3615433.compute.nodes.heat.vpg
ModelUuid:d5bc98b6-ccee-4a42-aeac-9b5dd51b7f56
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-04-03T06:53:30.901Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||ERROR|500||Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists
2023-04-03T06:53:30.901Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T06:53:30.901Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists)
2023-04-03T06:53:30.901Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:53:30.901Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:53:30.901Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:53:30.902Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504810901,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:53:31.902Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T06:53:31.902Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists)
2023-04-03T06:53:31.902Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:53:31.903Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:53:31.903Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:53:31.903Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504811902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:53:32.903Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:53:32.918Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:53:32.921Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:53:32.921Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:53:32.921Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:53:32.921Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:53:32.921Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:53:32.921Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:53:32.921Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:53:32.921Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:53:32.921Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:53:32.927Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:54:02.927Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:54:02.937Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and serviceModelVersionId: 1d95d522-2e0f-4343-9cc1-c8057874e1a7
2023-04-03T06:54:02.937Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
2023-04-03T06:54:02.938Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0
2023-04-03T06:54:02.944Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:54:02.969Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||Invoke
2023-04-03T06:54:02.969Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e690b16d-4208-4219-a483-ebf399c8b6c9], X-ECOMP-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], X-TransactionId=[], X-ONAP-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], Content-Type=[application/merge-patch+json]}
2023-04-03T06:54:02.980Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:54:03.158Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:54:02 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[174], vertex-id=[241720], x-aai-txid=[1-aai-resources-230403-06:54:02:989-77664], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:54:03.159Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:54:03.159Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||InvokeReturn
2023-04-03T06:54:03.160Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:54:03.160Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:54:03.175Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:54:03.175Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ba6c437-f06e-4cf5-971b-291d0684a066 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:54:03.176Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:54:03.176Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:54:03.176Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:54:03.176Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504843175,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:54:04.199Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:54:04.199Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"2a7eda29-9989-4138-bd46-cca320902689","serviceName":"vFW 2023-04-03 05-26-46","serviceVersion":"1.0","serviceUUID":"c608ba70-262e-4e6c-a5ac-a662dc3a40ae","serviceDescription":"catalog service description","serviceInvariantUUID":"2ab16a21-98dc-4b45-bfdd-8202f50de2ef","resources":[{"resourceInstanceName":"vFW 9788de87-67a5 0","resourceName":"vFW 9788de87-67a5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a3eb70d2-577c-4ec5-a10e-227de41ce2e3","resourceInvariantUUID":"ceba352d-9b2d-4bfc-8c8e-3e4c94004a14","resourceCustomizationUUID":"cb88b717-d4c9-49ee-bd40-a092f617a26a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml","artifactChecksum":"M2QwMzBkMmFmYzVmMGNlNzYwNjVlM2JjY2Q2MWMzNzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1379996f-64e2-4052-8a4c-cfd918e3bbba","artifactVersion":"1"},{"artifactName":"vfw9788de8767a50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json","artifactChecksum":"M2I0ZWZhOTk5OWY2ZjFiZDA4NmRmYTgzZDUyMjAwMGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0a3c8d72-899d-404d-9ec3-4a9aa9370a01","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"332f6cea-661b-44e7-8418-999a7faa362d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml","artifactChecksum":"OGZlY2NhMDljNGY1ZGRmNGU3ODJjMmE0YzljMzc0NWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b04aefc1-451c-483d-afaf-23a3c7bf28e6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5a4d096b-2ade-46d5-9e0a-f464972a54b7","artifactVersion":"2","generatedFromUUID":"332f6cea-661b-44e7-8418-999a7faa362d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230403052646-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml","artifactChecksum":"ZmQ5ODc5MTViY2Y5OWExMzk4ZjMwYjdjY2E1YThiZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"feeb6917-dcdc-4eff-be5b-8abdd320af8d","artifactVersion":"1"},{"artifactName":"service-Vfw20230403052646-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar","artifactChecksum":"NWRmYWJmOGUyMDRkODNmODM4MTlmMTE1YmFmNjQyZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5d50b584-a760-415f-b165-b06ef6b1f1e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:54:04.199Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:54:04.199Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:54:04.199Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:54:04.199Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:54:05.200Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:54:05.200Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:54:05.200Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:54:05.200Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:54:06.201Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:54:06.201Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:54:06.201Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:54:06.202Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:54:07.202Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:54:07.203Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:54:07.203Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:54:07.203Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:54:07.773Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:54:07.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:54:07.779Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:54:07.779Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:54:07.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:54:07.780Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T06:54:07.780Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:54:07.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:54:07.780Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-03T06:54:07.780Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:54:07.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:54:07.780Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:54:07.780Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:54:07.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:54:07.780Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-03T06:54:07.780Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:54:07.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:54:07.780Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:54:07.780Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:54:07.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:54:07.781Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:54:07.781Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:54:07.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:54:07.781Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504808144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:54:07.781Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:54:07.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:54:07.781Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504810901,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
}
2023-04-03T06:54:07.781Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:54:07.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:54:07.781Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504811902,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
}
2023-04-03T06:54:07.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:54:07.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:54:07.782Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504843175,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:54:07.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:54:07.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:54:07.782Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:54:07.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:54:07.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:54:07.782Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T06:54:07.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:54:07.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:54:07.783Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-03T06:54:07.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:54:07.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:54:07.783Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:54:07.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:54:08.203Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:54:08.204Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:54:08.204Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:54:08.204Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:54:09.205Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:54:09.205Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:54:09.205Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:54:09.205Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:54:10.206Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:54:10.206Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:54:10.206Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:54:10.206Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:54:11.207Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "serviceName": "vFW 2023-04-03 05-26-46",
  "serviceVersion": "1.0",
  "serviceUUID": "c608ba70-262e-4e6c-a5ac-a662dc3a40ae",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2ab16a21-98dc-4b45-bfdd-8202f50de2ef",
  "resources": [
    {
      "resourceInstanceName": "vFW 9788de87-67a5 0",
      "resourceCustomizationUUID": "cb88b717-d4c9-49ee-bd40-a092f617a26a",
      "resourceName": "vFW 9788de87-67a5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a3eb70d2-577c-4ec5-a10e-227de41ce2e3",
      "resourceInvariantUUID": "ceba352d-9b2d-4bfc-8c8e-3e4c94004a14",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw9788de8767a50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
          "artifactChecksum": "M2I0ZWZhOTk5OWY2ZjFiZDA4NmRmYTgzZDUyMjAwMGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0a3c8d72-899d-404d-9ec3-4a9aa9370a01",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "332f6cea-661b-44e7-8418-999a7faa362d",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5a4d096b-2ade-46d5-9e0a-f464972a54b7",
            "generatedFromUUID": "332f6cea-661b-44e7-8418-999a7faa362d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5a4d096b-2ade-46d5-9e0a-f464972a54b7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230403052646-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
      "artifactChecksum": "NWRmYWJmOGUyMDRkODNmODM4MTlmMTE1YmFmNjQyZmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5d50b584-a760-415f-b165-b06ef6b1f1e8"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:54:11.208Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:54:11.208Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c608ba70-262e-4e6c-a5ac-a662dc3a40ae ASDC
2023-04-03T06:54:11.208Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:2a7eda29-9989-4138-bd46-cca320902689
ServiceName:vFW 2023-04-03 05-26-46
ServiceVersion:1.0
ServiceUUID:c608ba70-262e-4e6c-a5ac-a662dc3a40ae
ServiceInvariantUUID:2ab16a21-98dc-4b45-bfdd-8202f50de2ef
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230403052646-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
ArtifactUUID:5d50b584-a760-415f-b165-b06ef6b1f1e8
ArtifactChecksum:NWRmYWJmOGUyMDRkODNmODM4MTlmMTE1YmFmNjQyZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9788de87-67a5 0
ResourceCustomizationUUID:cb88b717-d4c9-49ee-bd40-a092f617a26a
ResourceInvariantUUID:ceba352d-9b2d-4bfc-8c8e-3e4c94004a14
ResourceName:vFW 9788de87-67a5
ResourceType:VF
ResourceUUID:a3eb70d2-577c-4ec5-a10e-227de41ce2e3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9788de8767a50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json
ArtifactUUID:0a3c8d72-899d-404d-9ec3-4a9aa9370a01
ArtifactChecksum:M2I0ZWZhOTk5OWY2ZjFiZDA4NmRmYTgzZDUyMjAwMGI=
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/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml
ArtifactUUID:332f6cea-661b-44e7-8418-999a7faa362d
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/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env
ArtifactUUID:5a4d096b-2ade-46d5-9e0a-f464972a54b7
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/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env
ArtifactUUID:5a4d096b-2ade-46d5-9e0a-f464972a54b7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T06:54:11.208Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c608ba70-262e-4e6c-a5ac-a662dc3a40ae ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:54:11.242Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:54:11.243Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:54:11.243Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:54:11.243Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 from URL: /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
2023-04-03T06:54:11.243Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:54:11.243Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
2023-04-03T06:54:11.532Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:54:11.534Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar 5d50b584-a760-415f-b165-b06ef6b1f1e8 101394
2023-04-03T06:54:11.535Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar ASDC sendASDCNotification
2023-04-03T06:54:11.535Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
2023-04-03T06:54:11.535Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:54:11.535Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:54:11.536Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:54:11.536Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504851535,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:54:12.536Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:54:12.537Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:54:12.537Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8, URL: /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar to file: /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:54:12.538Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230403052646-csar.csar
2023-04-03T06:54:12.538Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:54:12.539Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:54:12.661Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12506808408808624549/Definitions/service-Vfw20230403052646-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2023-04-03T06:54:14.243Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:54:14.244Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:54:14.244Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:54:14.244Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-03T06:54:14.244Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:54:14.244Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:54:14.244Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:54:14.244Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:54:14.244Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:54:14.244Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:54:14.244Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:54:14.244Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:54:14.244Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:54:14.244Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9788de87-67a5 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-Vfw20230403052646-csar.csar
2023-04-03T06:54:14.244Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T06:54:14.244Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:54:14.244Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:54:14.244Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:54:14.244Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T06:54:14.244Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:54:14.244Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:54:14.244Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:54:14.245Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:54:14.245Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T06:54:14.245Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:54:14.245Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:54:14.245Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:54:14.245Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:54:14.245Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:54:14.245Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T06:54:14.245Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:54:14.245Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:54:14.245Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T06:54:14.245Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:54:14.245Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T06:54:14.245Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:54:14.245Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T06:54:14.245Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T06:54:14.245Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T06:54:14.246Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:54:14.246Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T06:54:14.246Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T06:54:14.246Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T06:54:14.246Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T06:54:14.246Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:54:14.246Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T06:54:14.246Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:54:14.246Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T06:54:14.246Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:54:14.246Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T06:54:14.246Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:54:14.246Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:54:14.246Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T06:54:14.246Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:54:14.246Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:54:14.246Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T06:54:14.246Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:54:14.247Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:54:14.247Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T06:54:14.247Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:54:14.247Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:54:14.247Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-03T06:54:14.247Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T06:54:14.247Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T06:54:14.247Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:54:14.247Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T06:54:14.247Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T06:54:14.247Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T06:54:14.247Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T06:54:14.247Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:54:14.247Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a430e9fd-041a-42d8-b147-c518cfc20c03
2023-04-03T06:54:14.247Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:54:14.247Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T06:54:14.247Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:54:14.247Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:54:14.248Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T06:54:14.248Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:54:14.248Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T06:54:14.248Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:54:14.248Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T06:54:14.248Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-03T06:54:14.248Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T06:54:14.248Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T06:54:14.248Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T06:54:14.248Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:54:14.248Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ab73571b-7798-4ba9-977b-2137a4ccef6a
2023-04-03T06:54:14.248Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:54:14.248Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T06:54:14.248Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T06:54:14.248Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T06:54:14.248Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T06:54:14.248Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:54:14.249Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T06:54:14.249Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T06:54:14.249Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T06:54:14.249Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T06:54:14.249Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T06:54:14.249Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T06:54:14.249Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T06:54:14.249Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-03T06:54:14.249Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=16305da0-f57a-4b01-82d2-de9f0140b769
2023-04-03T06:54:14.249Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:54:14.249Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:54:14.249Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:54:14.249Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:54:14.249Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:54:14.249Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:54:14.249Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:54:14.249Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:54:14.249Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-03 05-26-46
Description:catalog service description
Model UUID:c608ba70-262e-4e6c-a5ac-a662dc3a40ae
Model Version:NULL
Model InvariantUuid:2ab16a21-98dc-4b45-bfdd-8202f50de2ef
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 9788de87-67a5
Model UUID:565afa59-b03d-48f0-93f9-012885fc7424
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ceba352d-9b2d-4bfc-8c8e-3e4c94004a14
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cb88b717-d4c9-49ee-bd40-a092f617a26a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:85136328-f095-47bb-bc1c-43a61975e49b
ModelName:Vfw9788de8767a5..base_vfw..module-0
ModelUuid:825a363c-eea9-4145-a6e9-00dc45aa43e4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a430e9fd-041a-42d8-b147-c518cfc20c03
ModelInvariantUuid:e4c62a9b-09a1-467b-bf7a-6e2eb5d52103
ModelName:vFW 9788de87-67a5-nodes.vfwCvfc
ModelUuid:04f5a6c2-5ed2-452d-bc04-b56dbdc1259a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:39b4f3bc-fb2c-49b5-beb6-0eb321eb4892
ModelInvariantUuid:8fd280ad-9d22-4c16-abe3-bfe12fedac79
ModelName:Vfw9788de8767a5.compute.nodes.heat.vfw
ModelUuid:4d8679d6-a308-49ad-8d75-0fe570cc9e12
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ab73571b-7798-4ba9-977b-2137a4ccef6a
ModelInvariantUuid:2e7cac4b-1a60-4ea2-a2ce-1ec4f00fb9bb
ModelName:vFW 9788de87-67a5-nodes.vsnCvfc
ModelUuid:1c97fb47-a071-4a26-83fa-f699107d14c1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b1ad0e7f-19b7-4fd9-ba6a-f94020f801de
ModelInvariantUuid:70018cf0-0e4c-42ef-83c7-538284785f9f
ModelName:Vfw9788de8767a5.compute.nodes.heat.vsn
ModelUuid:9bcc28a2-9d7d-425e-9f60-3eca4a7cc3f1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:16305da0-f57a-4b01-82d2-de9f0140b769
ModelInvariantUuid:48951810-a0e3-4e18-8b24-d7da77221b02
ModelName:vFW 9788de87-67a5-nodes.vpgCvfc
ModelUuid:4a32a8a1-548b-4963-96ed-4fe7a6d6a0a4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e2881614-1550-491b-98ce-b4973170b2be
ModelInvariantUuid:abf9146c-dc4f-4fe9-b92b-4d2a6c633a6b
ModelName:Vfw9788de8767a5.compute.nodes.heat.vpg
ModelUuid:1738041d-46dd-41ff-ab54-1107d8a343d4
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-04-03T06:54:14.290Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||ERROR|500||Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists
2023-04-03T06:54:14.290Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar ASDC sendASDCNotification
2023-04-03T06:54:14.290Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar(Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists)
2023-04-03T06:54:14.290Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:54:14.290Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:54:14.290Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:54:14.290Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504854290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:54:15.291Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar ASDC sendASDCNotification
2023-04-03T06:54:15.291Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar(Resource with UUID: a3eb70d2-577c-4ec5-a10e-227de41ce2e3 already exists)
2023-04-03T06:54:15.291Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:54:15.291Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:54:15.291Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:54:15.291Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504855291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a3eb70d2-577c-4ec5-a10e-227de41ce2e3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:54:16.292Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a7eda29-9989-4138-bd46-cca320902689
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:54:16.308Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a7eda29-9989-4138-bd46-cca320902689
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:54:16.310Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:54:16.310Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:54:16.311Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:54:16.311Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:54:16.311Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:54:16.311Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:54:16.311Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:54:16.312Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:54:16.312Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:54:16.320Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:54:46.321Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a7eda29-9989-4138-bd46-cca320902689 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:54:46.329Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a7eda29-9989-4138-bd46-cca320902689 and serviceModelVersionId: c608ba70-262e-4e6c-a5ac-a662dc3a40ae
2023-04-03T06:54:46.330Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2ab16a21-98dc-4b45-bfdd-8202f50de2ef
2023-04-03T06:54:46.330Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0
2023-04-03T06:54:46.337Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:54:46.358Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T06:54:46.359Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|INFO|500||Invoke
2023-04-03T06:54:46.366Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:54:46.520Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|INFO|500||InvokeReturn
2023-04-03T06:54:46.521Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:54:46 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[176360], x-aai-txid=[1-aai-resources-230403-06:54:46:373-50557], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:54:46.521Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:54:46.521Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:54:46.521Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:54:46.529Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:54:46.530Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a7eda29-9989-4138-bd46-cca320902689 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:54:46.530Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:54:46.530Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:54:46.530Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:54:46.530Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504886530,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:54:47.550Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:54:47.550Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1","serviceDescription":"service","serviceInvariantUUID":"a8e681f8-62e7-4d21-a5fa-dd60cbb7513e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"787af5c5-551e-4c25-b892-328c28277d94","resourceInvariantUUID":"cea6a232-8209-455d-b5b5-1ece29cf9aa9","resourceCustomizationUUID":"9606c9a9-94b4-499d-9e81-5800185e52f1","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":"NWQxOGZiNThkMjQyNGNlZGFlZjZjMGQ4ZjZhOTFiNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0461aead-9859-48ab-bafc-209cf2891a47","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NzcxYmY2ZmUyODYxN2M4NzdmYWE0N2YyZDQwN2U5MDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bacef586-115d-40b1-b3e1-5b20cbbe15e7","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:54:47.550Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:54:47.550Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:54:47.550Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:54:47.550Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:54:48.551Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:54:48.551Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:54:48.551Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:54:48.551Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:54:49.552Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a8e681f8-62e7-4d21-a5fa-dd60cbb7513e",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "9606c9a9-94b4-499d-9e81-5800185e52f1",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "787af5c5-551e-4c25-b892-328c28277d94",
      "resourceInvariantUUID": "cea6a232-8209-455d-b5b5-1ece29cf9aa9",
      "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": "NzcxYmY2ZmUyODYxN2M4NzdmYWE0N2YyZDQwN2U5MDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bacef586-115d-40b1-b3e1-5b20cbbe15e7"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:54:49.552Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:54:49.552Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1 ASDC
2023-04-03T06:54:49.553Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1
ServiceInvariantUUID:a8e681f8-62e7-4d21-a5fa-dd60cbb7513e
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:bacef586-115d-40b1-b3e1-5b20cbbe15e7
ArtifactChecksum:NzcxYmY2ZmUyODYxN2M4NzdmYWE0N2YyZDQwN2U5MDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9606c9a9-94b4-499d-9e81-5800185e52f1
ResourceInvariantUUID:cea6a232-8209-455d-b5b5-1ece29cf9aa9
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:787af5c5-551e-4c25-b892-328c28277d94
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-03T06:54:49.553Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:54:49.582Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:54:49.583Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:54:49.583Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:54:49.584Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-03T06:54:49.584Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:54:49.585Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-03T06:54:49.893Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:54:49.894Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar bacef586-115d-40b1-b3e1-5b20cbbe15e7 57783
2023-04-03T06:54:49.895Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-03T06:54:49.895Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-03T06:54:49.895Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:54:49.896Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:54:49.896Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:54:49.897Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504889895,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:54:50.897Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:54:50.898Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:54:50.898Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:54:50.898Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-03T06:54:50.898Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:54:50.898Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:54:50.965Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2953935341124742787/Definitions/service-BasicNetwork-template.yml
2023-04-03T06:54:51.290Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:54:51.290Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:54:51.291Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:54:51.291Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-03T06:54:51.291Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:54:51.291Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:54:51.291Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:54:51.291Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:54:51.291Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:54:51.291Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:54:51.291Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:54:51.291Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T06:54:51.291Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:54:51.291Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:54:51.291Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:54:51.292Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-03T06:54:51.292Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:54:51.292Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:54:51.292Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:54:51.292Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:54:51.292Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-03T06:54:51.292Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:54:51.292Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:54:51.293Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:54:51.293Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:54:51.293Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:54:51.293Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:54:51.293Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:54:51.293Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:54:51.293Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:54:51.293Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:54:51.293Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:54:51.293Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:54:51.293Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1
Model Version:NULL
Model InvariantUuid:a8e681f8-62e7-4d21-a5fa-dd60cbb7513e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:cea6a232-8209-455d-b5b5-1ece29cf9aa9
Model UUID:8b34861b-9848-4d7e-a62d-634d34e94099
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:9606c9a9-94b4-499d-9e81-5800185e52f1
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-03T06:54:51.329Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||ERROR|500||Csar with UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 already exists
2023-04-03T06:54:51.329Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-03T06:54:51.329Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 already exists)
2023-04-03T06:54:51.329Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:54:51.329Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:54:51.329Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:54:51.329Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504891329,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:54:52.330Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-03T06:54:52.330Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 787af5c5-551e-4c25-b892-328c28277d94 already exists)
2023-04-03T06:54:52.330Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:54:52.330Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:54:52.330Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:54:52.330Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504892330,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 787af5c5-551e-4c25-b892-328c28277d94 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:54:53.331Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:54:54.563Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:54:54.567Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:54:54.567Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:54:54.567Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:54:54.567Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:54:54.567Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:54:54.567Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:54:54.567Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:54:54.567Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:54:54.567Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:54:54.577Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:55:07.773Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:55:07.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:55:07.775Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-03T06:55:07.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:55:24.577Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:55:24.586Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02 and serviceModelVersionId: 4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1
2023-04-03T06:55:24.587Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a8e681f8-62e7-4d21-a5fa-dd60cbb7513e
2023-04-03T06:55:24.587Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0
2023-04-03T06:55:24.594Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:55:24.614Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T06:55:24.615Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|INFO|500||Invoke
2023-04-03T06:55:24.623Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:55:24.760Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|INFO|500||InvokeReturn
2023-04-03T06:55:24.761Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:55:24 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[151768], x-aai-txid=[1-aai-resources-230403-06:55:24:631-90945], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:55:24.761Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:55:24.762Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:55:24.762Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:55:24.776Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:55:24.776Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:55:24.777Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:55:24.777Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:55:24.777Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:55:24.777Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504924777,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:55:25.794Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:55:25.794Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"faa6e256-3a0a-4c89-86b9-c4bedd8d632b","serviceName":"Demo_pNF_Oxl3B80h2m7gr6O9tOAo","serviceVersion":"1.0","serviceUUID":"1332212f-514b-4ea3-9653-22313ffcf1bd","serviceDescription":"catalog service description","serviceInvariantUUID":"55f9937c-9d37-4f8a-9eaa-29096097a150","resources":[{"resourceInstanceName":"pNF 4c97cee1-ff01 0","resourceName":"pNF 4c97cee1-ff01","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6dc9b242-9db9-49a0-bf5e-42ed573a9e51","resourceInvariantUUID":"fc0ac666-17a2-4b77-9bbb-772a72b5acf3","resourceCustomizationUUID":"c83a316e-0f12-4e26-88a9-d79a826ac680","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vf-license-model.xml","artifactChecksum":"MTViNzFmMzNhMzAzMzU0OTBmNWUwYjkzM2U0NTE4YmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"13dbec84-83ca-4a64-bc82-4a02eb81615e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/pNF.csar","artifactChecksum":"YWY1NzNlYTAyN2YwNmMyOGQ4YWMxMWZhMzZiY2NkNWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0083c2a9-2c9d-4c69-8cf4-4f4f39028164","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"10e2c8e0-0fc7-4d86-87d9-69b6df991a7a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vendor-license-model.xml","artifactChecksum":"OGZiNDFhZjc3ZmUwOGZkMjdjMGE0MzBlYTJkZjNjMTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b089e457-e80b-4fb5-90ff-5ba7b3212109","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0cc56ab-72e3-4a8e-89a4-dce330776fde","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"204e205e-8af3-40dd-a5e1-2f579430756a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml","artifactChecksum":"ZDQ2OThkYTFkMjRmYjJjOWYzY2VkMzBlNjFhNzk5NzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ffb6d078-e956-4a3f-b490-9bc3b920d2a4","artifactVersion":"1"},{"artifactName":"service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar","artifactChecksum":"ZGI4ZjVmMWQ0NDQ0MzFkN2E0N2ZkZDRhMjE4ZGUxMmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3ab3e23b-b342-4f65-a547-e54977d397da","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:55:25.795Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:55:25.795Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:55:25.795Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:55:25.795Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:55:26.795Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:55:26.796Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:55:26.796Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:55:26.796Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:55:27.796Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:55:27.797Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:55:27.797Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:55:27.797Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:55:28.797Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:55:28.798Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:55:28.798Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:55:28.798Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:55:29.798Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:55:29.798Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:55:29.798Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:55:29.798Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:55:30.799Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:55:30.799Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:55:30.799Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:55:30.799Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:55:31.800Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:55:31.800Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:55:31.800Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:55:31.800Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:55:32.801Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:55:32.801Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:55:32.801Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:55:32.801Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:55:33.802Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "serviceName": "Demo_pNF_Oxl3B80h2m7gr6O9tOAo",
  "serviceVersion": "1.0",
  "serviceUUID": "1332212f-514b-4ea3-9653-22313ffcf1bd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "55f9937c-9d37-4f8a-9eaa-29096097a150",
  "resources": [
    {
      "resourceInstanceName": "pNF 4c97cee1-ff01 0",
      "resourceCustomizationUUID": "c83a316e-0f12-4e26-88a9-d79a826ac680",
      "resourceName": "pNF 4c97cee1-ff01",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6dc9b242-9db9-49a0-bf5e-42ed573a9e51",
      "resourceInvariantUUID": "fc0ac666-17a2-4b77-9bbb-772a72b5acf3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
      "artifactChecksum": "ZGI4ZjVmMWQ0NDQ0MzFkN2E0N2ZkZDRhMjE4ZGUxMmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3ab3e23b-b342-4f65-a547-e54977d397da"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:55:33.802Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:55:33.802Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1332212f-514b-4ea3-9653-22313ffcf1bd ASDC
2023-04-03T06:55:33.803Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:faa6e256-3a0a-4c89-86b9-c4bedd8d632b
ServiceName:Demo_pNF_Oxl3B80h2m7gr6O9tOAo
ServiceVersion:1.0
ServiceUUID:1332212f-514b-4ea3-9653-22313ffcf1bd
ServiceInvariantUUID:55f9937c-9d37-4f8a-9eaa-29096097a150
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
ArtifactUUID:3ab3e23b-b342-4f65-a547-e54977d397da
ArtifactChecksum:ZGI4ZjVmMWQ0NDQ0MzFkN2E0N2ZkZDRhMjE4ZGUxMmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4c97cee1-ff01 0
ResourceCustomizationUUID:c83a316e-0f12-4e26-88a9-d79a826ac680
ResourceInvariantUUID:fc0ac666-17a2-4b77-9bbb-772a72b5acf3
ResourceName:pNF 4c97cee1-ff01
ResourceType:PNF
ResourceUUID:6dc9b242-9db9-49a0-bf5e-42ed573a9e51
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-03T06:55:33.803Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1332212f-514b-4ea3-9653-22313ffcf1bd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:55:33.831Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:55:33.832Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:55:33.832Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:55:33.832Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3ab3e23b-b342-4f65-a547-e54977d397da from URL: /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:55:33.833Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:55:33.833Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:55:34.106Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:55:34.109Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar 3ab3e23b-b342-4f65-a547-e54977d397da 87993
2023-04-03T06:55:34.109Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar ASDC sendASDCNotification
2023-04-03T06:55:34.110Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:55:34.110Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:55:34.110Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:55:34.110Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:55:34.110Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504934109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:55:35.110Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:55:35.111Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:55:35.111Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 3ab3e23b-b342-4f65-a547-e54977d397da, URL: /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar to file: /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:55:35.111Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:55:35.111Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:55:35.111Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:55:35.182Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14268977253736533957/Definitions/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml
2023-04-03T06:55:35.773Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:55:35.773Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:55:35.773Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:55:35.773Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T06:55:35.773Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4c97cee1-ff01 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-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:55:35.773Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:55:35.774Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:55:35.774Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:55:35.774Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:55:35.774Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:55:35.774Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T06:55:35.774Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:55:35.774Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:55:35.774Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:55:35.774Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Node template pNF 4c97cee1-ff01 0 is matching search criteria
2023-04-03T06:55:35.774Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:55:35.774Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 4c97cee1-ff01 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:55:35.774Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:55:35.774Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:55:35.775Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Node template pNF 4c97cee1-ff01 0 is matching search criteria
2023-04-03T06:55:35.775Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:55:35.775Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 4c97cee1-ff01 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:55:35.775Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:55:35.775Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:55:35.776Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:55:35.776Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:55:35.776Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:55:35.776Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:55:35.776Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:55:35.776Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:55:35.776Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:55:35.776Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:55:35.776Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Oxl3B80h2m7gr6O9tOAo
Description:catalog service description
Model UUID:1332212f-514b-4ea3-9653-22313ffcf1bd
Model Version:NULL
Model InvariantUuid:55f9937c-9d37-4f8a-9eaa-29096097a150
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-04-03T06:55:35.815Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||ERROR|500||Csar with UUID: 3ab3e23b-b342-4f65-a547-e54977d397da already exists
2023-04-03T06:55:35.815Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar ASDC sendASDCNotification
2023-04-03T06:55:35.815Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar(Csar with UUID: 3ab3e23b-b342-4f65-a547-e54977d397da already exists)
2023-04-03T06:55:35.815Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:55:35.815Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:55:35.816Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:55:35.816Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504935815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3ab3e23b-b342-4f65-a547-e54977d397da already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:55:36.816Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar ASDC sendASDCNotification
2023-04-03T06:55:36.816Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar(Resource with UUID: 6dc9b242-9db9-49a0-bf5e-42ed573a9e51 already exists)
2023-04-03T06:55:36.816Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:55:36.817Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:55:36.817Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:55:36.817Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504936816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6dc9b242-9db9-49a0-bf5e-42ed573a9e51 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:55:37.817Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: faa6e256-3a0a-4c89-86b9-c4bedd8d632b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:55:37.836Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: faa6e256-3a0a-4c89-86b9-c4bedd8d632b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:55:37.840Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:55:37.840Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:55:37.840Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:55:37.840Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:55:37.840Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:55:37.841Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:55:37.841Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:55:37.841Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:55:37.841Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:55:37.849Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:56:07.773Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:56:07.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:56:07.775Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:56:07.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:56:07.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:56:07.775Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:56:07.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:56:07.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:56:07.776Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504851535,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:56:07.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:56:07.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:56:07.776Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504854290,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists"
}
2023-04-03T06:56:07.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:56:07.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:56:07.776Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504855291,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a3eb70d2-577c-4ec5-a10e-227de41ce2e3 already exists"
}
2023-04-03T06:56:07.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:56:07.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:56:07.776Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504886530,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:56:07.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:56:07.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:56:07.776Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:56:07.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:56:07.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:56:07.777Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:56:07.777Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:56:07.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:56:07.777Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504889895,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:56:07.777Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:56:07.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:56:07.777Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504891329,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 already exists"
}
2023-04-03T06:56:07.777Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:56:07.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:56:07.777Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504892330,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 787af5c5-551e-4c25-b892-328c28277d94 already exists"
}
2023-04-03T06:56:07.778Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:56:07.850Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: faa6e256-3a0a-4c89-86b9-c4bedd8d632b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:56:07.974Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: faa6e256-3a0a-4c89-86b9-c4bedd8d632b and serviceModelVersionId: 1332212f-514b-4ea3-9653-22313ffcf1bd
2023-04-03T06:56:07.974Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 55f9937c-9d37-4f8a-9eaa-29096097a150
2023-04-03T06:56:07.975Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0
2023-04-03T06:56:07.984Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:56:08.016Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T06:56:08.017Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|INFO|500||Invoke
2023-04-03T06:56:08.024Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:56:08.180Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|INFO|500||InvokeReturn
2023-04-03T06:56:08.181Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:56:08 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[151], vertex-id=[204832], x-aai-txid=[0-aai-resources-230403-06:56:08:032-76366], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:56:08.181Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:56:08.181Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:56:08.181Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:56:08.187Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:56:08.188Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID faa6e256-3a0a-4c89-86b9-c4bedd8d632b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:56:08.188Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:56:08.188Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:56:08.188Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:56:08.188Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504968188,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:56:09.202Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:56:09.202Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"f6926451-6069-417e-b7db-2800b7061bb3","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"205c6bdd-fb55-4ab0-8210-70d6b0e9a06b","serviceDescription":"service","serviceInvariantUUID":"290a2027-5f50-48ce-b23b-d9958e461260","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cca49e2b-a592-45e7-ad60-a0b040a06b21","resourceInvariantUUID":"24305239-b2d0-4f68-bdfe-fcfaad612492","resourceCustomizationUUID":"d34b0cc4-af9b-4dcf-83b4-1bb790430cad","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":"ZjliNzNiZDBkNjNiMDhjNGU1ODEwMjRlM2ExMmM2MjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6646f189-8e5a-4d66-9645-a5c9bb3a7ea3","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":"ZGIyOWU2OGRhNWMwNWVjNTliMmU4N2IxYTZlZjVmMTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"248b0520-0753-43bc-8989-f4a2c11189fc","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":"138c0b31-d054-43d2-88ef-487fa941c727","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":"3eed7be2-186a-4381-be39-14e5c293ee30","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":"a1fc643c-6883-473b-8d39-b404e2a8fafd","artifactVersion":"2","generatedFromUUID":"138c0b31-d054-43d2-88ef-487fa941c727"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTkwOTFhZTNjODNkYTY0ZDNjMjY0OGMxM2QxMjA0OWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9394169b-ebc7-4234-b8f9-1af288a85dd0","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWUwYzkyZmNmNTU5Njk4N2RmYmI0ZDM5NWZmYWVmMDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1bf7198e-bb62-4f46-9790-b009f8321faa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:56:09.203Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:56:09.203Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:56:09.203Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:56:09.203Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "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-04-03T06:56:10.204Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:56:10.204Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:56:10.205Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:56:10.205Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "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-04-03T06:56:11.206Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:56:11.206Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:56:11.206Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:56:11.206Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "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-04-03T06:56:12.207Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:56:12.208Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:56:12.208Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:56:12.208Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "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-04-03T06:56:13.208Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:56:13.209Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:56:13.209Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:56:13.210Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "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-04-03T06:56:14.211Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:56:14.211Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:56:14.211Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:56:14.211Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:56:15.212Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:56:15.212Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:56:15.213Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:56:15.213Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:56:16.213Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "205c6bdd-fb55-4ab0-8210-70d6b0e9a06b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "290a2027-5f50-48ce-b23b-d9958e461260",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d34b0cc4-af9b-4dcf-83b4-1bb790430cad",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cca49e2b-a592-45e7-ad60-a0b040a06b21",
      "resourceInvariantUUID": "24305239-b2d0-4f68-bdfe-fcfaad612492",
      "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": "ZGIyOWU2OGRhNWMwNWVjNTliMmU4N2IxYTZlZjVmMTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "248b0520-0753-43bc-8989-f4a2c11189fc",
          "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": "138c0b31-d054-43d2-88ef-487fa941c727",
          "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": "a1fc643c-6883-473b-8d39-b404e2a8fafd",
            "generatedFromUUID": "138c0b31-d054-43d2-88ef-487fa941c727"
          },
          "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": "a1fc643c-6883-473b-8d39-b404e2a8fafd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "OWUwYzkyZmNmNTU5Njk4N2RmYmI0ZDM5NWZmYWVmMDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1bf7198e-bb62-4f46-9790-b009f8321faa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:56:16.214Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:56:16.214Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 205c6bdd-fb55-4ab0-8210-70d6b0e9a06b ASDC
2023-04-03T06:56:16.214Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:f6926451-6069-417e-b7db-2800b7061bb3
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:205c6bdd-fb55-4ab0-8210-70d6b0e9a06b
ServiceInvariantUUID:290a2027-5f50-48ce-b23b-d9958e461260
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:1bf7198e-bb62-4f46-9790-b009f8321faa
ArtifactChecksum:OWUwYzkyZmNmNTU5Njk4N2RmYmI0ZDM5NWZmYWVmMDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d34b0cc4-af9b-4dcf-83b4-1bb790430cad
ResourceInvariantUUID:24305239-b2d0-4f68-bdfe-fcfaad612492
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:cca49e2b-a592-45e7-ad60-a0b040a06b21
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:248b0520-0753-43bc-8989-f4a2c11189fc
ArtifactChecksum:ZGIyOWU2OGRhNWMwNWVjNTliMmU4N2IxYTZlZjVmMTY=
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:138c0b31-d054-43d2-88ef-487fa941c727
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:a1fc643c-6883-473b-8d39-b404e2a8fafd
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:a1fc643c-6883-473b-8d39-b404e2a8fafd
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T06:56:16.215Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 205c6bdd-fb55-4ab0-8210-70d6b0e9a06b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:56:16.244Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:56:16.245Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:56:16.245Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:56:16.245Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-03T06:56:16.245Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:56:16.245Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-03T06:56:16.535Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:56:16.537Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1bf7198e-bb62-4f46-9790-b009f8321faa 75157
2023-04-03T06:56:16.538Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-03T06:56:16.538Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-03T06:56:16.538Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:56:16.538Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:56:16.538Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:56:16.538Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504976538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:56:17.539Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:56:17.540Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:56:17.540Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:56:17.540Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-03T06:56:17.541Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:56:17.541Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:56:17.644Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5392391555484453898/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-04-03T06:56:18.587Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:56:18.587Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:56:18.587Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:56:18.588Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T06:56:18.588Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:56:18.588Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:56:18.588Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:56:18.588Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:56:18.588Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:56:18.588Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:56:18.588Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T06:56:18.588Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:56:18.588Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:56:18.588Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:56:18.588Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T06:56:18.588Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:56:18.589Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:56:18.589Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:56:18.589Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:56:18.589Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T06:56:18.589Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:56:18.589Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:56:18.589Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:56:18.589Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:56:18.589Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:56:18.589Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-03T06:56:18.590Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-03T06:56:18.590Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-03T06:56:18.590Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-03T06:56:18.590Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-03T06:56:18.590Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T06:56:18.590Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:56:18.590Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T06:56:18.590Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:56:18.590Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T06:56:18.590Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:56:18.590Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:56:18.591Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T06:56:18.591Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:56:18.591Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:56:18.591Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T06:56:18.591Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:56:18.591Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:56:18.591Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-03T06:56:18.591Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-03T06:56:18.591Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-03T06:56:18.592Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=386d9e5d-ce22-433e-b24c-37cd501f7a5e
2023-04-03T06:56:18.592Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:56:18.592Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:56:18.592Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:56:18.592Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:56:18.592Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:56:18.592Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:56:18.592Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:56:18.592Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:56:18.592Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:205c6bdd-fb55-4ab0-8210-70d6b0e9a06b
Model Version:NULL
Model InvariantUuid:290a2027-5f50-48ce-b23b-d9958e461260
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:5c1c232b-f9bd-4729-9222-6463a2fb68bb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:24305239-b2d0-4f68-bdfe-fcfaad612492
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d34b0cc4-af9b-4dcf-83b4-1bb790430cad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:45ee27b9-2ec5-4a13-9086-329dcfc9217b
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:7ad00a28-eb6b-49d7-a44f-740a5327feb9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:386d9e5d-ce22-433e-b24c-37cd501f7a5e
ModelInvariantUuid:49fbba8b-8e7d-4588-ac83-522574bdb8c3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:a2c7fc9a-e509-4068-80e6-b51e43bf82f6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:88907c78-b2df-4198-96df-32abf65b3916
ModelInvariantUuid:02bc1d5d-3906-4b72-9028-c9f379f61762
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:289b7c4e-6975-46bc-9f53-a059f29ecaa5
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-04-03T06:56:18.631Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||ERROR|500||Csar with UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa already exists
2023-04-03T06:56:18.631Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-03T06:56:18.631Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa already exists)
2023-04-03T06:56:18.631Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:56:18.631Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:56:18.631Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:56:18.632Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504978631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:56:19.632Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-03T06:56:19.633Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: cca49e2b-a592-45e7-ad60-a0b040a06b21 already exists)
2023-04-03T06:56:19.633Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:56:19.633Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:56:19.633Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:56:19.633Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504979632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: cca49e2b-a592-45e7-ad60-a0b040a06b21 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:56:20.634Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6926451-6069-417e-b7db-2800b7061bb3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:56:20.676Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6926451-6069-417e-b7db-2800b7061bb3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:56:20.679Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:56:20.679Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:56:20.679Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:56:20.679Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:56:20.679Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:56:20.679Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:56:20.680Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:56:20.680Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:56:20.680Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:56:20.689Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:56:50.689Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f6926451-6069-417e-b7db-2800b7061bb3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:56:50.697Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f6926451-6069-417e-b7db-2800b7061bb3 and serviceModelVersionId: 205c6bdd-fb55-4ab0-8210-70d6b0e9a06b
2023-04-03T06:56:50.698Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 290a2027-5f50-48ce-b23b-d9958e461260
2023-04-03T06:56:50.698Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0
2023-04-03T06:56:50.704Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:56:50.727Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0|INFO|500||Invoke
2023-04-03T06:56:50.728Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f6926451-6069-417e-b7db-2800b7061bb3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[64efa98d-3513-4ecf-b09b-5a7e4d594292], X-ECOMP-RequestID=[f6926451-6069-417e-b7db-2800b7061bb3], X-TransactionId=[], X-ONAP-RequestID=[f6926451-6069-417e-b7db-2800b7061bb3], Content-Type=[application/merge-patch+json]}
2023-04-03T06:56:50.736Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:56:50.874Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:56:50 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[241736], x-aai-txid=[0-aai-resources-230403-06:56:50:745-74972], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:56:50.874Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:56:50.875Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0|INFO|500||InvokeReturn
2023-04-03T06:56:50.875Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:56:50.875Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:56:50.885Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:56:50.885Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f6926451-6069-417e-b7db-2800b7061bb3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:56:50.885Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:56:50.885Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:56:50.886Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:56:50.886Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505010885,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:56:51.907Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:56:51.907Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"96176ffb-93a7-4469-ba17-beb529a16739","serviceName":"Demo_pNF_tu7tgeomYpGKBQ0AQDjF","serviceVersion":"1.0","serviceUUID":"7a7094f3-459f-4259-92ff-345bb8f82ff1","serviceDescription":"catalog service description","serviceInvariantUUID":"d9db46d4-4115-4d8b-bbdc-eb705935ec31","resources":[{"resourceInstanceName":"pNF 1a375b37-bf2d 0","resourceName":"pNF 1a375b37-bf2d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a53c58f7-9480-4033-b2b4-a5bf43228d88","resourceInvariantUUID":"c216dc19-0394-4801-b57a-deca2710f7f4","resourceCustomizationUUID":"e9bb89ba-768a-49cd-ac57-52b9d72d6b3b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vf-license-model.xml","artifactChecksum":"YmY0N2M4ZDE4NTY0NjhjZmRjYWViMDBhMGI1MWIxYjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"edefc8e0-95d5-4977-bfcf-24d220afd6b9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/pNF.csar","artifactChecksum":"YWY1NzNlYTAyN2YwNmMyOGQ4YWMxMWZhMzZiY2NkNWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d56217b0-ab36-4835-bde6-274ad03e4523","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7cd06037-a9d5-48ba-a05c-cdf1f4c740d6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vendor-license-model.xml","artifactChecksum":"Y2U4Njk4MWE1NDRkNTA1Y2ExM2I5ODEzMTQxOTI3NjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b5f85bc6-ca67-4fde-b27a-b30fb0ba4fa3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"30763a71-652c-4f01-9377-ae082aea79e6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"02a40e0d-6833-4c70-8069-cdf77a368cf2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml","artifactChecksum":"YmM3NThlNjkwZTNkNWFkOWI5OTdkMWFiMmRjZjM4MDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79c4f570-f9e2-4680-a9f5-a496d9a0e700","artifactVersion":"1"},{"artifactName":"service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar","artifactChecksum":"ZWIxNjM5ZmRhNTE5MDI2ODBmM2MwYTA2Y2ExNTljYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2feb992d-4f7e-4b44-a9b8-e44262cd5ad5","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:56:51.908Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:56:51.908Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:56:51.908Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:56:51.908Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:56:52.908Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:56:52.909Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:56:52.909Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:56:52.909Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:56:53.910Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:56:53.911Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:56:53.911Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:56:53.911Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:56:54.912Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:56:54.912Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:56:54.913Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:56:54.913Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:56:55.915Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:56:55.915Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:56:55.915Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:56:55.915Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:56:56.917Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:56:56.917Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:56:56.917Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:56:56.917Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:56:57.918Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:56:57.919Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:56:57.919Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:56:57.919Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:56:58.920Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:56:58.920Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:56:58.920Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:56:58.921Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:56:59.922Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "serviceName": "Demo_pNF_tu7tgeomYpGKBQ0AQDjF",
  "serviceVersion": "1.0",
  "serviceUUID": "7a7094f3-459f-4259-92ff-345bb8f82ff1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d9db46d4-4115-4d8b-bbdc-eb705935ec31",
  "resources": [
    {
      "resourceInstanceName": "pNF 1a375b37-bf2d 0",
      "resourceCustomizationUUID": "e9bb89ba-768a-49cd-ac57-52b9d72d6b3b",
      "resourceName": "pNF 1a375b37-bf2d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a53c58f7-9480-4033-b2b4-a5bf43228d88",
      "resourceInvariantUUID": "c216dc19-0394-4801-b57a-deca2710f7f4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
      "artifactChecksum": "ZWIxNjM5ZmRhNTE5MDI2ODBmM2MwYTA2Y2ExNTljYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2feb992d-4f7e-4b44-a9b8-e44262cd5ad5"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:56:59.922Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:56:59.923Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7a7094f3-459f-4259-92ff-345bb8f82ff1 ASDC
2023-04-03T06:56:59.923Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:96176ffb-93a7-4469-ba17-beb529a16739
ServiceName:Demo_pNF_tu7tgeomYpGKBQ0AQDjF
ServiceVersion:1.0
ServiceUUID:7a7094f3-459f-4259-92ff-345bb8f82ff1
ServiceInvariantUUID:d9db46d4-4115-4d8b-bbdc-eb705935ec31
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
ArtifactUUID:2feb992d-4f7e-4b44-a9b8-e44262cd5ad5
ArtifactChecksum:ZWIxNjM5ZmRhNTE5MDI2ODBmM2MwYTA2Y2ExNTljYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 1a375b37-bf2d 0
ResourceCustomizationUUID:e9bb89ba-768a-49cd-ac57-52b9d72d6b3b
ResourceInvariantUUID:c216dc19-0394-4801-b57a-deca2710f7f4
ResourceName:pNF 1a375b37-bf2d
ResourceType:PNF
ResourceUUID:a53c58f7-9480-4033-b2b4-a5bf43228d88
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-03T06:56:59.923Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a7094f3-459f-4259-92ff-345bb8f82ff1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:56:59.949Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:56:59.950Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:56:59.950Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:56:59.950Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 from URL: /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:56:59.950Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:56:59.950Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:57:00.274Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:57:00.276Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 87992
2023-04-03T06:57:00.276Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar ASDC sendASDCNotification
2023-04-03T06:57:00.276Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:57:00.276Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:57:00.277Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:57:00.277Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:57:00.277Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505020276,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:57:01.277Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:57:01.278Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:57:01.278Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5, URL: /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar to file: /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:57:01.278Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:57:01.279Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:57:01.279Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:57:01.368Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16120623784313455810/Definitions/service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml
2023-04-03T06:57:01.977Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:57:01.977Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:57:01.978Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:57:01.978Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T06:57:01.978Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1a375b37-bf2d 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-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:57:01.978Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:57:01.978Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:57:01.978Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:57:01.978Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:57:01.978Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:57:01.978Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T06:57:01.978Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:57:01.979Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:57:01.979Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:57:01.979Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Node template pNF 1a375b37-bf2d 0 is matching search criteria
2023-04-03T06:57:01.979Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:57:01.979Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 1a375b37-bf2d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:57:01.979Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:57:01.979Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:57:01.979Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Node template pNF 1a375b37-bf2d 0 is matching search criteria
2023-04-03T06:57:01.979Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:57:01.979Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 1a375b37-bf2d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:57:01.979Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:57:01.979Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:57:01.979Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:57:01.979Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:57:01.979Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:57:01.980Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:57:01.980Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:57:01.980Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:57:01.980Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:57:01.980Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:57:01.980Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_tu7tgeomYpGKBQ0AQDjF
Description:catalog service description
Model UUID:7a7094f3-459f-4259-92ff-345bb8f82ff1
Model Version:NULL
Model InvariantUuid:d9db46d4-4115-4d8b-bbdc-eb705935ec31
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-04-03T06:57:02.558Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||ERROR|500||Csar with UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 already exists
2023-04-03T06:57:02.559Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar ASDC sendASDCNotification
2023-04-03T06:57:02.559Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar(Csar with UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 already exists)
2023-04-03T06:57:02.559Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:57:02.559Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:57:02.559Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:57:02.559Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505022559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:57:03.560Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar ASDC sendASDCNotification
2023-04-03T06:57:03.561Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar(Resource with UUID: a53c58f7-9480-4033-b2b4-a5bf43228d88 already exists)
2023-04-03T06:57:03.561Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:57:03.561Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:57:03.561Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:57:03.561Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505023560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a53c58f7-9480-4033-b2b4-a5bf43228d88 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:57:04.562Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96176ffb-93a7-4469-ba17-beb529a16739
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:57:04.579Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96176ffb-93a7-4469-ba17-beb529a16739
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:57:04.582Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:57:04.582Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:57:04.582Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:57:04.582Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:57:04.582Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:57:04.583Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:57:04.583Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:57:04.583Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:57:04.583Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:57:04.590Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:57:07.773Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:57:07.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:57:07.774Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504924777,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:57:07.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:57:07.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:57:07.775Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:57:07.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:57:07.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:57:07.775Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:57:07.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:57:07.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:57:07.775Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:57:07.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:57:07.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:57:07.776Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:57:07.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:57:07.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:57:07.776Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:57:07.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:57:07.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:57:07.776Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:57:07.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:57:07.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:57:07.776Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:57:07.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:57:07.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:57:07.776Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:57:07.777Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:57:07.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:57:07.777Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504934109,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:57:07.777Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:57:07.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:57:07.777Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504935815,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3ab3e23b-b342-4f65-a547-e54977d397da already exists"
}
2023-04-03T06:57:07.777Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:57:07.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:57:07.777Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504936816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6dc9b242-9db9-49a0-bf5e-42ed573a9e51 already exists"
}
2023-04-03T06:57:07.777Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:57:34.590Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 96176ffb-93a7-4469-ba17-beb529a16739 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:57:34.600Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 96176ffb-93a7-4469-ba17-beb529a16739 and serviceModelVersionId: 7a7094f3-459f-4259-92ff-345bb8f82ff1
2023-04-03T06:57:34.601Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d9db46d4-4115-4d8b-bbdc-eb705935ec31
2023-04-03T06:57:34.601Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0
2023-04-03T06:57:34.608Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:57:34.629Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T06:57:34.630Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0|INFO|500||Invoke
2023-04-03T06:57:34.640Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:57:34.777Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0|INFO|500||InvokeReturn
2023-04-03T06:57:34.778Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:57:34 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[134], vertex-id=[241672], x-aai-txid=[0-aai-resources-230403-06:57:34:648-677], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:57:34.778Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:57:34.778Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:57:34.778Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:57:34.794Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:57:34.794Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 96176ffb-93a7-4469-ba17-beb529a16739 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:57:34.794Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:57:34.794Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:57:34.794Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:57:34.794Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505054794,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:57:35.812Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:57:35.812Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"d15e255c-b15d-4c52-8bb3-899edc3349b8","serviceName":"Demo_pNF_HMbbR0oJEskKtjBqjweY","serviceVersion":"1.0","serviceUUID":"085768f5-69a5-4cc6-91eb-f148e874cd4b","serviceDescription":"catalog service description","serviceInvariantUUID":"7cc41ecd-aa8a-450b-966d-b8d6202674f9","resources":[{"resourceInstanceName":"pNF 9e2c9b74-de23 0","resourceName":"pNF 9e2c9b74-de23","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7e5c0815-3629-4711-b9cc-64128e7bc38a","resourceInvariantUUID":"ff4e96ce-678d-42d7-9d2f-0cc0ccc601f9","resourceCustomizationUUID":"d5115979-21fd-4c94-a171-254b861d96cd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vf-license-model.xml","artifactChecksum":"Mjg2MWY2MzNmOTUwOTBjNTFhMGM3MTcwZjE0YTM4ZGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1d05cb5f-4889-4f76-ad69-c6b2804eb618","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/pNF.csar","artifactChecksum":"YWY1NzNlYTAyN2YwNmMyOGQ4YWMxMWZhMzZiY2NkNWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"901ec9fe-988a-4d22-89d8-97a9b0f85b40","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a285b584-7148-4730-b1dc-c9dfadabdafd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vendor-license-model.xml","artifactChecksum":"MzZhYTg3ZWM4MGU0YjAzOTQ3ZmI1ZGE2MWM5N2VkYjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d06d43e2-12bc-4847-ac73-38f73ef2ca86","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70032e67-b3c3-4e72-b9c1-4a66dc738c8c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88a1af8b-d467-427c-a2ec-90575a5a8a32","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHmbbr0ojeskktjbqjwey-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-template.yml","artifactChecksum":"NjY0OTQwZTMyMTZmM2JiYWYxNTFkMmM3YjI1YmNmM2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"29135bb3-8256-4a02-8dcc-01aca055419b","artifactVersion":"1"},{"artifactName":"service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar","artifactChecksum":"YjE2Yjk5NzM3OGI0YmYwZWVkNGRmMTUxNTUxOGZhOTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e45fce11-82e9-4b19-9578-e00f62f2e584","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:57:35.813Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:57:35.813Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:57:35.813Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:57:35.813Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:57:36.814Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:57:36.814Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:57:36.814Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:57:36.814Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:57:37.815Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:57:37.815Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:57:37.815Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:57:37.816Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:57:38.816Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:57:38.817Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:57:38.817Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:57:38.817Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:57:39.818Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:57:39.818Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:57:39.818Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:57:39.818Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:57:40.819Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:57:40.819Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:57:40.819Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:57:40.820Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:57:41.820Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:57:41.821Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:57:41.821Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:57:41.821Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:57:42.821Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:57:42.822Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:57:42.822Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:57:42.822Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:57:43.823Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "serviceName": "Demo_pNF_HMbbR0oJEskKtjBqjweY",
  "serviceVersion": "1.0",
  "serviceUUID": "085768f5-69a5-4cc6-91eb-f148e874cd4b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7cc41ecd-aa8a-450b-966d-b8d6202674f9",
  "resources": [
    {
      "resourceInstanceName": "pNF 9e2c9b74-de23 0",
      "resourceCustomizationUUID": "d5115979-21fd-4c94-a171-254b861d96cd",
      "resourceName": "pNF 9e2c9b74-de23",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7e5c0815-3629-4711-b9cc-64128e7bc38a",
      "resourceInvariantUUID": "ff4e96ce-678d-42d7-9d2f-0cc0ccc601f9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
      "artifactChecksum": "YjE2Yjk5NzM3OGI0YmYwZWVkNGRmMTUxNTUxOGZhOTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e45fce11-82e9-4b19-9578-e00f62f2e584"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:57:43.823Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:57:43.823Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 085768f5-69a5-4cc6-91eb-f148e874cd4b ASDC
2023-04-03T06:57:43.823Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:d15e255c-b15d-4c52-8bb3-899edc3349b8
ServiceName:Demo_pNF_HMbbR0oJEskKtjBqjweY
ServiceVersion:1.0
ServiceUUID:085768f5-69a5-4cc6-91eb-f148e874cd4b
ServiceInvariantUUID:7cc41ecd-aa8a-450b-966d-b8d6202674f9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
ArtifactUUID:e45fce11-82e9-4b19-9578-e00f62f2e584
ArtifactChecksum:YjE2Yjk5NzM3OGI0YmYwZWVkNGRmMTUxNTUxOGZhOTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9e2c9b74-de23 0
ResourceCustomizationUUID:d5115979-21fd-4c94-a171-254b861d96cd
ResourceInvariantUUID:ff4e96ce-678d-42d7-9d2f-0cc0ccc601f9
ResourceName:pNF 9e2c9b74-de23
ResourceType:PNF
ResourceUUID:7e5c0815-3629-4711-b9cc-64128e7bc38a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-03T06:57:43.824Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 085768f5-69a5-4cc6-91eb-f148e874cd4b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:57:43.851Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:57:43.852Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:57:43.852Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:57:43.852Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e45fce11-82e9-4b19-9578-e00f62f2e584 from URL: /sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:57:43.852Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:57:43.853Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:57:44.187Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:57:44.189Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar e45fce11-82e9-4b19-9578-e00f62f2e584 87986
2023-04-03T06:57:44.189Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar ASDC sendASDCNotification
2023-04-03T06:57:44.190Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:57:44.190Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:57:44.190Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:57:44.190Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:57:44.190Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505064189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:57:45.191Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:57:45.191Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:57:45.192Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e45fce11-82e9-4b19-9578-e00f62f2e584, URL: /sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar to file: /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:57:45.193Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:57:45.193Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:57:45.194Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:57:45.276Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6857930118063444069/Definitions/service-DemoPnfHmbbr0ojeskktjbqjwey-template.yml
2023-04-03T06:57:45.848Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:57:45.849Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:57:45.849Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:57:45.849Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T06:57:45.849Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9e2c9b74-de23 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-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:57:45.849Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:57:45.849Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:57:45.849Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:57:45.849Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:57:45.849Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:57:45.849Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T06:57:45.849Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:57:45.849Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:57:45.849Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:57:45.850Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Node template pNF 9e2c9b74-de23 0 is matching search criteria
2023-04-03T06:57:45.850Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:57:45.850Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 9e2c9b74-de23 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:57:45.850Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:57:45.850Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:57:45.850Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Node template pNF 9e2c9b74-de23 0 is matching search criteria
2023-04-03T06:57:45.850Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:57:45.850Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 9e2c9b74-de23 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:57:45.850Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:57:45.850Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:57:45.850Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:57:45.850Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:57:45.850Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:57:45.851Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:57:45.851Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:57:45.851Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:57:45.851Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:57:45.851Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:57:45.851Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_HMbbR0oJEskKtjBqjweY
Description:catalog service description
Model UUID:085768f5-69a5-4cc6-91eb-f148e874cd4b
Model Version:NULL
Model InvariantUuid:7cc41ecd-aa8a-450b-966d-b8d6202674f9
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-04-03T06:57:45.886Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||ERROR|500||Csar with UUID: e45fce11-82e9-4b19-9578-e00f62f2e584 already exists
2023-04-03T06:57:45.887Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar ASDC sendASDCNotification
2023-04-03T06:57:45.887Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar(Csar with UUID: e45fce11-82e9-4b19-9578-e00f62f2e584 already exists)
2023-04-03T06:57:45.887Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:57:45.887Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:57:45.887Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:57:45.887Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505065887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e45fce11-82e9-4b19-9578-e00f62f2e584 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:57:46.888Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar ASDC sendASDCNotification
2023-04-03T06:57:46.888Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar(Resource with UUID: 7e5c0815-3629-4711-b9cc-64128e7bc38a already exists)
2023-04-03T06:57:46.888Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:57:46.888Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:57:46.889Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:57:46.889Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505066888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7e5c0815-3629-4711-b9cc-64128e7bc38a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:57:47.889Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d15e255c-b15d-4c52-8bb3-899edc3349b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:57:47.903Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d15e255c-b15d-4c52-8bb3-899edc3349b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:57:47.906Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:57:47.907Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:57:47.907Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:57:47.907Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:57:47.907Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:57:47.907Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:57:47.907Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:57:47.907Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:57:47.907Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:57:47.916Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:58:07.773Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:58:07.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:58:07.775Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504968188,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:58:07.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:58:07.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:58:07.776Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:58:07.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:58:07.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:58:07.776Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T06:58:07.777Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:58:07.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:58:07.777Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-03T06:58:07.777Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:58:07.777Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:58:07.777Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:58:07.778Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:58:07.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:58:07.778Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-03T06:58:07.778Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:58:07.778Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:58:07.778Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:58:07.779Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:58:07.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:58:07.779Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:58:07.779Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:58:07.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:58:07.779Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504976538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:58:07.779Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:58:07.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:58:07.780Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504978631,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa already exists"
}
2023-04-03T06:58:07.780Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:58:07.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:58:07.780Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504979632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: cca49e2b-a592-45e7-ad60-a0b040a06b21 already exists"
}
2023-04-03T06:58:07.780Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:58:07.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:58:07.780Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505010885,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:58:07.781Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:58:07.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:58:07.781Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:58:07.781Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:58:07.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:58:07.781Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:58:07.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:58:07.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:58:07.782Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:58:07.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:58:07.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:58:07.782Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:58:07.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:58:07.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:58:07.783Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:58:07.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:58:07.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:58:07.783Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:58:07.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:58:07.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:58:07.784Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:58:07.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:58:07.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:58:07.784Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:58:07.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:58:07.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:58:07.785Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505020276,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:58:07.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:58:07.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:58:07.785Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505022559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 already exists"
}
2023-04-03T06:58:07.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:58:07.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:58:07.786Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505023560,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a53c58f7-9480-4033-b2b4-a5bf43228d88 already exists"
}
2023-04-03T06:58:07.786Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:58:17.917Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d15e255c-b15d-4c52-8bb3-899edc3349b8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:58:17.925Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d15e255c-b15d-4c52-8bb3-899edc3349b8 and serviceModelVersionId: 085768f5-69a5-4cc6-91eb-f148e874cd4b
2023-04-03T06:58:17.926Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7cc41ecd-aa8a-450b-966d-b8d6202674f9
2023-04-03T06:58:17.927Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7cc41ecd-aa8a-450b-966d-b8d6202674f9/model-vers/model-ver/085768f5-69a5-4cc6-91eb-f148e874cd4b?depth=0
2023-04-03T06:58:17.935Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:58:17.964Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7cc41ecd-aa8a-450b-966d-b8d6202674f9/model-vers/model-ver/085768f5-69a5-4cc6-91eb-f148e874cd4b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T06:58:17.965Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7cc41ecd-aa8a-450b-966d-b8d6202674f9/model-vers/model-ver/085768f5-69a5-4cc6-91eb-f148e874cd4b?depth=0|INFO|500||Invoke
2023-04-03T06:58:17.973Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7cc41ecd-aa8a-450b-966d-b8d6202674f9/model-vers/model-ver/085768f5-69a5-4cc6-91eb-f148e874cd4b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:58:18.107Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7cc41ecd-aa8a-450b-966d-b8d6202674f9/model-vers/model-ver/085768f5-69a5-4cc6-91eb-f148e874cd4b?depth=0|INFO|500||InvokeReturn
2023-04-03T06:58:18.107Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7cc41ecd-aa8a-450b-966d-b8d6202674f9/model-vers/model-ver/085768f5-69a5-4cc6-91eb-f148e874cd4b?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:58:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[130], vertex-id=[253960], x-aai-txid=[1-aai-resources-230403-06:58:17:984-94547], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:58:18.107Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:58:18.108Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:58:18.108Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:58:18.113Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:58:18.114Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d15e255c-b15d-4c52-8bb3-899edc3349b8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:58:18.114Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:58:18.114Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:58:18.114Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:58:18.114Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505098114,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:58:19.130Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:58:19.130Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"ef214ce9-5511-46fd-bd63-09602147d610","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"14e3d857-a252-43a2-818b-4ddd49eb5ab0","serviceDescription":"service","serviceInvariantUUID":"a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7c0386e9-9839-4f71-a312-f530b2f9855e","resourceInvariantUUID":"0bdcbf82-937e-45ee-ae91-2927bb5c794e","resourceCustomizationUUID":"7dbf3e05-6eec-4343-a8d9-a2470c564a03","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":"NDM5ZjU4NTg1ZTkyMzkyNTA2NGIxMTAzZDZkMTQ2ZTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7879a818-5c26-4eb4-86ea-a11a2c2b5863","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":"ZTJhMzRmNmYwNGUxY2MwYWNmM2UzZGE4NmQxZjRmNWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f50d620c-6c86-430f-9052-ad6fa513b8bd","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":"ec74a1bd-f52a-4410-b8a5-9136f795025f","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":"9b2d950f-ed68-4647-b97c-41651886a40a","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":"e61e29f8-fa54-4b23-9674-44aa740bc60f","artifactVersion":"2","generatedFromUUID":"19600016-3a45-44c8-a9b5-272956cf15d2"},{"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":"8f14a542-175b-415f-b8ad-bb057f640138","artifactVersion":"2","generatedFromUUID":"ec74a1bd-f52a-4410-b8a5-9136f795025f"},{"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":"19600016-3a45-44c8-a9b5-272956cf15d2","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":"b37d0219-2590-472d-9f67-d83aafb2c3d2","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":"MTcwNjA0Y2QxZTMwNDIwMDgwZWE3YmU3NzhhYmE5MDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a1cb1614-18ee-43a3-8a6f-532fc06b341e","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MmE1ZTM0ODRlNzBjYzQ4OWExZDUxMzNmNTc2ZmI1ZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"07f47bb6-aff0-4900-a8d6-14c04e40c091","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:58:19.131Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:58:19.131Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:58:19.131Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:58:19.131Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "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-04-03T06:58:20.132Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:58:20.132Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:58:20.132Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:58:20.133Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "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-04-03T06:58:21.133Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:58:21.134Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:58:21.134Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:58:21.134Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "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-04-03T06:58:22.135Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:58:22.135Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:58:22.136Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:58:22.136Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "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-04-03T06:58:23.137Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:58:23.138Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:58:23.138Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:58:23.138Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "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-04-03T06:58:24.140Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:58:24.141Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:58:24.141Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:58:24.141Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "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-04-03T06:58:25.142Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:58:25.143Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:58:25.143Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:58:25.144Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "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-04-03T06:58:26.145Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:58:26.146Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:58:26.146Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:58:26.146Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "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-04-03T06:58:27.147Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:58:27.148Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:58:27.148Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:58:27.148Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:58:28.149Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:58:28.149Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:58:28.149Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:58:28.149Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:58:29.151Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "14e3d857-a252-43a2-818b-4ddd49eb5ab0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "7dbf3e05-6eec-4343-a8d9-a2470c564a03",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7c0386e9-9839-4f71-a312-f530b2f9855e",
      "resourceInvariantUUID": "0bdcbf82-937e-45ee-ae91-2927bb5c794e",
      "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": "ZTJhMzRmNmYwNGUxY2MwYWNmM2UzZGE4NmQxZjRmNWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f50d620c-6c86-430f-9052-ad6fa513b8bd",
          "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": "ec74a1bd-f52a-4410-b8a5-9136f795025f",
          "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": "8f14a542-175b-415f-b8ad-bb057f640138",
            "generatedFromUUID": "ec74a1bd-f52a-4410-b8a5-9136f795025f"
          },
          "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": "e61e29f8-fa54-4b23-9674-44aa740bc60f",
          "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": "8f14a542-175b-415f-b8ad-bb057f640138",
          "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": "19600016-3a45-44c8-a9b5-272956cf15d2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MmE1ZTM0ODRlNzBjYzQ4OWExZDUxMzNmNTc2ZmI1ZWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "07f47bb6-aff0-4900-a8d6-14c04e40c091"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:58:29.151Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:58:29.152Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 14e3d857-a252-43a2-818b-4ddd49eb5ab0 ASDC
2023-04-03T06:58:29.152Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:ef214ce9-5511-46fd-bd63-09602147d610
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:14e3d857-a252-43a2-818b-4ddd49eb5ab0
ServiceInvariantUUID:a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468
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:07f47bb6-aff0-4900-a8d6-14c04e40c091
ArtifactChecksum:MmE1ZTM0ODRlNzBjYzQ4OWExZDUxMzNmNTc2ZmI1ZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:7dbf3e05-6eec-4343-a8d9-a2470c564a03
ResourceInvariantUUID:0bdcbf82-937e-45ee-ae91-2927bb5c794e
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:7c0386e9-9839-4f71-a312-f530b2f9855e
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:f50d620c-6c86-430f-9052-ad6fa513b8bd
ArtifactChecksum:ZTJhMzRmNmYwNGUxY2MwYWNmM2UzZGE4NmQxZjRmNWE=
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:ec74a1bd-f52a-4410-b8a5-9136f795025f
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:8f14a542-175b-415f-b8ad-bb057f640138
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:e61e29f8-fa54-4b23-9674-44aa740bc60f
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:8f14a542-175b-415f-b8ad-bb057f640138
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:19600016-3a45-44c8-a9b5-272956cf15d2
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T06:58:29.152Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 14e3d857-a252-43a2-818b-4ddd49eb5ab0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:58:29.171Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:58:29.172Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:58:29.172Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:58:29.172Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 07f47bb6-aff0-4900-a8d6-14c04e40c091 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-03T06:58:29.172Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:58:29.172Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-03T06:58:29.492Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:58:29.497Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 07f47bb6-aff0-4900-a8d6-14c04e40c091 163263
2023-04-03T06:58:29.497Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-03T06:58:29.497Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-03T06:58:29.498Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:58:29.498Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:58:29.498Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:58:29.498Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505109497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:58:30.500Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:58:30.500Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:58:30.501Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 07f47bb6-aff0-4900-a8d6-14c04e40c091, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T06:58:30.501Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-04-03T06:58:30.502Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T06:58:30.502Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T06:58:30.635Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4000268720331234001/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-04-03T06:58:31.495Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:58:31.496Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:58:31.496Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T06:58:31.496Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-04-03T06:58:31.496Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T06:58:31.496Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T06:58:31.496Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T06:58:31.496Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T06:58:31.496Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:58:31.496Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:58:31.496Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:58:31.496Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-03T06:58:31.496Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:58:31.496Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:58:31.496Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:58:31.496Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:58:31.496Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-03T06:58:31.497Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:58:31.497Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:58:31.497Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:58:31.497Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:58:31.497Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:58:31.497Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-03T06:58:31.497Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-04-03T06:58:31.497Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-04-03T06:58:31.497Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T06:58:31.497Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:58:31.497Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T06:58:31.497Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:58:31.497Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-03T06:58:31.497Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:58:31.497Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:58:31.497Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-03T06:58:31.497Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:58:31.498Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:58:31.498Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-03T06:58:31.498Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:58:31.498Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:58:31.498Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-03T06:58:31.498Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:58:31.498Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:58:31.498Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-03T06:58:31.498Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-04-03T06:58:31.498Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=35a4e008-d25b-47d2-bc34-87d5e3d152c5
2023-04-03T06:58:31.498Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:58:31.498Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:58:31.498Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:58:31.498Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:58:31.498Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:58:31.499Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:58:31.499Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:58:31.499Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:58:31.499Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:14e3d857-a252-43a2-818b-4ddd49eb5ab0
Model Version:NULL
Model InvariantUuid:a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:0f224b82-5bd2-44b7-a344-7ecc4a0b0889
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0bdcbf82-937e-45ee-ae91-2927bb5c794e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7dbf3e05-6eec-4343-a8d9-a2470c564a03
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5dd1e450-ce0c-4a57-9573-8df1dcddb5b2
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:5b090006-9bce-4aa0-9cb3-ea11b24e1929
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:093e0214-90f1-4f0d-ac3e-93a156f54f70
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:c6ec8731-b3eb-4d64-ada5-fc5a647fdde2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:35a4e008-d25b-47d2-bc34-87d5e3d152c5
ModelInvariantUuid:e8e27b04-b245-4be0-afcb-3e1f5771c7f6
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:c9860680-53b3-420e-97be-c1193453e525
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:3dab2e61-94de-44cc-a04c-4e6da3172677
ModelInvariantUuid:38f7c86e-cdc6-481b-ab59-ddbb03ae1daf
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:7e450667-61aa-4588-97ac-4a49132ed1f1
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-04-03T06:58:31.540Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||ERROR|500||Csar with UUID: 07f47bb6-aff0-4900-a8d6-14c04e40c091 already exists
2023-04-03T06:58:31.541Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-03T06:58:31.541Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: 07f47bb6-aff0-4900-a8d6-14c04e40c091 already exists)
2023-04-03T06:58:31.541Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:58:31.541Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:58:31.541Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:58:31.541Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505111541,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 07f47bb6-aff0-4900-a8d6-14c04e40c091 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:58:32.542Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-03T06:58:32.542Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: 7c0386e9-9839-4f71-a312-f530b2f9855e already exists)
2023-04-03T06:58:32.542Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:58:32.543Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:58:32.543Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:58:32.543Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505112542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7c0386e9-9839-4f71-a312-f530b2f9855e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:58:33.544Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef214ce9-5511-46fd-bd63-09602147d610
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:58:33.555Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef214ce9-5511-46fd-bd63-09602147d610
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:58:33.557Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:58:33.557Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:58:33.557Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:58:33.557Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:58:33.558Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:58:33.558Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:58:33.558Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:58:33.558Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:58:33.558Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:58:33.565Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:59:03.566Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef214ce9-5511-46fd-bd63-09602147d610 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:59:03.575Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef214ce9-5511-46fd-bd63-09602147d610 and serviceModelVersionId: 14e3d857-a252-43a2-818b-4ddd49eb5ab0
2023-04-03T06:59:03.576Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468
2023-04-03T06:59:03.577Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468/model-vers/model-ver/14e3d857-a252-43a2-818b-4ddd49eb5ab0?depth=0
2023-04-03T06:59:03.586Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:59:03.610Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468/model-vers/model-ver/14e3d857-a252-43a2-818b-4ddd49eb5ab0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T06:59:03.611Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468/model-vers/model-ver/14e3d857-a252-43a2-818b-4ddd49eb5ab0?depth=0|INFO|500||Invoke
2023-04-03T06:59:03.622Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468/model-vers/model-ver/14e3d857-a252-43a2-818b-4ddd49eb5ab0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:59:03.827Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468/model-vers/model-ver/14e3d857-a252-43a2-818b-4ddd49eb5ab0?depth=0|INFO|500||InvokeReturn
2023-04-03T06:59:03.828Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468/model-vers/model-ver/14e3d857-a252-43a2-818b-4ddd49eb5ab0?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:59:03 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[201], vertex-id=[241688], x-aai-txid=[1-aai-resources-230403-06:59:03:632-22170], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:59:03.828Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:59:03.829Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:59:03.829Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:59:03.838Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:59:03.839Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef214ce9-5511-46fd-bd63-09602147d610 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:59:03.839Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:59:03.839Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:59:03.839Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:59:03.840Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505143839,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:59:04.856Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:59:04.857Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"84b6fc94-3a00-4340-88b6-4136dacd68e6","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"68059ad1-9a18-45c9-8ec3-d86a344b5837","serviceDescription":"service","serviceInvariantUUID":"3dd77692-c10a-4649-acfc-39f0568d72f9","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"029c43d5-04d7-4011-b26f-14bad8b254c1","resourceInvariantUUID":"a6a1adc5-ca83-4c34-9358-b14193524f89","resourceCustomizationUUID":"dda43c55-702f-4ab6-8b3b-cd0ec49cfcd9","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":"MGZlZTUzNWI0YTc1ZTliM2IxYWY4ZWEzNTllOTI2NTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2e402c6f-d511-4095-9d33-6afba8dc436a","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":"NzI1N2QyMGVjMGE1NmEyZjE0MzUzZTAyNTMzOWY4ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f1508676-1765-463e-8d86-0a7d104cbed8","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":"600e1254-ddf0-4e97-bd9d-92742c4b4535","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":"bfb24068-9c2a-4af8-a63b-5bd8cf59feba","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":"0a5e7f0f-ac2f-41dc-a6be-b6526f12e231","artifactVersion":"2","generatedFromUUID":"600e1254-ddf0-4e97-bd9d-92742c4b4535"},{"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":"MWQ5MzIxNmRhZmRmOGIzOGMwODRlYmFjZjJlMzkwODU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ba93e657-93ee-4632-a142-806be59c93f9","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":"NDdmMzgyNThjMTQyNDMzN2RjMTgyNTA3NDZkMGQ5Njk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aea47b1e-7013-4cd4-a0b8-d21283192f56","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NTBjNGRkZGViMTVlYzY5ZDU1ZDhmN2JiNGJjZGYxODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0f3faf60-68c3-4cee-ae71-36b7c394819c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:59:04.857Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:59:04.857Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:59:04.857Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:59:04.858Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "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-04-03T06:59:05.859Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:59:05.859Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:59:05.859Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:59:05.860Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "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-04-03T06:59:06.861Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:59:06.862Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:59:06.862Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:59:06.862Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "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-04-03T06:59:07.773Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:59:07.774Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: cached metadata has changed from (version106: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version107: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-04-03T06:59:07.788Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:59:07.789Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T06:59:07.794Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=43, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T06:59:07.794Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 43: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-03T06:59:07.811Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=43, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T06:59:07.812Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:59:07.812Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T06:59:07.816Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T06:59:07.816Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T06:59:07.816Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T06:59:07.816Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1531, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T06:59:07.816Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T06:59:07.816Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T06:59:07.864Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:59:07.864Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:59:07.864Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:59:07.864Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "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-04-03T06:59:08.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:59:08.834Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505054794,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:59:08.834Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:59:08.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:59:08.834Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:59:08.834Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:59:08.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:59:08.835Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:59:08.835Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:59:08.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:59:08.835Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:59:08.835Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:59:08.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:59:08.836Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:59:08.836Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:59:08.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:59:08.836Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:59:08.836Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:59:08.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:59:08.836Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:59:08.837Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:59:08.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:59:08.837Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:59:08.837Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:59:08.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:59:08.837Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:59:08.837Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:59:08.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:59:08.837Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505064189,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:59:08.837Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:59:08.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:59:08.838Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505065887,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e45fce11-82e9-4b19-9578-e00f62f2e584 already exists"
}
2023-04-03T06:59:08.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:59:08.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:59:08.838Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505066888,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7e5c0815-3629-4711-b9cc-64128e7bc38a already exists"
}
2023-04-03T06:59:08.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:59:08.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:59:08.838Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505098114,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:59:08.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:59:08.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:59:08.838Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:59:08.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:59:08.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:59:08.839Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T06:59:08.839Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:59:08.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:59:08.839Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-04-03T06:59:08.839Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:59:08.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:59:08.839Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:59:08.839Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:59:08.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:59:08.839Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-04-03T06:59:08.839Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:59:08.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:59:08.839Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-04-03T06:59:08.839Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:59:08.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:59:08.840Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-04-03T06:59:08.840Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:59:08.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:59:08.840Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:59:08.840Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:59:08.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:59:08.840Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:59:08.840Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:59:08.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:59:08.840Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T06:59:08.840Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:59:08.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:59:08.840Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505109497,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T06:59:08.841Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:59:08.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:59:08.841Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505111541,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 07f47bb6-aff0-4900-a8d6-14c04e40c091 already exists"
}
2023-04-03T06:59:08.841Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:59:08.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:59:08.841Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505112542,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7c0386e9-9839-4f71-a312-f530b2f9855e already exists"
}
2023-04-03T06:59:08.841Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:59:08.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:59:08.841Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505143839,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T06:59:08.841Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:59:08.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:59:08.842Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:59:08.842Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:59:08.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:59:08.842Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T06:59:08.842Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:59:08.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:59:08.842Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-03T06:59:08.842Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:59:08.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T06:59:08.842Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T06:59:08.843Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T06:59:08.867Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:59:08.867Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:59:08.867Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:59:08.867Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "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-04-03T06:59:09.868Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:59:09.868Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:59:09.869Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:59:09.869Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "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-04-03T06:59:10.870Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:59:10.870Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:59:10.870Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:59:10.871Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:59:11.871Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:59:11.871Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:59:11.872Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:59:11.872Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:59:12.872Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "68059ad1-9a18-45c9-8ec3-d86a344b5837",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3dd77692-c10a-4649-acfc-39f0568d72f9",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "dda43c55-702f-4ab6-8b3b-cd0ec49cfcd9",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "029c43d5-04d7-4011-b26f-14bad8b254c1",
      "resourceInvariantUUID": "a6a1adc5-ca83-4c34-9358-b14193524f89",
      "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": "NzI1N2QyMGVjMGE1NmEyZjE0MzUzZTAyNTMzOWY4ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f1508676-1765-463e-8d86-0a7d104cbed8",
          "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": "600e1254-ddf0-4e97-bd9d-92742c4b4535",
          "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": "0a5e7f0f-ac2f-41dc-a6be-b6526f12e231",
            "generatedFromUUID": "600e1254-ddf0-4e97-bd9d-92742c4b4535"
          },
          "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": "0a5e7f0f-ac2f-41dc-a6be-b6526f12e231",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NTBjNGRkZGViMTVlYzY5ZDU1ZDhmN2JiNGJjZGYxODM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0f3faf60-68c3-4cee-ae71-36b7c394819c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:59:12.873Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:59:12.873Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 68059ad1-9a18-45c9-8ec3-d86a344b5837 ASDC
2023-04-03T06:59:12.873Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:84b6fc94-3a00-4340-88b6-4136dacd68e6
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:68059ad1-9a18-45c9-8ec3-d86a344b5837
ServiceInvariantUUID:3dd77692-c10a-4649-acfc-39f0568d72f9
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:0f3faf60-68c3-4cee-ae71-36b7c394819c
ArtifactChecksum:NTBjNGRkZGViMTVlYzY5ZDU1ZDhmN2JiNGJjZGYxODM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:dda43c55-702f-4ab6-8b3b-cd0ec49cfcd9
ResourceInvariantUUID:a6a1adc5-ca83-4c34-9358-b14193524f89
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:029c43d5-04d7-4011-b26f-14bad8b254c1
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:f1508676-1765-463e-8d86-0a7d104cbed8
ArtifactChecksum:NzI1N2QyMGVjMGE1NmEyZjE0MzUzZTAyNTMzOWY4ODc=
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:600e1254-ddf0-4e97-bd9d-92742c4b4535
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:0a5e7f0f-ac2f-41dc-a6be-b6526f12e231
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:0a5e7f0f-ac2f-41dc-a6be-b6526f12e231
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T06:59:12.873Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 68059ad1-9a18-45c9-8ec3-d86a344b5837 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:59:12.903Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:59:12.904Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:59:12.904Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:59:12.904Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0f3faf60-68c3-4cee-ae71-36b7c394819c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-03T06:59:12.904Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:59:12.904Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-03T06:59:13.200Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T06:59:13.204Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 0f3faf60-68c3-4cee-ae71-36b7c394819c 82979
2023-04-03T06:59:13.204Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-03T06:59:13.205Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-03T06:59:13.205Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T06:59:13.205Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:59:13.205Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:59:13.205Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505153204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:59:14.206Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:59:14.206Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:59:14.207Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 0f3faf60-68c3-4cee-ae71-36b7c394819c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T06:59:14.207Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-04-03T06:59:14.207Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T06:59:14.207Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T06:59:14.303Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9794136226887702916/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-04-03T06:59:15.258Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T06:59:15.258Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:59:15.258Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T06:59:15.259Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T06:59:15.259Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T06:59:15.259Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T06:59:15.259Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T06:59:15.259Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T06:59:15.259Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T06:59:15.259Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T06:59:15.259Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T06:59:15.259Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T06:59:15.259Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:59:15.259Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:59:15.260Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-03T06:59:15.260Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:59:15.260Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:59:15.260Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:59:15.261Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:59:15.261Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-03T06:59:15.261Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T06:59:15.261Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T06:59:15.261Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:59:15.261Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:59:15.261Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:59:15.261Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-03T06:59:15.261Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-03T06:59:15.261Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-03T06:59:15.261Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-03T06:59:15.261Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-03T06:59:15.261Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T06:59:15.262Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:59:15.262Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T06:59:15.262Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:59:15.262Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-03T06:59:15.262Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:59:15.262Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:59:15.262Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-03T06:59:15.262Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:59:15.262Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:59:15.262Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-03T06:59:15.262Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T06:59:15.263Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:59:15.263Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-03T06:59:15.263Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-03T06:59:15.263Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-03T06:59:15.263Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5c50b8ea-2007-4154-8f5b-5eea068fbddc
2023-04-03T06:59:15.263Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:59:15.263Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:59:15.263Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:59:15.263Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:59:15.263Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:59:15.263Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:59:15.263Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T06:59:15.264Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T06:59:15.264Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:68059ad1-9a18-45c9-8ec3-d86a344b5837
Model Version:NULL
Model InvariantUuid:3dd77692-c10a-4649-acfc-39f0568d72f9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:92163078-86f5-4676-9d5c-b5c88aa934fe
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a6a1adc5-ca83-4c34-9358-b14193524f89
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:dda43c55-702f-4ab6-8b3b-cd0ec49cfcd9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:000251ef-db80-43cf-8162-4c767ff160c9
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:1afb41e2-e01a-441b-a70c-6d67cafa930b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5c50b8ea-2007-4154-8f5b-5eea068fbddc
ModelInvariantUuid:9f086eca-3647-4f61-b28b-450a3eb3b52b
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:22bfaada-dd4a-4320-b95d-10b93ac9ee71
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b42a6b2b-2164-456a-ba1c-ff8e8454923b
ModelInvariantUuid:13c39772-a1d5-42ff-839d-678c48708bfd
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:fc961ec1-4324-4783-80d8-210586e71094
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-04-03T06:59:15.311Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||ERROR|500||Csar with UUID: 0f3faf60-68c3-4cee-ae71-36b7c394819c already exists
2023-04-03T06:59:15.311Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-03T06:59:15.311Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: 0f3faf60-68c3-4cee-ae71-36b7c394819c already exists)
2023-04-03T06:59:15.311Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:59:15.311Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:59:15.312Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:59:15.312Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505155311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0f3faf60-68c3-4cee-ae71-36b7c394819c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:59:16.312Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-03T06:59:16.313Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: 029c43d5-04d7-4011-b26f-14bad8b254c1 already exists)
2023-04-03T06:59:16.313Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:59:16.313Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:59:16.313Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:59:16.314Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505156312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 029c43d5-04d7-4011-b26f-14bad8b254c1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:59:17.314Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84b6fc94-3a00-4340-88b6-4136dacd68e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:59:17.324Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84b6fc94-3a00-4340-88b6-4136dacd68e6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T06:59:17.325Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T06:59:17.325Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T06:59:17.325Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T06:59:17.325Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T06:59:17.325Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:59:17.325Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:59:17.325Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:59:17.325Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T06:59:17.325Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T06:59:17.331Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T06:59:47.331Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 84b6fc94-3a00-4340-88b6-4136dacd68e6 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T06:59:47.341Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 84b6fc94-3a00-4340-88b6-4136dacd68e6 and serviceModelVersionId: 68059ad1-9a18-45c9-8ec3-d86a344b5837
2023-04-03T06:59:47.341Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3dd77692-c10a-4649-acfc-39f0568d72f9
2023-04-03T06:59:47.342Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3dd77692-c10a-4649-acfc-39f0568d72f9/model-vers/model-ver/68059ad1-9a18-45c9-8ec3-d86a344b5837?depth=0
2023-04-03T06:59:47.347Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T06:59:47.363Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3dd77692-c10a-4649-acfc-39f0568d72f9/model-vers/model-ver/68059ad1-9a18-45c9-8ec3-d86a344b5837?depth=0|INFO|500||Invoke
2023-04-03T06:59:47.363Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3dd77692-c10a-4649-acfc-39f0568d72f9/model-vers/model-ver/68059ad1-9a18-45c9-8ec3-d86a344b5837?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3dd77692-c10a-4649-acfc-39f0568d72f9/model-vers/model-ver/68059ad1-9a18-45c9-8ec3-d86a344b5837?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[84b6fc94-3a00-4340-88b6-4136dacd68e6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9c7132a0-aa70-4284-9aa5-a17b9bc9c61b], X-ECOMP-RequestID=[84b6fc94-3a00-4340-88b6-4136dacd68e6], X-TransactionId=[], X-ONAP-RequestID=[84b6fc94-3a00-4340-88b6-4136dacd68e6], Content-Type=[application/merge-patch+json]}
2023-04-03T06:59:47.371Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3dd77692-c10a-4649-acfc-39f0568d72f9/model-vers/model-ver/68059ad1-9a18-45c9-8ec3-d86a344b5837?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T06:59:47.516Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3dd77692-c10a-4649-acfc-39f0568d72f9/model-vers/model-ver/68059ad1-9a18-45c9-8ec3-d86a344b5837?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3dd77692-c10a-4649-acfc-39f0568d72f9/model-vers/model-ver/68059ad1-9a18-45c9-8ec3-d86a344b5837?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 06:59:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[142], vertex-id=[544856], x-aai-txid=[0-aai-resources-230403-06:59:47:378-10215], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T06:59:47.517Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3dd77692-c10a-4649-acfc-39f0568d72f9/model-vers/model-ver/68059ad1-9a18-45c9-8ec3-d86a344b5837?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T06:59:47.518Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3dd77692-c10a-4649-acfc-39f0568d72f9/model-vers/model-ver/68059ad1-9a18-45c9-8ec3-d86a344b5837?depth=0|INFO|500||InvokeReturn
2023-04-03T06:59:47.518Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T06:59:47.518Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T06:59:47.531Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T06:59:47.531Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 84b6fc94-3a00-4340-88b6-4136dacd68e6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T06:59:47.531Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T06:59:47.531Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:59:47.531Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:59:47.531Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505187531,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:59:48.552Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T06:59:48.552Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"405f1a67-e753-4e43-8549-639a9a3a3358","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"34ed2b9b-72af-407b-8419-276f4f70513b","serviceDescription":"service","serviceInvariantUUID":"11428829-ad57-410d-962c-aabe5f234cde","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9fc8c214-d68b-46ae-92d5-47dd1e682509","resourceInvariantUUID":"23e4c505-677b-41eb-9fa1-c0e85e9bfff3","resourceCustomizationUUID":"1047faa4-9c56-4e5d-bec3-1d3d5e95f8e1","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":"ZDVkYTNmYTJkYzQ5NmVlN2Y3YzI3MmUyOTJhMWRjNGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cd759285-06db-4c3a-8a9a-7cd4b98eb666","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":"4a339c90-d48b-439a-8466-c91a2b536bb0","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":"8c7d99e9-f97d-4c27-9635-bd8fac9f88dc","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":"NjAwMDY5NTAzOGViZDI1NDRmNjU5NWNhODI0YzI3M2U\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d3d112b1-b13e-4ca9-a771-474be398bc72","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":"881edf04-7904-4266-af12-09d6ea6246fd","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":"20b818f9-a1cb-4f70-847d-aff06aba6f7a","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":"9a1195a1-b8f0-48b0-a792-35bdbdcecf75","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":"N2IzOTBkOTg5YWMzMTI2MDE4ZGU4MTVhYTNjOGY0MDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"306ec1a7-c14c-4261-a721-774a172ab544","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDIwN2Q3YmNiNTA0NmE2MzM1Yjg1ZmI3ZjljODY1ZGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"afe617df-e12f-4e3b-b199-1a35c2301f84","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T06:59:48.553Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:59:48.553Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:59:48.553Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:59:48.553Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "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-04-03T06:59:49.554Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:59:49.554Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:59:49.554Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:59:49.554Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:59:50.555Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:59:50.555Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:59:50.555Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:59:50.555Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:59:51.556Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:59:51.556Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:59:51.557Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:59:51.557Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "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-04-03T06:59:52.557Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:59:52.558Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:59:52.558Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:59:52.558Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "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-04-03T06:59:53.559Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:59:53.559Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:59:53.559Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:59:53.559Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "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-04-03T06:59:54.560Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:59:54.560Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:59:54.560Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:59:54.560Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "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-04-03T06:59:55.561Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:59:55.561Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:59:55.561Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:59:55.562Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:59:56.562Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T06:59:56.562Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:59:56.562Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:59:56.563Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:59:57.563Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "34ed2b9b-72af-407b-8419-276f4f70513b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "11428829-ad57-410d-962c-aabe5f234cde",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "1047faa4-9c56-4e5d-bec3-1d3d5e95f8e1",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9fc8c214-d68b-46ae-92d5-47dd1e682509",
      "resourceInvariantUUID": "23e4c505-677b-41eb-9fa1-c0e85e9bfff3",
      "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": "NDIwN2Q3YmNiNTA0NmE2MzM1Yjg1ZmI3ZjljODY1ZGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "afe617df-e12f-4e3b-b199-1a35c2301f84"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T06:59:57.563Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T06:59:57.564Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 34ed2b9b-72af-407b-8419-276f4f70513b ASDC
2023-04-03T06:59:57.564Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:405f1a67-e753-4e43-8549-639a9a3a3358
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:34ed2b9b-72af-407b-8419-276f4f70513b
ServiceInvariantUUID:11428829-ad57-410d-962c-aabe5f234cde
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:afe617df-e12f-4e3b-b199-1a35c2301f84
ArtifactChecksum:NDIwN2Q3YmNiNTA0NmE2MzM1Yjg1ZmI3ZjljODY1ZGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:1047faa4-9c56-4e5d-bec3-1d3d5e95f8e1
ResourceInvariantUUID:23e4c505-677b-41eb-9fa1-c0e85e9bfff3
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:9fc8c214-d68b-46ae-92d5-47dd1e682509
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-03T06:59:57.564Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 34ed2b9b-72af-407b-8419-276f4f70513b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T06:59:57.595Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T06:59:57.595Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:59:57.596Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T06:59:57.596Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: afe617df-e12f-4e3b-b199-1a35c2301f84 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-04-03T06:59:57.596Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T06:59:57.596Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-04-03T06:59:57.623Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-04-03T06:59:57.624Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6f6babef
2023-04-03T06:59:57.624Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T06:59:57.624Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-04-03T06:59:57.624Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar afe617df-e12f-4e3b-b199-1a35c2301f84 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T06:59:57.625Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-04-03T06:59:57.625Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-04-03T06:59:57.625Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T06:59:57.625Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:59:57.625Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:59:57.625Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505197625,
  "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-04-03T06:59:58.626Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:afe617df-e12f-4e3b-b199-1a35c2301f84)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-03T06:59:58.663Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||ERROR|500||Csar with UUID: afe617df-e12f-4e3b-b199-1a35c2301f84 already exists
2023-04-03T06:59:58.664Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-04-03T06:59:58.664Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||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: afe617df-e12f-4e3b-b199-1a35c2301f84 already exists)
2023-04-03T06:59:58.664Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:59:58.664Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:59:58.664Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:59:58.664Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505198664,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: afe617df-e12f-4e3b-b199-1a35c2301f84 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T06:59:59.665Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-04-03T06:59:59.666Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||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: 9fc8c214-d68b-46ae-92d5-47dd1e682509 already exists)
2023-04-03T06:59:59.666Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T06:59:59.666Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T06:59:59.667Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T06:59:59.667Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505199665,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9fc8c214-d68b-46ae-92d5-47dd1e682509 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:00:00.668Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 405f1a67-e753-4e43-8549-639a9a3a3358
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:00:00.684Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 405f1a67-e753-4e43-8549-639a9a3a3358
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:00:00.687Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T07:00:00.687Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T07:00:00.687Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T07:00:00.687Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T07:00:00.687Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:00:00.687Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:00:00.687Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:00:00.687Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:00:00.687Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T07:00:00.694Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T07:00:07.773Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:00:07.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:00:07.775Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-03T07:00:07.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:00:30.695Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 405f1a67-e753-4e43-8549-639a9a3a3358 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T07:00:30.703Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 405f1a67-e753-4e43-8549-639a9a3a3358 and serviceModelVersionId: 34ed2b9b-72af-407b-8419-276f4f70513b
2023-04-03T07:00:30.703Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 11428829-ad57-410d-962c-aabe5f234cde
2023-04-03T07:00:30.704Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/11428829-ad57-410d-962c-aabe5f234cde/model-vers/model-ver/34ed2b9b-72af-407b-8419-276f4f70513b?depth=0
2023-04-03T07:00:30.710Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T07:00:30.733Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11428829-ad57-410d-962c-aabe5f234cde/model-vers/model-ver/34ed2b9b-72af-407b-8419-276f4f70513b?depth=0|INFO|500||Invoke
2023-04-03T07:00:30.733Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11428829-ad57-410d-962c-aabe5f234cde/model-vers/model-ver/34ed2b9b-72af-407b-8419-276f4f70513b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11428829-ad57-410d-962c-aabe5f234cde/model-vers/model-ver/34ed2b9b-72af-407b-8419-276f4f70513b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[405f1a67-e753-4e43-8549-639a9a3a3358], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[26794e1a-b803-46c7-aab7-e7604a5daa46], X-ECOMP-RequestID=[405f1a67-e753-4e43-8549-639a9a3a3358], X-TransactionId=[], X-ONAP-RequestID=[405f1a67-e753-4e43-8549-639a9a3a3358], Content-Type=[application/merge-patch+json]}
2023-04-03T07:00:30.742Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11428829-ad57-410d-962c-aabe5f234cde/model-vers/model-ver/34ed2b9b-72af-407b-8419-276f4f70513b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T07:00:30.892Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11428829-ad57-410d-962c-aabe5f234cde/model-vers/model-ver/34ed2b9b-72af-407b-8419-276f4f70513b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11428829-ad57-410d-962c-aabe5f234cde/model-vers/model-ver/34ed2b9b-72af-407b-8419-276f4f70513b?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 07:00:30 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[146], vertex-id=[561240], x-aai-txid=[2-aai-resources-230403-07:00:30:750-74559], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T07:00:30.892Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11428829-ad57-410d-962c-aabe5f234cde/model-vers/model-ver/34ed2b9b-72af-407b-8419-276f4f70513b?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T07:00:30.893Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11428829-ad57-410d-962c-aabe5f234cde/model-vers/model-ver/34ed2b9b-72af-407b-8419-276f4f70513b?depth=0|INFO|500||InvokeReturn
2023-04-03T07:00:30.893Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T07:00:30.894Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T07:00:30.907Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T07:00:30.907Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 405f1a67-e753-4e43-8549-639a9a3a3358 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T07:00:30.907Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T07:00:30.907Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:00:30.907Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:00:30.907Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505230907,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:00:31.924Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T07:00:31.924Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-03T07:00:31.926Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Node 0 disconnected.
2023-04-03T07:00:31.926Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Node 2 disconnected.
2023-04-03T07:00:31.926Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Cancelled in-flight METADATA request with correlation id 118597 due to node 2 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-04-03T07:00:31.927Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T07:00:31.927Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T07:00:31.928Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T07:00:31.928Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T07:00:31.931Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-0a7342f4-e0b9-4fff-a990-f931568d9a49
2023-04-03T07:00:31.932Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T07:00:31.932Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T07:00:31.932Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T07:00:32.185Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T07:00:35.194Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T07:00:38.203Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T07:00:41.212Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T07:00:44.221Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T07:00:47.230Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T07:00:50.238Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T07:00:53.248Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T07:00:56.257Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T07:00:59.266Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T07:01:02.275Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T07:01:05.285Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T07:01:07.773Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:01:07.787Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T07:01:07.787Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T07:01:07.792Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully joined group with generation Generation{generationId=44, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-0a7342f4-e0b9-4fff-a990-f931568d9a49', protocol='range'}
2023-04-03T07:01:07.792Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=44, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T07:01:07.798Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 224Buxt-TfaoZml-aDplqw
2023-04-03T07:01:07.798Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 224Buxt-TfaoZml-aDplqw
2023-04-03T07:01:07.798Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 224Buxt-TfaoZml-aDplqw
2023-04-03T07:01:07.798Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 224Buxt-TfaoZml-aDplqw
2023-04-03T07:01:07.798Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 224Buxt-TfaoZml-aDplqw
2023-04-03T07:01:07.799Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 224Buxt-TfaoZml-aDplqw
2023-04-03T07:01:07.799Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 44: {SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-0a7342f4-e0b9-4fff-a990-f931568d9a49=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-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-03T07:01:07.817Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=44, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T07:01:07.817Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T07:01:07.818Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T07:01:07.819Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully synced group in generation Generation{generationId=44, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-0a7342f4-e0b9-4fff-a990-f931568d9a49', protocol='range'}
2023-04-03T07:01:07.819Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T07:01:07.820Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T07:01:07.821Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T07:01:07.821Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T07:01:07.821Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T07:01:07.821Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1563, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T07:01:07.821Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T07:01:07.821Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T07:01:07.826Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T07:01:07.827Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T07:01:07.827Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T07:01:07.827Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T07:01:07.827Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T07:01:07.828Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T07:01:07.941Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T07:01:07.942Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"67140925-3a6f-407a-959c-109e177260de","serviceName":"basic_onboard_FLWUdk","serviceVersion":"1.0","serviceUUID":"19ebdf40-c64a-481d-8a8f-8b59c9326af3","serviceDescription":"service","serviceInvariantUUID":"2bac4cbd-5db1-4650-9def-8fec2ad66681","resources":[{"resourceInstanceName":"basic_onboard_FLWUdk 0","resourceName":"basic_onboard_FLWUdk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dac3165c-a204-413f-adbe-704623ed23b4","resourceInvariantUUID":"d53cee2e-031e-415a-8fae-95f51faf2e70","resourceCustomizationUUID":"4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml","artifactChecksum":"NGM5YzhiYzRjZjc0ZjU3MmRkMjA5ZTUyYTAwMjQwNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd788691-5050-4702-936e-5323ddbfa177","artifactVersion":"1"},{"artifactName":"basic_onboard_flwudk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json","artifactChecksum":"ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d45e3439-bba4-4631-9b18-813915a57166","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f47d27f-dfde-477b-a49d-8653be82ad1c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ea2f5259-0af6-448f-9bc0-3a618a91f457","artifactVersion":"2","generatedFromUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFlwudk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml","artifactChecksum":"MDk4ODRiZjQ2ZjgxMzhiYjYyYjdkMDAzZGYyNTc2MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"589963b3-da11-4d3e-b9e4-5adee2b92999","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFlwudk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar","artifactChecksum":"ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f8f74d7f-c5f7-425e-a01c-0a969b83b0dc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T07:01:07.943Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:01:07.944Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:01:07.944Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:01:07.944Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:01:08.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:01:08.838Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:01:08.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:01:08.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:01:08.838Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:01:08.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:01:08.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:01:08.838Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T07:01:08.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:01:08.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:01:08.839Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505153204,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T07:01:08.839Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:01:08.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:01:08.839Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505155311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0f3faf60-68c3-4cee-ae71-36b7c394819c already exists"
}
2023-04-03T07:01:08.839Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:01:08.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:01:08.839Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505156312,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 029c43d5-04d7-4011-b26f-14bad8b254c1 already exists"
}
2023-04-03T07:01:08.839Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:01:08.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:01:08.839Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505187531,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T07:01:08.839Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:01:08.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:01:08.839Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:01:08.839Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:01:08.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:01:08.840Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:01:08.840Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:01:08.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:01:08.840Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:01:08.840Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:01:08.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:01:08.840Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:01:08.840Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:01:08.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:01:08.840Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:01:08.840Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:01:08.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:01:08.840Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:01:08.840Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:01:08.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:01:08.841Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:01:08.841Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:01:08.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:01:08.841Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:01:08.841Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:01:08.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:01:08.841Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680504451031,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T07:01:08.841Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:01:08.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:01:08.841Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505197625,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T07:01:08.841Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:01:08.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:01:08.841Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505198664,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: afe617df-e12f-4e3b-b199-1a35c2301f84 already exists"
}
2023-04-03T07:01:08.841Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:01:08.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:01:08.842Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505199665,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9fc8c214-d68b-46ae-92d5-47dd1e682509 already exists"
}
2023-04-03T07:01:08.842Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:01:08.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:01:08.842Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505230907,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T07:01:08.842Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:01:08.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:01:08.842Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:01:08.842Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:01:08.945Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:01:08.945Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:01:08.945Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:01:08.945Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:01:09.946Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:01:09.946Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:01:09.946Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:01:09.946Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:01:10.947Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:01:10.947Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:01:10.947Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:01:10.947Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:01:11.947Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:01:11.948Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:01:11.948Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:01:11.948Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:01:12.948Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:01:12.949Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:01:12.949Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:01:12.949Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:01:13.949Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:01:13.949Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:01:13.950Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:01:13.950Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:01:14.950Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "serviceName": "basic_onboard_FLWUdk",
  "serviceVersion": "1.0",
  "serviceUUID": "19ebdf40-c64a-481d-8a8f-8b59c9326af3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2bac4cbd-5db1-4650-9def-8fec2ad66681",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_FLWUdk 0",
      "resourceCustomizationUUID": "4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf",
      "resourceName": "basic_onboard_FLWUdk",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dac3165c-a204-413f-adbe-704623ed23b4",
      "resourceInvariantUUID": "d53cee2e-031e-415a-8fae-95f51faf2e70",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_flwudk0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
          "artifactChecksum": "ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d45e3439-bba4-4631-9b18-813915a57166",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
            "generatedFromUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardFlwudk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
      "artifactChecksum": "ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f8f74d7f-c5f7-425e-a01c-0a969b83b0dc"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T07:01:14.951Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T07:01:14.951Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC
2023-04-03T07:01:14.952Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:67140925-3a6f-407a-959c-109e177260de
ServiceName:basic_onboard_FLWUdk
ServiceVersion:1.0
ServiceUUID:19ebdf40-c64a-481d-8a8f-8b59c9326af3
ServiceInvariantUUID:2bac4cbd-5db1-4650-9def-8fec2ad66681
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFlwudk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
ArtifactUUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc
ArtifactChecksum:ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_FLWUdk 0
ResourceCustomizationUUID:4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf
ResourceInvariantUUID:d53cee2e-031e-415a-8fae-95f51faf2e70
ResourceName:basic_onboard_FLWUdk
ResourceType:VF
ResourceUUID:dac3165c-a204-413f-adbe-704623ed23b4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_flwudk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
ArtifactUUID:d45e3439-bba4-4631-9b18-813915a57166
ArtifactChecksum:ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ=
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:01129bd9-4e3f-4f2f-92c1-083f0cfccae5
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T07:01:14.952Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:01:14.983Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:01:14.984Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:01:14.984Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:01:14.985Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f8f74d7f-c5f7-425e-a01c-0a969b83b0dc from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T07:01:14.985Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T07:01:14.985Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T07:01:15.018Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-04-03T07:01:15.019Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@5838d98a
2023-04-03T07:01:15.019Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T07:01:15.019Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T07:01:15.019Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardFlwudk-csar.csar /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar f8f74d7f-c5f7-425e-a01c-0a969b83b0dc Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T07:01:15.019Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar ASDC sendASDCNotification
2023-04-03T07:01:15.020Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(Specified artifact is  not found)
2023-04-03T07:01:15.020Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T07:01:15.020Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:01:15.020Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:01:15.020Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505275019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:01:16.021Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardFlwudk-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(UUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-04-03T07:01:16.045Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T07:01:16.046Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T07:01:16.052Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||basic_onboard_FLWUdk 0
2023-04-03T07:01:16.053Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
2023-04-03T07:01:16.053Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d45e3439-bba4-4631-9b18-813915a57166 from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T07:01:16.053Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T07:01:16.054Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T07:01:16.071Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-04-03T07:01:16.071Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@6b3298eb
2023-04-03T07:01:16.072Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T07:01:16.072Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T07:01:16.073Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_flwudk0_modules.json /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json d45e3439-bba4-4631-9b18-813915a57166 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T07:01:16.073Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json ASDC sendASDCNotification
2023-04-03T07:01:16.073Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(Specified artifact is  not found)
2023-04-03T07:01:16.073Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T07:01:16.074Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:01:16.074Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:01:16.074Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505276073,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:01:17.075Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_flwudk0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(UUID:d45e3439-bba4-4631-9b18-813915a57166)
Error message 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-04-03T07:01:17.076Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:01:17.093Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:01:17.098Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T07:01:17.098Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T07:01:47.099Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:01:47.113Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:01:47.115Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T07:01:47.115Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T07:02:07.773Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:02:07.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:02:07.775Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T07:02:07.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:02:17.116Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:02:17.123Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:02:17.125Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T07:02:17.125Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T07:02:47.125Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:02:47.143Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:02:47.147Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T07:02:47.147Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T07:03:07.773Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:03:07.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:03:07.775Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-03T07:03:07.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:03:07.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:03:07.775Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:03:07.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:03:07.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:03:07.775Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-03T07:03:07.775Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:03:07.775Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:03:07.776Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:03:07.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:03:07.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:03:07.776Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T07:03:07.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:03:07.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:03:07.776Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505275019,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T07:03:07.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:03:07.776Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:03:07.776Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505276073,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T07:03:07.776Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:03:17.148Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:03:17.167Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:03:17.170Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T07:03:17.170Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T07:03:47.170Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:03:47.187Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:03:47.191Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T07:03:47.191Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T07:04:07.773Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:04:17.192Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:04:17.206Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:04:17.207Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T07:04:17.208Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T07:04:47.208Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:04:47.223Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:04:47.226Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T07:04:47.227Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T07:05:07.774Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:05:17.227Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:05:17.241Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:05:17.244Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T07:05:17.244Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T07:05:47.244Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:05:47.259Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:05:47.261Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T07:05:47.261Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T07:06:07.774Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:06:07.978Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T07:06:07.979Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Member SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-0a7342f4-e0b9-4fff-a990-f931568d9a49 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-04-03T07:06:07.979Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-03T07:06:07.979Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-03T07:06:08.374Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T07:06:08.388Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T07:06:08.388Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T07:06:08.392Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=45, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T07:06:08.393Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 45: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-03T07:06:08.409Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=45, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T07:06:08.410Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T07:06:08.410Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T07:06:08.413Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T07:06:08.413Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T07:06:08.414Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T07:06:08.414Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1592, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T07:06:08.414Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T07:06:08.414Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T07:06:17.261Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-03T07:06:17.262Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67140925-3a6f-407a-959c-109e177260de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T07:06:17.266Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67140925-3a6f-407a-959c-109e177260de and serviceModelVersionId: 19ebdf40-c64a-481d-8a8f-8b59c9326af3
2023-04-03T07:06:17.266Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2bac4cbd-5db1-4650-9def-8fec2ad66681
2023-04-03T07:06:17.267Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0
2023-04-03T07:06:17.272Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T07:06:17.291Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T07:06:17.291Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||Invoke
2023-04-03T07:06:17.300Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-03T07:06:17.446Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||InvokeReturn
2023-04-03T07:06:17.446Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 07:06:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[376920], x-aai-txid=[1-aai-resources-230403-07:06:17:308-50770], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T07:06:17.446Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T07:06:17.446Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T07:06:17.446Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T07:06:17.454Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T07:06:17.454Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67140925-3a6f-407a-959c-109e177260de and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-03T07:06:17.454Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-03T07:06:17.454Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:06:17.454Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:06:17.455Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505577454,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:06:17.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:06:17.474Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505577454,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-03T07:06:17.474Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:06:18.477Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T07:06:18.477Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"1ba6c437-f06e-4cf5-971b-291d0684a066","serviceName":"vFW 2023-04-03 04-26-19","serviceVersion":"1.0","serviceUUID":"1d95d522-2e0f-4343-9cc1-c8057874e1a7","serviceDescription":"catalog service description","serviceInvariantUUID":"8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38","resources":[{"resourceInstanceName":"vFW 8e02d361-5433 0","resourceName":"vFW 8e02d361-5433","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6acdd6c7-fab4-4f67-9353-504622dd5512","resourceInvariantUUID":"38e6e99e-de44-4a71-b00e-d6a14e39c0d0","resourceCustomizationUUID":"c8134348-724c-4ac8-8b4e-b4601205c1d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml","artifactChecksum":"MTlhZWVmMDU3OWZkMjU2Njk5YWMzZWI4YTk1YzgwZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6a0a1ac1-1076-4d05-be3a-49fee5f34737","artifactVersion":"1"},{"artifactName":"vfw8e02d36154330_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json","artifactChecksum":"NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"476a91f6-7739-4473-b109-ebba85512af9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml","artifactChecksum":"MDJmNmQ4NzA3YTZmNDA2MDA0ZDU4MTRiOGFlN2Q2Mjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b38e7060-1448-4d85-8cdf-3a929672567e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"966ecea8-9af0-46aa-8d5d-3895d9686ba8","artifactVersion":"2","generatedFromUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230403042619-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml","artifactChecksum":"MGZlMGI4Zjc5NjcxZjg2N2I1Y2I2NWUyNTVjYjIzNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1540bab5-1751-409a-b2de-7a325f5eb69d","artifactVersion":"1"},{"artifactName":"service-Vfw20230403042619-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar","artifactChecksum":"ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"284a7ed8-be7f-4a31-9f04-d5e7b63fe142","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T07:06:18.477Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:06:18.478Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:06:18.478Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:06:18.478Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:06:19.478Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:06:19.479Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:06:19.479Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:06:19.479Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:06:20.479Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:06:20.480Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:06:20.480Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:06:20.480Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:06:21.481Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:06:21.481Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:06:21.481Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:06:21.481Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:06:22.482Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:06:22.482Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:06:22.482Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:06:22.482Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:06:23.483Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:06:23.483Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:06:23.484Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:06:23.484Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:06:24.484Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:06:24.485Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:06:24.485Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:06:24.485Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:06:25.485Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "serviceName": "vFW 2023-04-03 04-26-19",
  "serviceVersion": "1.0",
  "serviceUUID": "1d95d522-2e0f-4343-9cc1-c8057874e1a7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38",
  "resources": [
    {
      "resourceInstanceName": "vFW 8e02d361-5433 0",
      "resourceCustomizationUUID": "c8134348-724c-4ac8-8b4e-b4601205c1d5",
      "resourceName": "vFW 8e02d361-5433",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6acdd6c7-fab4-4f67-9353-504622dd5512",
      "resourceInvariantUUID": "38e6e99e-de44-4a71-b00e-d6a14e39c0d0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8e02d36154330_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
          "artifactChecksum": "NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "476a91f6-7739-4473-b109-ebba85512af9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
            "generatedFromUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230403042619-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
      "artifactChecksum": "ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "284a7ed8-be7f-4a31-9f04-d5e7b63fe142"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T07:06:25.486Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T07:06:25.486Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC
2023-04-03T07:06:25.486Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:1ba6c437-f06e-4cf5-971b-291d0684a066
ServiceName:vFW 2023-04-03 04-26-19
ServiceVersion:1.0
ServiceUUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
ServiceInvariantUUID:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230403042619-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
ArtifactUUID:284a7ed8-be7f-4a31-9f04-d5e7b63fe142
ArtifactChecksum:ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8e02d361-5433 0
ResourceCustomizationUUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
ResourceInvariantUUID:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
ResourceName:vFW 8e02d361-5433
ResourceType:VF
ResourceUUID:6acdd6c7-fab4-4f67-9353-504622dd5512
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8e02d36154330_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json
ArtifactUUID:476a91f6-7739-4473-b109-ebba85512af9
ArtifactChecksum:NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI=
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml
ArtifactUUID:62b20843-bd6e-4ffa-9cf5-dfe2585e9862
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T07:06:25.486Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:06:25.506Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:06:25.507Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:06:25.507Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:06:25.507Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 from URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T07:06:25.507Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T07:06:25.507Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T07:06:25.867Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T07:06:25.870Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 101447
2023-04-03T07:06:25.871Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T07:06:25.871Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T07:06:25.871Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T07:06:25.871Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:06:25.871Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:06:25.871Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505585871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:06:26.872Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:06:26.873Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:06:26.873Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142, URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar to file: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T07:06:26.874Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230403042619-csar.csar
2023-04-03T07:06:26.874Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T07:06:26.874Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T07:06:26.981Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10993867202652611590/Definitions/service-Vfw20230403042619-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-03T07:06:28.417Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T07:06:28.417Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T07:06:28.418Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T07:06:28.418Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-03T07:06:28.418Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T07:06:28.418Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T07:06:28.418Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T07:06:28.418Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T07:06:28.418Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T07:06:28.418Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T07:06:28.418Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T07:06:28.418Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T07:06:28.418Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T07:06:28.418Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T07:06:28.418Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8e02d361-5433 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-Vfw20230403042619-csar.csar
2023-04-03T07:06:28.418Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T07:06:28.418Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:06:28.419Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:06:28.419Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T07:06:28.420Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T07:06:28.420Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T07:06:28.420Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:06:28.420Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:06:28.421Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T07:06:28.421Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T07:06:28.421Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T07:06:28.421Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:06:28.421Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:06:28.422Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:06:28.422Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T07:06:28.422Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T07:06:28.422Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T07:06:28.422Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T07:06:28.422Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T07:06:28.422Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T07:06:28.423Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T07:06:28.423Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T07:06:28.423Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T07:06:28.423Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T07:06:28.423Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T07:06:28.423Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T07:06:28.424Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T07:06:28.424Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T07:06:28.424Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T07:06:28.424Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T07:06:28.424Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T07:06:28.425Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:06:28.425Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T07:06:28.425Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:06:28.425Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T07:06:28.425Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T07:06:28.426Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:06:28.426Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T07:06:28.426Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T07:06:28.426Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:06:28.426Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T07:06:28.426Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T07:06:28.427Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:06:28.427Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T07:06:28.427Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T07:06:28.427Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-03T07:06:28.427Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T07:06:28.427Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T07:06:28.428Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T07:06:28.429Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T07:06:28.429Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T07:06:28.429Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T07:06:28.429Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T07:06:28.429Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T07:06:28.429Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T07:06:28.429Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5ffc881a-26c6-4204-a1d2-ba4d1a62f347
2023-04-03T07:06:28.430Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:06:28.430Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T07:06:28.430Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T07:06:28.430Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T07:06:28.430Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T07:06:28.430Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T07:06:28.431Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T07:06:28.431Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T07:06:28.431Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T07:06:28.431Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-03T07:06:28.431Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T07:06:28.431Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T07:06:28.431Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T07:06:28.431Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T07:06:28.432Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
2023-04-03T07:06:28.432Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:06:28.432Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T07:06:28.432Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T07:06:28.432Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T07:06:28.432Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T07:06:28.433Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T07:06:28.433Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T07:06:28.433Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T07:06:28.433Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T07:06:28.433Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T07:06:28.433Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T07:06:28.433Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T07:06:28.434Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T07:06:28.434Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-03T07:06:28.434Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=122e325f-2e27-4d48-9a3f-efbc72a34c71
2023-04-03T07:06:28.434Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:06:28.434Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:06:28.435Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:06:28.435Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:06:28.435Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:06:28.435Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:06:28.435Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:06:28.435Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:06:28.436Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-03 04-26-19
Description:catalog service description
Model UUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
Model Version:NULL
Model InvariantUuid:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8e02d361-5433
Model UUID:47d4862e-1a6e-4dae-9653-99928c24d602
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cde9fb02-b9a2-4c60-9c16-09798dbb426d
ModelName:Vfw8e02d3615433..base_vfw..module-0
ModelUuid:6455b1ae-49c2-4d62-8cfb-2a21c47b6279
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5ffc881a-26c6-4204-a1d2-ba4d1a62f347
ModelInvariantUuid:7e3cea96-7596-4528-9dfb-591d1405d3a3
ModelName:vFW 8e02d361-5433-nodes.vfwCvfc
ModelUuid:756475be-46b0-4af1-9b47-3051a8f60749
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:082e0945-8a5f-423d-8d6d-a828b35abcfb
ModelInvariantUuid:b465ff3b-5bff-4c01-8015-9a6983208da2
ModelName:Vfw8e02d3615433.compute.nodes.heat.vfw
ModelUuid:79b898ee-37ad-4e21-a0c4-244ae0393f4e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
ModelInvariantUuid:7ca98905-f86a-4518-bbb0-9bfbc9cb899c
ModelName:vFW 8e02d361-5433-nodes.vsnCvfc
ModelUuid:d550497c-377e-420a-b821-53296abc0905
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8d40a476-40b7-4511-b338-57d6275036c1
ModelInvariantUuid:d1f91f15-5937-45d6-aa49-dd806b16d46a
ModelName:Vfw8e02d3615433.compute.nodes.heat.vsn
ModelUuid:4983761a-7d0f-41cc-981e-225a831f6b16
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:122e325f-2e27-4d48-9a3f-efbc72a34c71
ModelInvariantUuid:506f7d29-0459-42b4-a53f-aaea27378297
ModelName:vFW 8e02d361-5433-nodes.vpgCvfc
ModelUuid:78065023-194b-4fca-99d6-23e702ead165
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:97f360b6-9db5-41fa-ac2b-da7a01872868
ModelInvariantUuid:427fbd83-51f4-4c81-ba9e-90d3b0aa9915
ModelName:Vfw8e02d3615433.compute.nodes.heat.vpg
ModelUuid:d5bc98b6-ccee-4a42-aeac-9b5dd51b7f56
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-04-03T07:06:28.471Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||ERROR|500||Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists
2023-04-03T07:06:28.472Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T07:06:28.472Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists)
2023-04-03T07:06:28.472Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:06:28.472Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:06:28.472Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:06:28.472Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505588472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:06:29.474Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T07:06:29.474Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists)
2023-04-03T07:06:29.474Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:06:29.475Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:06:29.475Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:06:29.475Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505589474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:06:30.476Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:06:30.495Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:06:30.498Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T07:06:30.499Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T07:06:30.499Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T07:06:30.499Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T07:06:30.499Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:06:30.499Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:06:30.499Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:06:30.499Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:06:30.499Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T07:06:30.509Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T07:07:00.509Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T07:07:00.519Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and serviceModelVersionId: 1d95d522-2e0f-4343-9cc1-c8057874e1a7
2023-04-03T07:07:00.520Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
2023-04-03T07:07:00.520Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0
2023-04-03T07:07:00.528Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T07:07:00.553Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||Invoke
2023-04-03T07:07:00.553Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f0712294-7287-4ebc-8c3a-c922e0a5a8aa], X-ECOMP-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], X-TransactionId=[], X-ONAP-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], Content-Type=[application/merge-patch+json]}
2023-04-03T07:07:00.561Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T07:07:00.714Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 07:07:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[150], vertex-id=[241720], x-aai-txid=[2-aai-resources-230403-07:07:00:571-74640], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T07:07:00.715Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T07:07:00.716Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||InvokeReturn
2023-04-03T07:07:00.716Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T07:07:00.716Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T07:07:00.725Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T07:07:00.725Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ba6c437-f06e-4cf5-971b-291d0684a066 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T07:07:00.725Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T07:07:00.726Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:07:00.726Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:07:00.726Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505620725,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:07:01.748Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T07:07:01.748Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"2a7eda29-9989-4138-bd46-cca320902689","serviceName":"vFW 2023-04-03 05-26-46","serviceVersion":"1.0","serviceUUID":"c608ba70-262e-4e6c-a5ac-a662dc3a40ae","serviceDescription":"catalog service description","serviceInvariantUUID":"2ab16a21-98dc-4b45-bfdd-8202f50de2ef","resources":[{"resourceInstanceName":"vFW 9788de87-67a5 0","resourceName":"vFW 9788de87-67a5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a3eb70d2-577c-4ec5-a10e-227de41ce2e3","resourceInvariantUUID":"ceba352d-9b2d-4bfc-8c8e-3e4c94004a14","resourceCustomizationUUID":"cb88b717-d4c9-49ee-bd40-a092f617a26a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml","artifactChecksum":"M2QwMzBkMmFmYzVmMGNlNzYwNjVlM2JjY2Q2MWMzNzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1379996f-64e2-4052-8a4c-cfd918e3bbba","artifactVersion":"1"},{"artifactName":"vfw9788de8767a50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json","artifactChecksum":"M2I0ZWZhOTk5OWY2ZjFiZDA4NmRmYTgzZDUyMjAwMGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0a3c8d72-899d-404d-9ec3-4a9aa9370a01","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"332f6cea-661b-44e7-8418-999a7faa362d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml","artifactChecksum":"OGZlY2NhMDljNGY1ZGRmNGU3ODJjMmE0YzljMzc0NWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b04aefc1-451c-483d-afaf-23a3c7bf28e6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5a4d096b-2ade-46d5-9e0a-f464972a54b7","artifactVersion":"2","generatedFromUUID":"332f6cea-661b-44e7-8418-999a7faa362d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230403052646-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml","artifactChecksum":"ZmQ5ODc5MTViY2Y5OWExMzk4ZjMwYjdjY2E1YThiZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"feeb6917-dcdc-4eff-be5b-8abdd320af8d","artifactVersion":"1"},{"artifactName":"service-Vfw20230403052646-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar","artifactChecksum":"NWRmYWJmOGUyMDRkODNmODM4MTlmMTE1YmFmNjQyZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5d50b584-a760-415f-b165-b06ef6b1f1e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T07:07:01.749Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:07:01.749Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:07:01.749Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:07:01.749Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:07:02.750Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:07:02.750Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:07:02.750Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:07:02.750Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:07:03.751Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:07:03.751Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:07:03.751Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:07:03.751Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:07:04.752Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:07:04.753Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:07:04.753Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:07:04.753Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:07:05.753Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:07:05.754Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:07:05.754Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:07:05.754Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:07:06.754Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:07:06.755Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:07:06.755Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:07:06.755Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:07:07.755Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:07:07.756Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:07:07.756Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:07:07.756Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:07:07.774Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:07:07.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:07:07.780Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:07:07.781Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:07:07.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:07:07.781Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T07:07:07.781Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:07:07.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:07:07.781Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-03T07:07:07.781Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:07:07.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:07:07.781Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:07:07.781Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:07:07.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:07:07.781Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-03T07:07:07.781Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:07:07.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:07:07.782Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:07:07.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:07:07.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:07:07.782Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T07:07:07.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:07:07.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:07:07.782Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505585871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T07:07:07.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:07:07.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:07:07.782Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505588472,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
}
2023-04-03T07:07:07.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:07:07.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:07:07.782Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505589474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
}
2023-04-03T07:07:07.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:07:07.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:07:07.784Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505620725,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T07:07:07.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:07:07.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:07:07.784Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:07:07.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:07:07.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:07:07.784Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T07:07:07.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:07:07.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:07:07.784Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-03T07:07:07.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:07:07.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:07:07.784Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:07:07.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:07:07.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:07:07.785Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-03T07:07:07.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:07:07.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:07:07.785Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:07:07.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:07:07.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:07:07.785Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T07:07:07.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:07:08.757Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "serviceName": "vFW 2023-04-03 05-26-46",
  "serviceVersion": "1.0",
  "serviceUUID": "c608ba70-262e-4e6c-a5ac-a662dc3a40ae",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2ab16a21-98dc-4b45-bfdd-8202f50de2ef",
  "resources": [
    {
      "resourceInstanceName": "vFW 9788de87-67a5 0",
      "resourceCustomizationUUID": "cb88b717-d4c9-49ee-bd40-a092f617a26a",
      "resourceName": "vFW 9788de87-67a5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a3eb70d2-577c-4ec5-a10e-227de41ce2e3",
      "resourceInvariantUUID": "ceba352d-9b2d-4bfc-8c8e-3e4c94004a14",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw9788de8767a50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
          "artifactChecksum": "M2I0ZWZhOTk5OWY2ZjFiZDA4NmRmYTgzZDUyMjAwMGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0a3c8d72-899d-404d-9ec3-4a9aa9370a01",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "332f6cea-661b-44e7-8418-999a7faa362d",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5a4d096b-2ade-46d5-9e0a-f464972a54b7",
            "generatedFromUUID": "332f6cea-661b-44e7-8418-999a7faa362d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5a4d096b-2ade-46d5-9e0a-f464972a54b7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230403052646-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
      "artifactChecksum": "NWRmYWJmOGUyMDRkODNmODM4MTlmMTE1YmFmNjQyZmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5d50b584-a760-415f-b165-b06ef6b1f1e8"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T07:07:08.757Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T07:07:08.757Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c608ba70-262e-4e6c-a5ac-a662dc3a40ae ASDC
2023-04-03T07:07:08.757Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:2a7eda29-9989-4138-bd46-cca320902689
ServiceName:vFW 2023-04-03 05-26-46
ServiceVersion:1.0
ServiceUUID:c608ba70-262e-4e6c-a5ac-a662dc3a40ae
ServiceInvariantUUID:2ab16a21-98dc-4b45-bfdd-8202f50de2ef
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230403052646-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
ArtifactUUID:5d50b584-a760-415f-b165-b06ef6b1f1e8
ArtifactChecksum:NWRmYWJmOGUyMDRkODNmODM4MTlmMTE1YmFmNjQyZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9788de87-67a5 0
ResourceCustomizationUUID:cb88b717-d4c9-49ee-bd40-a092f617a26a
ResourceInvariantUUID:ceba352d-9b2d-4bfc-8c8e-3e4c94004a14
ResourceName:vFW 9788de87-67a5
ResourceType:VF
ResourceUUID:a3eb70d2-577c-4ec5-a10e-227de41ce2e3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9788de8767a50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json
ArtifactUUID:0a3c8d72-899d-404d-9ec3-4a9aa9370a01
ArtifactChecksum:M2I0ZWZhOTk5OWY2ZjFiZDA4NmRmYTgzZDUyMjAwMGI=
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/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml
ArtifactUUID:332f6cea-661b-44e7-8418-999a7faa362d
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/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env
ArtifactUUID:5a4d096b-2ade-46d5-9e0a-f464972a54b7
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/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env
ArtifactUUID:5a4d096b-2ade-46d5-9e0a-f464972a54b7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T07:07:08.757Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c608ba70-262e-4e6c-a5ac-a662dc3a40ae ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:07:08.797Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:07:08.798Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:07:08.798Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:07:08.798Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 from URL: /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
2023-04-03T07:07:08.799Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T07:07:08.799Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
2023-04-03T07:07:09.138Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T07:07:09.141Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar 5d50b584-a760-415f-b165-b06ef6b1f1e8 101394
2023-04-03T07:07:09.141Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar ASDC sendASDCNotification
2023-04-03T07:07:09.141Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
2023-04-03T07:07:09.141Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T07:07:09.141Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:07:09.141Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:07:09.141Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505629141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:07:10.142Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:07:10.142Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:07:10.143Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8, URL: /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar to file: /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T07:07:10.143Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230403052646-csar.csar
2023-04-03T07:07:10.144Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T07:07:10.144Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T07:07:10.259Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5216490288342341461/Definitions/service-Vfw20230403052646-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-03T07:07:11.727Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T07:07:11.728Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T07:07:11.728Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T07:07:11.728Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-03T07:07:11.728Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T07:07:11.728Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T07:07:11.728Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T07:07:11.728Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T07:07:11.728Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T07:07:11.728Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T07:07:11.728Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T07:07:11.728Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T07:07:11.728Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T07:07:11.728Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9788de87-67a5 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-Vfw20230403052646-csar.csar
2023-04-03T07:07:11.728Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T07:07:11.728Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T07:07:11.729Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:07:11.729Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:07:11.729Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T07:07:11.729Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T07:07:11.729Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T07:07:11.729Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:07:11.729Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:07:11.729Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T07:07:11.729Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T07:07:11.729Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T07:07:11.729Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:07:11.730Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:07:11.730Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:07:11.731Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T07:07:11.731Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T07:07:11.731Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T07:07:11.731Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T07:07:11.731Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T07:07:11.732Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T07:07:11.732Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T07:07:11.732Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T07:07:11.732Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T07:07:11.733Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T07:07:11.733Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T07:07:11.733Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T07:07:11.733Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T07:07:11.733Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T07:07:11.733Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T07:07:11.733Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T07:07:11.733Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T07:07:11.733Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:07:11.733Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T07:07:11.733Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:07:11.733Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T07:07:11.733Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T07:07:11.733Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:07:11.733Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T07:07:11.733Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T07:07:11.734Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:07:11.734Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T07:07:11.734Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T07:07:11.734Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:07:11.734Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T07:07:11.734Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T07:07:11.734Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T07:07:11.734Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-03T07:07:11.734Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T07:07:11.734Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T07:07:11.734Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T07:07:11.734Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T07:07:11.734Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T07:07:11.734Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T07:07:11.734Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T07:07:11.734Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T07:07:11.734Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a430e9fd-041a-42d8-b147-c518cfc20c03
2023-04-03T07:07:11.734Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:07:11.734Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T07:07:11.735Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T07:07:11.735Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T07:07:11.735Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T07:07:11.735Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T07:07:11.735Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T07:07:11.735Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T07:07:11.735Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T07:07:11.735Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-03T07:07:11.735Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T07:07:11.735Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T07:07:11.735Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T07:07:11.735Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T07:07:11.736Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ab73571b-7798-4ba9-977b-2137a4ccef6a
2023-04-03T07:07:11.736Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:07:11.736Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T07:07:11.736Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T07:07:11.736Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T07:07:11.736Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T07:07:11.736Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T07:07:11.736Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T07:07:11.736Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T07:07:11.736Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T07:07:11.736Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T07:07:11.736Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T07:07:11.736Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T07:07:11.737Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T07:07:11.737Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-03T07:07:11.737Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=16305da0-f57a-4b01-82d2-de9f0140b769
2023-04-03T07:07:11.737Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:07:11.737Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:07:11.737Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:07:11.737Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:07:11.737Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:07:11.737Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:07:11.737Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:07:11.737Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:07:11.737Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-03 05-26-46
Description:catalog service description
Model UUID:c608ba70-262e-4e6c-a5ac-a662dc3a40ae
Model Version:NULL
Model InvariantUuid:2ab16a21-98dc-4b45-bfdd-8202f50de2ef
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 9788de87-67a5
Model UUID:565afa59-b03d-48f0-93f9-012885fc7424
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ceba352d-9b2d-4bfc-8c8e-3e4c94004a14
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cb88b717-d4c9-49ee-bd40-a092f617a26a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:85136328-f095-47bb-bc1c-43a61975e49b
ModelName:Vfw9788de8767a5..base_vfw..module-0
ModelUuid:825a363c-eea9-4145-a6e9-00dc45aa43e4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a430e9fd-041a-42d8-b147-c518cfc20c03
ModelInvariantUuid:e4c62a9b-09a1-467b-bf7a-6e2eb5d52103
ModelName:vFW 9788de87-67a5-nodes.vfwCvfc
ModelUuid:04f5a6c2-5ed2-452d-bc04-b56dbdc1259a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:39b4f3bc-fb2c-49b5-beb6-0eb321eb4892
ModelInvariantUuid:8fd280ad-9d22-4c16-abe3-bfe12fedac79
ModelName:Vfw9788de8767a5.compute.nodes.heat.vfw
ModelUuid:4d8679d6-a308-49ad-8d75-0fe570cc9e12
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ab73571b-7798-4ba9-977b-2137a4ccef6a
ModelInvariantUuid:2e7cac4b-1a60-4ea2-a2ce-1ec4f00fb9bb
ModelName:vFW 9788de87-67a5-nodes.vsnCvfc
ModelUuid:1c97fb47-a071-4a26-83fa-f699107d14c1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b1ad0e7f-19b7-4fd9-ba6a-f94020f801de
ModelInvariantUuid:70018cf0-0e4c-42ef-83c7-538284785f9f
ModelName:Vfw9788de8767a5.compute.nodes.heat.vsn
ModelUuid:9bcc28a2-9d7d-425e-9f60-3eca4a7cc3f1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:16305da0-f57a-4b01-82d2-de9f0140b769
ModelInvariantUuid:48951810-a0e3-4e18-8b24-d7da77221b02
ModelName:vFW 9788de87-67a5-nodes.vpgCvfc
ModelUuid:4a32a8a1-548b-4963-96ed-4fe7a6d6a0a4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e2881614-1550-491b-98ce-b4973170b2be
ModelInvariantUuid:abf9146c-dc4f-4fe9-b92b-4d2a6c633a6b
ModelName:Vfw9788de8767a5.compute.nodes.heat.vpg
ModelUuid:1738041d-46dd-41ff-ab54-1107d8a343d4
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-04-03T07:07:11.777Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||ERROR|500||Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists
2023-04-03T07:07:11.778Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar ASDC sendASDCNotification
2023-04-03T07:07:11.778Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar(Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists)
2023-04-03T07:07:11.778Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:07:11.778Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:07:11.778Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:07:11.778Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505631778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:07:12.779Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar ASDC sendASDCNotification
2023-04-03T07:07:12.779Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar(Resource with UUID: a3eb70d2-577c-4ec5-a10e-227de41ce2e3 already exists)
2023-04-03T07:07:12.779Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:07:12.779Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:07:12.779Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:07:12.779Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505632778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a3eb70d2-577c-4ec5-a10e-227de41ce2e3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:07:13.780Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a7eda29-9989-4138-bd46-cca320902689
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:07:13.792Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a7eda29-9989-4138-bd46-cca320902689
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:07:13.794Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T07:07:13.795Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T07:07:13.795Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T07:07:13.795Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T07:07:13.796Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:07:13.796Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:07:13.796Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:07:13.796Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:07:13.797Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T07:07:13.802Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T07:07:43.803Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a7eda29-9989-4138-bd46-cca320902689 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T07:07:43.808Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a7eda29-9989-4138-bd46-cca320902689 and serviceModelVersionId: c608ba70-262e-4e6c-a5ac-a662dc3a40ae
2023-04-03T07:07:43.808Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2ab16a21-98dc-4b45-bfdd-8202f50de2ef
2023-04-03T07:07:43.809Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0
2023-04-03T07:07:43.814Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T07:07:43.834Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|INFO|500||Invoke
2023-04-03T07:07:43.835Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2a7eda29-9989-4138-bd46-cca320902689], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8c7827b3-3464-4bc6-a57e-cef0b79f7b2b], X-ECOMP-RequestID=[2a7eda29-9989-4138-bd46-cca320902689], X-TransactionId=[], X-ONAP-RequestID=[2a7eda29-9989-4138-bd46-cca320902689], Content-Type=[application/merge-patch+json]}
2023-04-03T07:07:43.842Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T07:07:44.005Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 07:07:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[159], vertex-id=[176360], x-aai-txid=[2-aai-resources-230403-07:07:43:851-82838], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T07:07:44.005Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T07:07:44.006Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|INFO|500||InvokeReturn
2023-04-03T07:07:44.006Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T07:07:44.006Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T07:07:44.020Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T07:07:44.021Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a7eda29-9989-4138-bd46-cca320902689 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T07:07:44.021Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T07:07:44.021Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:07:44.021Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:07:44.021Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505664021,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:07:45.042Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T07:07:45.043Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1","serviceDescription":"service","serviceInvariantUUID":"a8e681f8-62e7-4d21-a5fa-dd60cbb7513e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"787af5c5-551e-4c25-b892-328c28277d94","resourceInvariantUUID":"cea6a232-8209-455d-b5b5-1ece29cf9aa9","resourceCustomizationUUID":"9606c9a9-94b4-499d-9e81-5800185e52f1","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":"NWQxOGZiNThkMjQyNGNlZGFlZjZjMGQ4ZjZhOTFiNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0461aead-9859-48ab-bafc-209cf2891a47","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NzcxYmY2ZmUyODYxN2M4NzdmYWE0N2YyZDQwN2U5MDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bacef586-115d-40b1-b3e1-5b20cbbe15e7","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T07:07:45.043Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:07:45.043Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:07:45.043Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:07:45.044Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:07:46.044Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:07:46.045Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:07:46.045Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:07:46.045Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:07:47.046Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a8e681f8-62e7-4d21-a5fa-dd60cbb7513e",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "9606c9a9-94b4-499d-9e81-5800185e52f1",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "787af5c5-551e-4c25-b892-328c28277d94",
      "resourceInvariantUUID": "cea6a232-8209-455d-b5b5-1ece29cf9aa9",
      "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": "NzcxYmY2ZmUyODYxN2M4NzdmYWE0N2YyZDQwN2U5MDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bacef586-115d-40b1-b3e1-5b20cbbe15e7"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T07:07:47.046Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T07:07:47.047Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1 ASDC
2023-04-03T07:07:47.047Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1
ServiceInvariantUUID:a8e681f8-62e7-4d21-a5fa-dd60cbb7513e
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:bacef586-115d-40b1-b3e1-5b20cbbe15e7
ArtifactChecksum:NzcxYmY2ZmUyODYxN2M4NzdmYWE0N2YyZDQwN2U5MDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9606c9a9-94b4-499d-9e81-5800185e52f1
ResourceInvariantUUID:cea6a232-8209-455d-b5b5-1ece29cf9aa9
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:787af5c5-551e-4c25-b892-328c28277d94
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-03T07:07:47.047Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:07:47.077Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:07:47.078Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:07:47.078Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:07:47.078Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-03T07:07:47.078Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T07:07:47.078Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-03T07:07:47.410Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T07:07:47.412Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar bacef586-115d-40b1-b3e1-5b20cbbe15e7 57783
2023-04-03T07:07:47.412Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-03T07:07:47.412Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-03T07:07:47.412Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T07:07:47.412Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:07:47.412Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:07:47.412Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505667412,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:07:48.413Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:07:48.413Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:07:48.413Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T07:07:48.414Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-03T07:07:48.414Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T07:07:48.414Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T07:07:48.490Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8941628356180882213/Definitions/service-BasicNetwork-template.yml
2023-04-03T07:07:48.796Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T07:07:48.798Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T07:07:48.798Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T07:07:48.798Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-03T07:07:48.798Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T07:07:48.798Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T07:07:48.798Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T07:07:48.798Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T07:07:48.798Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T07:07:48.798Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T07:07:48.798Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T07:07:48.798Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T07:07:48.798Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T07:07:48.799Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:07:48.799Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:07:48.799Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-03T07:07:48.799Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T07:07:48.799Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T07:07:48.799Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:07:48.799Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:07:48.800Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-03T07:07:48.800Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T07:07:48.800Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T07:07:48.800Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:07:48.800Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:07:48.800Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:07:48.800Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:07:48.800Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:07:48.800Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:07:48.800Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:07:48.801Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:07:48.801Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:07:48.801Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:07:48.801Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1
Model Version:NULL
Model InvariantUuid:a8e681f8-62e7-4d21-a5fa-dd60cbb7513e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:cea6a232-8209-455d-b5b5-1ece29cf9aa9
Model UUID:8b34861b-9848-4d7e-a62d-634d34e94099
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:9606c9a9-94b4-499d-9e81-5800185e52f1
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-03T07:07:48.843Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||ERROR|500||Csar with UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 already exists
2023-04-03T07:07:48.843Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-03T07:07:48.843Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 already exists)
2023-04-03T07:07:48.843Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:07:48.843Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:07:48.843Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:07:48.844Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505668843,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:07:49.844Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-03T07:07:49.844Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 787af5c5-551e-4c25-b892-328c28277d94 already exists)
2023-04-03T07:07:49.845Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:07:49.845Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:07:49.845Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:07:49.845Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505669844,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 787af5c5-551e-4c25-b892-328c28277d94 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:07:50.846Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:07:50.859Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:07:50.862Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T07:07:50.862Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T07:07:50.862Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T07:07:50.862Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T07:07:50.862Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:07:50.863Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:07:50.863Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:07:50.863Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:07:50.863Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T07:07:50.870Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T07:08:07.773Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:08:07.781Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:08:07.782Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505629141,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T07:08:07.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:08:07.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:08:07.782Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505631778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists"
}
2023-04-03T07:08:07.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:08:07.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:08:07.782Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505632778,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a3eb70d2-577c-4ec5-a10e-227de41ce2e3 already exists"
}
2023-04-03T07:08:07.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:08:07.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:08:07.782Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505664021,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T07:08:07.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:08:07.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:08:07.783Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:08:07.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:08:07.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:08:07.783Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T07:08:07.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:08:07.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:08:07.783Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505667412,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T07:08:07.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:08:07.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:08:07.783Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505668843,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 already exists"
}
2023-04-03T07:08:07.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:08:07.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:08:07.784Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505669844,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 787af5c5-551e-4c25-b892-328c28277d94 already exists"
}
2023-04-03T07:08:07.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:08:20.870Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T07:08:20.877Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02 and serviceModelVersionId: 4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1
2023-04-03T07:08:20.877Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a8e681f8-62e7-4d21-a5fa-dd60cbb7513e
2023-04-03T07:08:20.877Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0
2023-04-03T07:08:20.881Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T07:08:20.897Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|INFO|500||Invoke
2023-04-03T07:08:20.897Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1868819c-edb3-46c7-a1c6-1b6a37fd385d], X-ECOMP-RequestID=[b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02], X-TransactionId=[], X-ONAP-RequestID=[b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02], Content-Type=[application/merge-patch+json]}
2023-04-03T07:08:20.903Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T07:08:21.040Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 07:08:20 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[133], vertex-id=[151768], x-aai-txid=[1-aai-resources-230403-07:08:20:910-6896], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T07:08:21.040Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T07:08:21.041Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|INFO|500||InvokeReturn
2023-04-03T07:08:21.042Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T07:08:21.042Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T07:08:21.049Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T07:08:21.050Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T07:08:21.050Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T07:08:21.050Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:08:21.050Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:08:21.050Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505701050,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:08:22.059Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T07:08:22.060Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"faa6e256-3a0a-4c89-86b9-c4bedd8d632b","serviceName":"Demo_pNF_Oxl3B80h2m7gr6O9tOAo","serviceVersion":"1.0","serviceUUID":"1332212f-514b-4ea3-9653-22313ffcf1bd","serviceDescription":"catalog service description","serviceInvariantUUID":"55f9937c-9d37-4f8a-9eaa-29096097a150","resources":[{"resourceInstanceName":"pNF 4c97cee1-ff01 0","resourceName":"pNF 4c97cee1-ff01","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6dc9b242-9db9-49a0-bf5e-42ed573a9e51","resourceInvariantUUID":"fc0ac666-17a2-4b77-9bbb-772a72b5acf3","resourceCustomizationUUID":"c83a316e-0f12-4e26-88a9-d79a826ac680","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vf-license-model.xml","artifactChecksum":"MTViNzFmMzNhMzAzMzU0OTBmNWUwYjkzM2U0NTE4YmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"13dbec84-83ca-4a64-bc82-4a02eb81615e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/pNF.csar","artifactChecksum":"YWY1NzNlYTAyN2YwNmMyOGQ4YWMxMWZhMzZiY2NkNWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0083c2a9-2c9d-4c69-8cf4-4f4f39028164","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"10e2c8e0-0fc7-4d86-87d9-69b6df991a7a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vendor-license-model.xml","artifactChecksum":"OGZiNDFhZjc3ZmUwOGZkMjdjMGE0MzBlYTJkZjNjMTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b089e457-e80b-4fb5-90ff-5ba7b3212109","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0cc56ab-72e3-4a8e-89a4-dce330776fde","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"204e205e-8af3-40dd-a5e1-2f579430756a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml","artifactChecksum":"ZDQ2OThkYTFkMjRmYjJjOWYzY2VkMzBlNjFhNzk5NzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ffb6d078-e956-4a3f-b490-9bc3b920d2a4","artifactVersion":"1"},{"artifactName":"service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar","artifactChecksum":"ZGI4ZjVmMWQ0NDQ0MzFkN2E0N2ZkZDRhMjE4ZGUxMmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3ab3e23b-b342-4f65-a547-e54977d397da","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T07:08:22.060Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:08:22.060Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:08:22.060Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:08:22.060Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:08:23.061Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:08:23.061Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:08:23.061Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:08:23.062Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:08:24.062Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:08:24.062Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:08:24.063Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:08:24.063Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:08:25.063Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:08:25.064Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:08:25.064Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:08:25.064Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:08:26.064Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:08:26.064Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:08:26.064Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:08:26.065Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:08:27.065Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:08:27.065Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:08:27.065Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:08:27.066Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:08:28.066Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:08:28.067Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:08:28.067Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:08:28.067Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:08:29.067Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:08:29.068Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:08:29.068Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:08:29.068Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:08:30.069Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "serviceName": "Demo_pNF_Oxl3B80h2m7gr6O9tOAo",
  "serviceVersion": "1.0",
  "serviceUUID": "1332212f-514b-4ea3-9653-22313ffcf1bd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "55f9937c-9d37-4f8a-9eaa-29096097a150",
  "resources": [
    {
      "resourceInstanceName": "pNF 4c97cee1-ff01 0",
      "resourceCustomizationUUID": "c83a316e-0f12-4e26-88a9-d79a826ac680",
      "resourceName": "pNF 4c97cee1-ff01",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6dc9b242-9db9-49a0-bf5e-42ed573a9e51",
      "resourceInvariantUUID": "fc0ac666-17a2-4b77-9bbb-772a72b5acf3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
      "artifactChecksum": "ZGI4ZjVmMWQ0NDQ0MzFkN2E0N2ZkZDRhMjE4ZGUxMmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3ab3e23b-b342-4f65-a547-e54977d397da"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T07:08:30.069Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T07:08:30.069Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1332212f-514b-4ea3-9653-22313ffcf1bd ASDC
2023-04-03T07:08:30.069Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:faa6e256-3a0a-4c89-86b9-c4bedd8d632b
ServiceName:Demo_pNF_Oxl3B80h2m7gr6O9tOAo
ServiceVersion:1.0
ServiceUUID:1332212f-514b-4ea3-9653-22313ffcf1bd
ServiceInvariantUUID:55f9937c-9d37-4f8a-9eaa-29096097a150
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
ArtifactUUID:3ab3e23b-b342-4f65-a547-e54977d397da
ArtifactChecksum:ZGI4ZjVmMWQ0NDQ0MzFkN2E0N2ZkZDRhMjE4ZGUxMmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4c97cee1-ff01 0
ResourceCustomizationUUID:c83a316e-0f12-4e26-88a9-d79a826ac680
ResourceInvariantUUID:fc0ac666-17a2-4b77-9bbb-772a72b5acf3
ResourceName:pNF 4c97cee1-ff01
ResourceType:PNF
ResourceUUID:6dc9b242-9db9-49a0-bf5e-42ed573a9e51
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-03T07:08:30.069Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1332212f-514b-4ea3-9653-22313ffcf1bd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:08:30.107Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:08:30.107Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:08:30.107Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:08:30.107Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3ab3e23b-b342-4f65-a547-e54977d397da from URL: /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T07:08:30.107Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T07:08:30.108Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T07:08:30.412Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T07:08:30.414Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar 3ab3e23b-b342-4f65-a547-e54977d397da 87993
2023-04-03T07:08:30.414Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar ASDC sendASDCNotification
2023-04-03T07:08:30.414Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T07:08:30.414Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T07:08:30.415Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:08:30.415Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:08:30.415Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505710414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:08:31.415Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:08:31.417Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:08:31.417Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 3ab3e23b-b342-4f65-a547-e54977d397da, URL: /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar to file: /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T07:08:31.418Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T07:08:31.418Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T07:08:31.418Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T07:08:31.512Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4880643072927836167/Definitions/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml
2023-04-03T07:08:32.137Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T07:08:32.137Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T07:08:32.138Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T07:08:32.138Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T07:08:32.138Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4c97cee1-ff01 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-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T07:08:32.138Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T07:08:32.138Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T07:08:32.138Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T07:08:32.138Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T07:08:32.138Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T07:08:32.138Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T07:08:32.138Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T07:08:32.138Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:08:32.138Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:08:32.138Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Node template pNF 4c97cee1-ff01 0 is matching search criteria
2023-04-03T07:08:32.138Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T07:08:32.138Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 4c97cee1-ff01 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T07:08:32.139Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:08:32.139Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:08:32.139Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Node template pNF 4c97cee1-ff01 0 is matching search criteria
2023-04-03T07:08:32.139Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T07:08:32.139Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 4c97cee1-ff01 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T07:08:32.139Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:08:32.139Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:08:32.139Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:08:32.139Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:08:32.139Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:08:32.139Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:08:32.139Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:08:32.139Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:08:32.139Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:08:32.139Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:08:32.139Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Oxl3B80h2m7gr6O9tOAo
Description:catalog service description
Model UUID:1332212f-514b-4ea3-9653-22313ffcf1bd
Model Version:NULL
Model InvariantUuid:55f9937c-9d37-4f8a-9eaa-29096097a150
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-04-03T07:08:32.172Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||ERROR|500||Csar with UUID: 3ab3e23b-b342-4f65-a547-e54977d397da already exists
2023-04-03T07:08:32.172Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar ASDC sendASDCNotification
2023-04-03T07:08:32.172Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar(Csar with UUID: 3ab3e23b-b342-4f65-a547-e54977d397da already exists)
2023-04-03T07:08:32.173Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:08:32.173Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:08:32.173Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:08:32.173Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505712172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3ab3e23b-b342-4f65-a547-e54977d397da already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:08:33.174Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar ASDC sendASDCNotification
2023-04-03T07:08:33.174Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar(Resource with UUID: 6dc9b242-9db9-49a0-bf5e-42ed573a9e51 already exists)
2023-04-03T07:08:33.174Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:08:33.174Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:08:33.174Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:08:33.174Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505713174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6dc9b242-9db9-49a0-bf5e-42ed573a9e51 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:08:34.175Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: faa6e256-3a0a-4c89-86b9-c4bedd8d632b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:08:34.188Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: faa6e256-3a0a-4c89-86b9-c4bedd8d632b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:08:34.191Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T07:08:34.191Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T07:08:34.191Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T07:08:34.191Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T07:08:34.192Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:08:34.192Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:08:34.192Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:08:34.193Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:08:34.193Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T07:08:34.200Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T07:09:04.200Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: faa6e256-3a0a-4c89-86b9-c4bedd8d632b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T07:09:04.207Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: faa6e256-3a0a-4c89-86b9-c4bedd8d632b and serviceModelVersionId: 1332212f-514b-4ea3-9653-22313ffcf1bd
2023-04-03T07:09:04.207Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 55f9937c-9d37-4f8a-9eaa-29096097a150
2023-04-03T07:09:04.208Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0
2023-04-03T07:09:04.216Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T07:09:04.241Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|INFO|500||Invoke
2023-04-03T07:09:04.241Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[faa6e256-3a0a-4c89-86b9-c4bedd8d632b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e832a4bd-e443-451f-9de3-edd414062f13], X-ECOMP-RequestID=[faa6e256-3a0a-4c89-86b9-c4bedd8d632b], X-TransactionId=[], X-ONAP-RequestID=[faa6e256-3a0a-4c89-86b9-c4bedd8d632b], Content-Type=[application/merge-patch+json]}
2023-04-03T07:09:04.253Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T07:09:04.489Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 07:09:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[232], vertex-id=[204832], x-aai-txid=[1-aai-resources-230403-07:09:04:262-39947], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T07:09:04.490Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T07:09:04.490Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|INFO|500||InvokeReturn
2023-04-03T07:09:04.491Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T07:09:04.491Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T07:09:04.502Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T07:09:04.503Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID faa6e256-3a0a-4c89-86b9-c4bedd8d632b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T07:09:04.503Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T07:09:04.503Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:09:04.504Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:09:04.504Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505744503,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:09:05.518Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T07:09:05.519Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"f6926451-6069-417e-b7db-2800b7061bb3","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"205c6bdd-fb55-4ab0-8210-70d6b0e9a06b","serviceDescription":"service","serviceInvariantUUID":"290a2027-5f50-48ce-b23b-d9958e461260","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cca49e2b-a592-45e7-ad60-a0b040a06b21","resourceInvariantUUID":"24305239-b2d0-4f68-bdfe-fcfaad612492","resourceCustomizationUUID":"d34b0cc4-af9b-4dcf-83b4-1bb790430cad","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":"ZjliNzNiZDBkNjNiMDhjNGU1ODEwMjRlM2ExMmM2MjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6646f189-8e5a-4d66-9645-a5c9bb3a7ea3","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":"ZGIyOWU2OGRhNWMwNWVjNTliMmU4N2IxYTZlZjVmMTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"248b0520-0753-43bc-8989-f4a2c11189fc","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":"138c0b31-d054-43d2-88ef-487fa941c727","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":"3eed7be2-186a-4381-be39-14e5c293ee30","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":"a1fc643c-6883-473b-8d39-b404e2a8fafd","artifactVersion":"2","generatedFromUUID":"138c0b31-d054-43d2-88ef-487fa941c727"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTkwOTFhZTNjODNkYTY0ZDNjMjY0OGMxM2QxMjA0OWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9394169b-ebc7-4234-b8f9-1af288a85dd0","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWUwYzkyZmNmNTU5Njk4N2RmYmI0ZDM5NWZmYWVmMDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1bf7198e-bb62-4f46-9790-b009f8321faa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T07:09:05.519Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:09:05.520Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:09:05.520Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:09:05.520Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "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-04-03T07:09:06.520Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:09:06.521Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:09:06.521Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:09:06.521Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "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-04-03T07:09:07.522Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:09:07.522Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:09:07.522Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:09:07.522Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "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-04-03T07:09:07.773Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:09:07.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:09:07.783Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505701050,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T07:09:07.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:09:07.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:09:07.784Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:09:07.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:09:07.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:09:07.784Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:09:07.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:09:07.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:09:07.785Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:09:07.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:09:07.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:09:07.785Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:09:07.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:09:07.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:09:07.785Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:09:07.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:09:07.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:09:07.785Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:09:07.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:09:07.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:09:07.785Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:09:07.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:09:07.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:09:07.786Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T07:09:07.786Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:09:07.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:09:07.786Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505710414,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T07:09:07.786Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:09:07.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:09:07.786Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505712172,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3ab3e23b-b342-4f65-a547-e54977d397da already exists"
}
2023-04-03T07:09:07.786Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:09:07.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:09:07.786Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505713174,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6dc9b242-9db9-49a0-bf5e-42ed573a9e51 already exists"
}
2023-04-03T07:09:07.786Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:09:07.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:09:07.787Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505744503,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T07:09:07.787Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:09:07.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:09:07.787Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:09:07.787Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:09:07.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:09:07.787Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T07:09:07.787Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:09:07.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:09:07.787Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-03T07:09:07.787Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:09:08.523Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:09:08.524Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:09:08.524Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:09:08.524Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "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-04-03T07:09:09.525Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:09:09.526Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:09:09.526Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:09:09.526Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "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-04-03T07:09:10.528Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:09:10.528Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:09:10.528Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:09:10.528Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:09:11.529Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:09:11.529Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:09:11.529Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:09:11.529Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:09:12.530Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "205c6bdd-fb55-4ab0-8210-70d6b0e9a06b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "290a2027-5f50-48ce-b23b-d9958e461260",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d34b0cc4-af9b-4dcf-83b4-1bb790430cad",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cca49e2b-a592-45e7-ad60-a0b040a06b21",
      "resourceInvariantUUID": "24305239-b2d0-4f68-bdfe-fcfaad612492",
      "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": "ZGIyOWU2OGRhNWMwNWVjNTliMmU4N2IxYTZlZjVmMTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "248b0520-0753-43bc-8989-f4a2c11189fc",
          "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": "138c0b31-d054-43d2-88ef-487fa941c727",
          "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": "a1fc643c-6883-473b-8d39-b404e2a8fafd",
            "generatedFromUUID": "138c0b31-d054-43d2-88ef-487fa941c727"
          },
          "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": "a1fc643c-6883-473b-8d39-b404e2a8fafd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "OWUwYzkyZmNmNTU5Njk4N2RmYmI0ZDM5NWZmYWVmMDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1bf7198e-bb62-4f46-9790-b009f8321faa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T07:09:12.530Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T07:09:12.531Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 205c6bdd-fb55-4ab0-8210-70d6b0e9a06b ASDC
2023-04-03T07:09:12.531Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:f6926451-6069-417e-b7db-2800b7061bb3
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:205c6bdd-fb55-4ab0-8210-70d6b0e9a06b
ServiceInvariantUUID:290a2027-5f50-48ce-b23b-d9958e461260
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:1bf7198e-bb62-4f46-9790-b009f8321faa
ArtifactChecksum:OWUwYzkyZmNmNTU5Njk4N2RmYmI0ZDM5NWZmYWVmMDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d34b0cc4-af9b-4dcf-83b4-1bb790430cad
ResourceInvariantUUID:24305239-b2d0-4f68-bdfe-fcfaad612492
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:cca49e2b-a592-45e7-ad60-a0b040a06b21
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:248b0520-0753-43bc-8989-f4a2c11189fc
ArtifactChecksum:ZGIyOWU2OGRhNWMwNWVjNTliMmU4N2IxYTZlZjVmMTY=
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:138c0b31-d054-43d2-88ef-487fa941c727
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:a1fc643c-6883-473b-8d39-b404e2a8fafd
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:a1fc643c-6883-473b-8d39-b404e2a8fafd
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T07:09:12.531Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 205c6bdd-fb55-4ab0-8210-70d6b0e9a06b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:09:12.558Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:09:12.559Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:09:12.559Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:09:12.559Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-03T07:09:12.559Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T07:09:12.559Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-03T07:09:12.896Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T07:09:12.897Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1bf7198e-bb62-4f46-9790-b009f8321faa 75157
2023-04-03T07:09:12.898Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-03T07:09:12.898Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-03T07:09:12.898Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T07:09:12.898Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:09:12.898Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:09:12.899Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505752898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:09:13.899Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:09:13.900Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:09:13.900Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T07:09:13.902Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-03T07:09:13.903Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T07:09:13.903Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T07:09:13.991Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11327837629369286731/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-04-03T07:09:14.875Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T07:09:14.875Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T07:09:14.875Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T07:09:14.875Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T07:09:14.875Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T07:09:14.875Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T07:09:14.875Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T07:09:14.875Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T07:09:14.875Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T07:09:14.875Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T07:09:14.875Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T07:09:14.875Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T07:09:14.875Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:09:14.876Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:09:14.876Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T07:09:14.876Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T07:09:14.876Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T07:09:14.876Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:09:14.876Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:09:14.876Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T07:09:14.876Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T07:09:14.876Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T07:09:14.876Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:09:14.876Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:09:14.876Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:09:14.876Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-03T07:09:14.876Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-03T07:09:14.876Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-03T07:09:14.876Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-03T07:09:14.876Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-03T07:09:14.877Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T07:09:14.877Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:09:14.877Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T07:09:14.877Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:09:14.877Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T07:09:14.877Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T07:09:14.877Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:09:14.877Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T07:09:14.877Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T07:09:14.877Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:09:14.877Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T07:09:14.877Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T07:09:14.877Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:09:14.877Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-03T07:09:14.877Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-03T07:09:14.877Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-03T07:09:14.877Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=386d9e5d-ce22-433e-b24c-37cd501f7a5e
2023-04-03T07:09:14.877Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:09:14.878Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:09:14.878Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:09:14.878Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:09:14.878Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:09:14.878Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:09:14.878Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:09:14.878Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:09:14.878Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:205c6bdd-fb55-4ab0-8210-70d6b0e9a06b
Model Version:NULL
Model InvariantUuid:290a2027-5f50-48ce-b23b-d9958e461260
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:5c1c232b-f9bd-4729-9222-6463a2fb68bb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:24305239-b2d0-4f68-bdfe-fcfaad612492
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d34b0cc4-af9b-4dcf-83b4-1bb790430cad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:45ee27b9-2ec5-4a13-9086-329dcfc9217b
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:7ad00a28-eb6b-49d7-a44f-740a5327feb9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:386d9e5d-ce22-433e-b24c-37cd501f7a5e
ModelInvariantUuid:49fbba8b-8e7d-4588-ac83-522574bdb8c3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:a2c7fc9a-e509-4068-80e6-b51e43bf82f6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:88907c78-b2df-4198-96df-32abf65b3916
ModelInvariantUuid:02bc1d5d-3906-4b72-9028-c9f379f61762
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:289b7c4e-6975-46bc-9f53-a059f29ecaa5
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-04-03T07:09:14.919Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||ERROR|500||Csar with UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa already exists
2023-04-03T07:09:14.919Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-03T07:09:14.919Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa already exists)
2023-04-03T07:09:14.919Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:09:14.919Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:09:14.919Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:09:14.919Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505754919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:09:15.920Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-03T07:09:15.920Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: cca49e2b-a592-45e7-ad60-a0b040a06b21 already exists)
2023-04-03T07:09:15.920Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:09:15.921Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:09:15.921Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:09:15.921Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505755920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: cca49e2b-a592-45e7-ad60-a0b040a06b21 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:09:16.921Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6926451-6069-417e-b7db-2800b7061bb3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:09:16.933Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6926451-6069-417e-b7db-2800b7061bb3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:09:16.935Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T07:09:16.935Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T07:09:16.935Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T07:09:16.935Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T07:09:16.935Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:09:16.935Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:09:16.935Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:09:16.935Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:09:16.935Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T07:09:16.941Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T07:09:46.942Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f6926451-6069-417e-b7db-2800b7061bb3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T07:09:46.955Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f6926451-6069-417e-b7db-2800b7061bb3 and serviceModelVersionId: 205c6bdd-fb55-4ab0-8210-70d6b0e9a06b
2023-04-03T07:09:46.956Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 290a2027-5f50-48ce-b23b-d9958e461260
2023-04-03T07:09:46.957Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0
2023-04-03T07:09:46.963Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T07:09:46.987Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T07:09:46.988Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0|INFO|500||Invoke
2023-04-03T07:09:46.995Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T07:09:47.160Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0|INFO|500||InvokeReturn
2023-04-03T07:09:47.160Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 07:09:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[161], vertex-id=[241736], x-aai-txid=[1-aai-resources-230403-07:09:47:005-35493], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T07:09:47.160Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T07:09:47.161Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T07:09:47.161Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T07:09:47.168Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T07:09:47.168Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f6926451-6069-417e-b7db-2800b7061bb3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T07:09:47.168Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T07:09:47.169Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:09:47.169Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:09:47.169Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505787168,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:09:48.188Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T07:09:48.188Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"96176ffb-93a7-4469-ba17-beb529a16739","serviceName":"Demo_pNF_tu7tgeomYpGKBQ0AQDjF","serviceVersion":"1.0","serviceUUID":"7a7094f3-459f-4259-92ff-345bb8f82ff1","serviceDescription":"catalog service description","serviceInvariantUUID":"d9db46d4-4115-4d8b-bbdc-eb705935ec31","resources":[{"resourceInstanceName":"pNF 1a375b37-bf2d 0","resourceName":"pNF 1a375b37-bf2d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a53c58f7-9480-4033-b2b4-a5bf43228d88","resourceInvariantUUID":"c216dc19-0394-4801-b57a-deca2710f7f4","resourceCustomizationUUID":"e9bb89ba-768a-49cd-ac57-52b9d72d6b3b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vf-license-model.xml","artifactChecksum":"YmY0N2M4ZDE4NTY0NjhjZmRjYWViMDBhMGI1MWIxYjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"edefc8e0-95d5-4977-bfcf-24d220afd6b9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/pNF.csar","artifactChecksum":"YWY1NzNlYTAyN2YwNmMyOGQ4YWMxMWZhMzZiY2NkNWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d56217b0-ab36-4835-bde6-274ad03e4523","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7cd06037-a9d5-48ba-a05c-cdf1f4c740d6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vendor-license-model.xml","artifactChecksum":"Y2U4Njk4MWE1NDRkNTA1Y2ExM2I5ODEzMTQxOTI3NjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b5f85bc6-ca67-4fde-b27a-b30fb0ba4fa3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"30763a71-652c-4f01-9377-ae082aea79e6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"02a40e0d-6833-4c70-8069-cdf77a368cf2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml","artifactChecksum":"YmM3NThlNjkwZTNkNWFkOWI5OTdkMWFiMmRjZjM4MDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79c4f570-f9e2-4680-a9f5-a496d9a0e700","artifactVersion":"1"},{"artifactName":"service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar","artifactChecksum":"ZWIxNjM5ZmRhNTE5MDI2ODBmM2MwYTA2Y2ExNTljYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2feb992d-4f7e-4b44-a9b8-e44262cd5ad5","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T07:09:48.188Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:09:48.189Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:09:48.189Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:09:48.189Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:09:49.189Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:09:49.189Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:09:49.189Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:09:49.189Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:09:50.190Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:09:50.190Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:09:50.190Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:09:50.190Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:09:51.190Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:09:51.191Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:09:51.191Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:09:51.191Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:09:52.191Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:09:52.191Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:09:52.191Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:09:52.192Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:09:53.192Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:09:53.192Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:09:53.192Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:09:53.192Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:09:54.193Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:09:54.194Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:09:54.194Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:09:54.194Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:09:55.194Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:09:55.195Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:09:55.195Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:09:55.195Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:09:56.196Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "serviceName": "Demo_pNF_tu7tgeomYpGKBQ0AQDjF",
  "serviceVersion": "1.0",
  "serviceUUID": "7a7094f3-459f-4259-92ff-345bb8f82ff1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d9db46d4-4115-4d8b-bbdc-eb705935ec31",
  "resources": [
    {
      "resourceInstanceName": "pNF 1a375b37-bf2d 0",
      "resourceCustomizationUUID": "e9bb89ba-768a-49cd-ac57-52b9d72d6b3b",
      "resourceName": "pNF 1a375b37-bf2d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a53c58f7-9480-4033-b2b4-a5bf43228d88",
      "resourceInvariantUUID": "c216dc19-0394-4801-b57a-deca2710f7f4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
      "artifactChecksum": "ZWIxNjM5ZmRhNTE5MDI2ODBmM2MwYTA2Y2ExNTljYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2feb992d-4f7e-4b44-a9b8-e44262cd5ad5"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T07:09:56.196Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T07:09:56.196Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7a7094f3-459f-4259-92ff-345bb8f82ff1 ASDC
2023-04-03T07:09:56.196Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:96176ffb-93a7-4469-ba17-beb529a16739
ServiceName:Demo_pNF_tu7tgeomYpGKBQ0AQDjF
ServiceVersion:1.0
ServiceUUID:7a7094f3-459f-4259-92ff-345bb8f82ff1
ServiceInvariantUUID:d9db46d4-4115-4d8b-bbdc-eb705935ec31
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
ArtifactUUID:2feb992d-4f7e-4b44-a9b8-e44262cd5ad5
ArtifactChecksum:ZWIxNjM5ZmRhNTE5MDI2ODBmM2MwYTA2Y2ExNTljYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 1a375b37-bf2d 0
ResourceCustomizationUUID:e9bb89ba-768a-49cd-ac57-52b9d72d6b3b
ResourceInvariantUUID:c216dc19-0394-4801-b57a-deca2710f7f4
ResourceName:pNF 1a375b37-bf2d
ResourceType:PNF
ResourceUUID:a53c58f7-9480-4033-b2b4-a5bf43228d88
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-03T07:09:56.196Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a7094f3-459f-4259-92ff-345bb8f82ff1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:09:56.246Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:09:56.247Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:09:56.247Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:09:56.247Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 from URL: /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T07:09:56.247Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T07:09:56.248Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T07:09:56.542Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T07:09:56.543Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 87992
2023-04-03T07:09:56.543Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar ASDC sendASDCNotification
2023-04-03T07:09:56.543Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T07:09:56.543Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T07:09:56.543Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:09:56.543Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:09:56.543Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505796543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:09:57.544Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:09:57.545Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:09:57.545Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5, URL: /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar to file: /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T07:09:57.545Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T07:09:57.546Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T07:09:57.546Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T07:09:57.643Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15804452572856334845/Definitions/service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml
2023-04-03T07:09:58.244Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T07:09:58.244Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T07:09:58.244Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T07:09:58.244Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T07:09:58.244Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1a375b37-bf2d 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-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T07:09:58.244Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T07:09:58.244Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T07:09:58.244Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T07:09:58.244Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T07:09:58.244Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T07:09:58.244Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T07:09:58.244Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T07:09:58.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:09:58.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:09:58.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Node template pNF 1a375b37-bf2d 0 is matching search criteria
2023-04-03T07:09:58.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T07:09:58.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 1a375b37-bf2d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T07:09:58.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:09:58.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:09:58.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Node template pNF 1a375b37-bf2d 0 is matching search criteria
2023-04-03T07:09:58.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T07:09:58.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 1a375b37-bf2d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T07:09:58.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:09:58.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:09:58.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:09:58.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:09:58.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:09:58.246Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:09:58.246Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:09:58.246Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:09:58.246Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:09:58.246Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:09:58.246Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_tu7tgeomYpGKBQ0AQDjF
Description:catalog service description
Model UUID:7a7094f3-459f-4259-92ff-345bb8f82ff1
Model Version:NULL
Model InvariantUuid:d9db46d4-4115-4d8b-bbdc-eb705935ec31
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-04-03T07:09:58.293Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||ERROR|500||Csar with UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 already exists
2023-04-03T07:09:58.293Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar ASDC sendASDCNotification
2023-04-03T07:09:58.293Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar(Csar with UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 already exists)
2023-04-03T07:09:58.293Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:09:58.293Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:09:58.293Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:09:58.293Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505798293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:09:59.294Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar ASDC sendASDCNotification
2023-04-03T07:09:59.294Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar(Resource with UUID: a53c58f7-9480-4033-b2b4-a5bf43228d88 already exists)
2023-04-03T07:09:59.294Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:09:59.294Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:09:59.294Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:09:59.295Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505799294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a53c58f7-9480-4033-b2b4-a5bf43228d88 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:10:00.295Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96176ffb-93a7-4469-ba17-beb529a16739
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:10:00.323Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96176ffb-93a7-4469-ba17-beb529a16739
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:10:00.327Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T07:10:00.328Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T07:10:00.328Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T07:10:00.328Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T07:10:00.328Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:10:00.328Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:10:00.328Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:10:00.328Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:10:00.328Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T07:10:00.345Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T07:10:07.773Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:10:07.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:10:07.782Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:10:07.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:10:07.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:10:07.782Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-03T07:10:07.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:10:07.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:10:07.782Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:10:07.782Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:10:07.782Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:10:07.783Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T07:10:07.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:10:07.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:10:07.783Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505752898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T07:10:07.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:10:07.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:10:07.783Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505754919,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa already exists"
}
2023-04-03T07:10:07.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:10:07.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:10:07.783Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505755920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: cca49e2b-a592-45e7-ad60-a0b040a06b21 already exists"
}
2023-04-03T07:10:07.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:10:07.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:10:07.783Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505787168,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T07:10:07.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:10:07.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:10:07.783Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:10:07.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:10:07.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:10:07.783Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:10:07.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:10:07.783Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:10:07.783Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:10:07.783Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:10:07.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:10:07.784Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:10:07.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:10:07.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:10:07.784Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:10:07.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:10:07.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:10:07.784Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:10:07.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:10:07.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:10:07.784Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:10:07.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:10:07.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:10:07.784Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T07:10:07.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:10:07.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:10:07.784Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505796543,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T07:10:07.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:10:07.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:10:07.784Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505798293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 already exists"
}
2023-04-03T07:10:07.784Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:10:07.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:10:07.785Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505799294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a53c58f7-9480-4033-b2b4-a5bf43228d88 already exists"
}
2023-04-03T07:10:07.785Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:10:30.345Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 96176ffb-93a7-4469-ba17-beb529a16739 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T07:10:30.355Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 96176ffb-93a7-4469-ba17-beb529a16739 and serviceModelVersionId: 7a7094f3-459f-4259-92ff-345bb8f82ff1
2023-04-03T07:10:30.355Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d9db46d4-4115-4d8b-bbdc-eb705935ec31
2023-04-03T07:10:30.355Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0
2023-04-03T07:10:30.359Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T07:10:30.370Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T07:10:30.371Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0|INFO|500||Invoke
2023-04-03T07:10:30.377Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T07:10:30.549Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0|INFO|500||InvokeReturn
2023-04-03T07:10:30.549Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 07:10:30 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[168], vertex-id=[241672], x-aai-txid=[2-aai-resources-230403-07:10:30:386-22233], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T07:10:30.549Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T07:10:30.550Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T07:10:30.550Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T07:10:30.558Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T07:10:30.558Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 96176ffb-93a7-4469-ba17-beb529a16739 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T07:10:30.559Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T07:10:30.559Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:10:30.559Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:10:30.559Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505830559,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:10:31.593Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T07:10:31.593Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"d15e255c-b15d-4c52-8bb3-899edc3349b8","serviceName":"Demo_pNF_HMbbR0oJEskKtjBqjweY","serviceVersion":"1.0","serviceUUID":"085768f5-69a5-4cc6-91eb-f148e874cd4b","serviceDescription":"catalog service description","serviceInvariantUUID":"7cc41ecd-aa8a-450b-966d-b8d6202674f9","resources":[{"resourceInstanceName":"pNF 9e2c9b74-de23 0","resourceName":"pNF 9e2c9b74-de23","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7e5c0815-3629-4711-b9cc-64128e7bc38a","resourceInvariantUUID":"ff4e96ce-678d-42d7-9d2f-0cc0ccc601f9","resourceCustomizationUUID":"d5115979-21fd-4c94-a171-254b861d96cd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vf-license-model.xml","artifactChecksum":"Mjg2MWY2MzNmOTUwOTBjNTFhMGM3MTcwZjE0YTM4ZGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1d05cb5f-4889-4f76-ad69-c6b2804eb618","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/pNF.csar","artifactChecksum":"YWY1NzNlYTAyN2YwNmMyOGQ4YWMxMWZhMzZiY2NkNWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"901ec9fe-988a-4d22-89d8-97a9b0f85b40","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a285b584-7148-4730-b1dc-c9dfadabdafd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vendor-license-model.xml","artifactChecksum":"MzZhYTg3ZWM4MGU0YjAzOTQ3ZmI1ZGE2MWM5N2VkYjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d06d43e2-12bc-4847-ac73-38f73ef2ca86","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70032e67-b3c3-4e72-b9c1-4a66dc738c8c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88a1af8b-d467-427c-a2ec-90575a5a8a32","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHmbbr0ojeskktjbqjwey-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-template.yml","artifactChecksum":"NjY0OTQwZTMyMTZmM2JiYWYxNTFkMmM3YjI1YmNmM2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"29135bb3-8256-4a02-8dcc-01aca055419b","artifactVersion":"1"},{"artifactName":"service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar","artifactChecksum":"YjE2Yjk5NzM3OGI0YmYwZWVkNGRmMTUxNTUxOGZhOTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e45fce11-82e9-4b19-9578-e00f62f2e584","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T07:10:31.593Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:10:31.593Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:10:31.593Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:10:31.593Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:10:32.594Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:10:32.595Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:10:32.595Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:10:32.595Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:10:33.595Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:10:33.596Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:10:33.596Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:10:33.596Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:10:34.597Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:10:34.597Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:10:34.598Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:10:34.598Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:10:35.598Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:10:35.599Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:10:35.599Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:10:35.599Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:10:36.599Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:10:36.600Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:10:36.600Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:10:36.600Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:10:37.600Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:10:37.601Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:10:37.601Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:10:37.601Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:10:38.602Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:10:38.602Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:10:38.602Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:10:38.602Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:10:39.603Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "serviceName": "Demo_pNF_HMbbR0oJEskKtjBqjweY",
  "serviceVersion": "1.0",
  "serviceUUID": "085768f5-69a5-4cc6-91eb-f148e874cd4b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7cc41ecd-aa8a-450b-966d-b8d6202674f9",
  "resources": [
    {
      "resourceInstanceName": "pNF 9e2c9b74-de23 0",
      "resourceCustomizationUUID": "d5115979-21fd-4c94-a171-254b861d96cd",
      "resourceName": "pNF 9e2c9b74-de23",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7e5c0815-3629-4711-b9cc-64128e7bc38a",
      "resourceInvariantUUID": "ff4e96ce-678d-42d7-9d2f-0cc0ccc601f9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
      "artifactChecksum": "YjE2Yjk5NzM3OGI0YmYwZWVkNGRmMTUxNTUxOGZhOTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e45fce11-82e9-4b19-9578-e00f62f2e584"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T07:10:39.603Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T07:10:39.603Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 085768f5-69a5-4cc6-91eb-f148e874cd4b ASDC
2023-04-03T07:10:39.604Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:d15e255c-b15d-4c52-8bb3-899edc3349b8
ServiceName:Demo_pNF_HMbbR0oJEskKtjBqjweY
ServiceVersion:1.0
ServiceUUID:085768f5-69a5-4cc6-91eb-f148e874cd4b
ServiceInvariantUUID:7cc41ecd-aa8a-450b-966d-b8d6202674f9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
ArtifactUUID:e45fce11-82e9-4b19-9578-e00f62f2e584
ArtifactChecksum:YjE2Yjk5NzM3OGI0YmYwZWVkNGRmMTUxNTUxOGZhOTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9e2c9b74-de23 0
ResourceCustomizationUUID:d5115979-21fd-4c94-a171-254b861d96cd
ResourceInvariantUUID:ff4e96ce-678d-42d7-9d2f-0cc0ccc601f9
ResourceName:pNF 9e2c9b74-de23
ResourceType:PNF
ResourceUUID:7e5c0815-3629-4711-b9cc-64128e7bc38a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-03T07:10:39.604Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 085768f5-69a5-4cc6-91eb-f148e874cd4b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:10:39.660Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:10:39.661Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:10:39.661Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:10:39.661Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e45fce11-82e9-4b19-9578-e00f62f2e584 from URL: /sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T07:10:39.661Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T07:10:39.661Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T07:10:39.962Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T07:10:39.964Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar e45fce11-82e9-4b19-9578-e00f62f2e584 87986
2023-04-03T07:10:39.964Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar ASDC sendASDCNotification
2023-04-03T07:10:39.964Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T07:10:39.965Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T07:10:39.965Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:10:39.965Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:10:39.965Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505839964,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:10:40.966Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:10:40.967Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:10:40.967Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e45fce11-82e9-4b19-9578-e00f62f2e584, URL: /sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar to file: /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T07:10:40.967Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T07:10:40.968Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T07:10:40.968Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T07:10:41.066Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2978802331469931973/Definitions/service-DemoPnfHmbbr0ojeskktjbqjwey-template.yml
2023-04-03T07:10:41.629Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T07:10:41.629Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T07:10:41.629Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T07:10:41.629Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T07:10:41.629Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9e2c9b74-de23 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-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T07:10:41.629Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T07:10:41.630Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T07:10:41.630Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T07:10:41.630Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T07:10:41.630Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T07:10:41.630Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T07:10:41.630Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T07:10:41.630Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:10:41.630Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:10:41.630Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Node template pNF 9e2c9b74-de23 0 is matching search criteria
2023-04-03T07:10:41.630Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T07:10:41.630Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 9e2c9b74-de23 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T07:10:41.630Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:10:41.630Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:10:41.630Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Node template pNF 9e2c9b74-de23 0 is matching search criteria
2023-04-03T07:10:41.631Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T07:10:41.631Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 9e2c9b74-de23 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T07:10:41.631Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:10:41.631Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:10:41.631Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:10:41.631Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:10:41.631Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:10:41.631Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:10:41.631Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:10:41.631Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:10:41.631Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:10:41.631Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:10:41.631Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_HMbbR0oJEskKtjBqjweY
Description:catalog service description
Model UUID:085768f5-69a5-4cc6-91eb-f148e874cd4b
Model Version:NULL
Model InvariantUuid:7cc41ecd-aa8a-450b-966d-b8d6202674f9
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-04-03T07:10:41.674Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||ERROR|500||Csar with UUID: e45fce11-82e9-4b19-9578-e00f62f2e584 already exists
2023-04-03T07:10:41.674Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar ASDC sendASDCNotification
2023-04-03T07:10:41.675Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar(Csar with UUID: e45fce11-82e9-4b19-9578-e00f62f2e584 already exists)
2023-04-03T07:10:41.675Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:10:41.675Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:10:41.675Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:10:41.675Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505841674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e45fce11-82e9-4b19-9578-e00f62f2e584 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:10:42.675Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar ASDC sendASDCNotification
2023-04-03T07:10:42.675Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar(Resource with UUID: 7e5c0815-3629-4711-b9cc-64128e7bc38a already exists)
2023-04-03T07:10:42.676Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:10:42.676Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:10:42.676Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:10:42.676Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505842675,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7e5c0815-3629-4711-b9cc-64128e7bc38a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:10:43.676Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d15e255c-b15d-4c52-8bb3-899edc3349b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:10:43.704Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d15e255c-b15d-4c52-8bb3-899edc3349b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:10:43.709Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T07:10:43.709Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T07:10:43.709Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T07:10:43.709Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T07:10:43.709Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:10:43.709Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:10:43.709Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:10:43.710Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:10:43.710Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T07:10:43.723Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T07:11:07.773Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:11:07.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:11:07.780Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505830559,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T07:11:07.780Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:11:07.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:11:07.780Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:11:07.780Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:11:07.780Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:11:07.781Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:11:07.781Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:11:07.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:11:07.781Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:11:07.781Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:11:07.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:11:07.781Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:11:07.781Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:11:07.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:11:07.781Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:11:07.781Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:11:07.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:11:07.781Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:11:07.781Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:11:07.781Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:11:07.781Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:11:07.782Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:11:07.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:11:07.782Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T07:11:07.782Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:11:07.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:11:07.782Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505839964,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T07:11:07.782Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:11:07.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:11:07.782Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505841674,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e45fce11-82e9-4b19-9578-e00f62f2e584 already exists"
}
2023-04-03T07:11:07.782Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:11:07.782Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:11:07.782Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505842675,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7e5c0815-3629-4711-b9cc-64128e7bc38a already exists"
}
2023-04-03T07:11:07.782Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:11:13.724Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d15e255c-b15d-4c52-8bb3-899edc3349b8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T07:11:13.732Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d15e255c-b15d-4c52-8bb3-899edc3349b8 and serviceModelVersionId: 085768f5-69a5-4cc6-91eb-f148e874cd4b
2023-04-03T07:11:13.732Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7cc41ecd-aa8a-450b-966d-b8d6202674f9
2023-04-03T07:11:13.732Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7cc41ecd-aa8a-450b-966d-b8d6202674f9/model-vers/model-ver/085768f5-69a5-4cc6-91eb-f148e874cd4b?depth=0
2023-04-03T07:11:13.735Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T07:11:13.746Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7cc41ecd-aa8a-450b-966d-b8d6202674f9/model-vers/model-ver/085768f5-69a5-4cc6-91eb-f148e874cd4b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T07:11:13.747Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7cc41ecd-aa8a-450b-966d-b8d6202674f9/model-vers/model-ver/085768f5-69a5-4cc6-91eb-f148e874cd4b?depth=0|INFO|500||Invoke
2023-04-03T07:11:13.754Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7cc41ecd-aa8a-450b-966d-b8d6202674f9/model-vers/model-ver/085768f5-69a5-4cc6-91eb-f148e874cd4b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T07:11:13.960Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7cc41ecd-aa8a-450b-966d-b8d6202674f9/model-vers/model-ver/085768f5-69a5-4cc6-91eb-f148e874cd4b?depth=0|INFO|500||InvokeReturn
2023-04-03T07:11:13.961Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7cc41ecd-aa8a-450b-966d-b8d6202674f9/model-vers/model-ver/085768f5-69a5-4cc6-91eb-f148e874cd4b?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 07:11:13 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[202], vertex-id=[253960], x-aai-txid=[0-aai-resources-230403-07:11:13:764-96939], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T07:11:13.961Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T07:11:13.961Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T07:11:13.961Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T07:11:13.973Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T07:11:13.974Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d15e255c-b15d-4c52-8bb3-899edc3349b8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T07:11:13.974Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T07:11:13.974Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:11:13.975Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:11:13.975Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505873974,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:11:14.995Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T07:11:14.995Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"ef214ce9-5511-46fd-bd63-09602147d610","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"14e3d857-a252-43a2-818b-4ddd49eb5ab0","serviceDescription":"service","serviceInvariantUUID":"a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7c0386e9-9839-4f71-a312-f530b2f9855e","resourceInvariantUUID":"0bdcbf82-937e-45ee-ae91-2927bb5c794e","resourceCustomizationUUID":"7dbf3e05-6eec-4343-a8d9-a2470c564a03","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":"NDM5ZjU4NTg1ZTkyMzkyNTA2NGIxMTAzZDZkMTQ2ZTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7879a818-5c26-4eb4-86ea-a11a2c2b5863","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":"ZTJhMzRmNmYwNGUxY2MwYWNmM2UzZGE4NmQxZjRmNWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f50d620c-6c86-430f-9052-ad6fa513b8bd","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":"ec74a1bd-f52a-4410-b8a5-9136f795025f","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":"9b2d950f-ed68-4647-b97c-41651886a40a","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":"e61e29f8-fa54-4b23-9674-44aa740bc60f","artifactVersion":"2","generatedFromUUID":"19600016-3a45-44c8-a9b5-272956cf15d2"},{"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":"8f14a542-175b-415f-b8ad-bb057f640138","artifactVersion":"2","generatedFromUUID":"ec74a1bd-f52a-4410-b8a5-9136f795025f"},{"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":"19600016-3a45-44c8-a9b5-272956cf15d2","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":"b37d0219-2590-472d-9f67-d83aafb2c3d2","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":"MTcwNjA0Y2QxZTMwNDIwMDgwZWE3YmU3NzhhYmE5MDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a1cb1614-18ee-43a3-8a6f-532fc06b341e","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MmE1ZTM0ODRlNzBjYzQ4OWExZDUxMzNmNTc2ZmI1ZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"07f47bb6-aff0-4900-a8d6-14c04e40c091","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T07:11:14.996Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:11:14.996Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:11:14.996Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:11:14.996Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "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-04-03T07:11:15.996Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:11:15.997Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:11:15.997Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:11:15.997Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "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-04-03T07:11:16.998Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:11:16.998Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:11:16.998Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:11:16.998Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "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-04-03T07:11:17.999Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:11:17.999Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:11:18.000Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:11:18.000Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "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-04-03T07:11:19.000Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:11:19.001Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:11:19.001Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:11:19.001Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "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-04-03T07:11:20.001Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:11:20.002Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:11:20.002Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:11:20.002Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "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-04-03T07:11:21.002Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:11:21.003Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:11:21.003Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:11:21.003Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "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-04-03T07:11:22.003Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:11:22.004Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:11:22.004Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:11:22.004Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "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-04-03T07:11:23.005Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:11:23.005Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:11:23.005Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:11:23.005Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:11:24.006Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:11:24.006Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:11:24.007Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:11:24.007Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:11:25.007Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "14e3d857-a252-43a2-818b-4ddd49eb5ab0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "7dbf3e05-6eec-4343-a8d9-a2470c564a03",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7c0386e9-9839-4f71-a312-f530b2f9855e",
      "resourceInvariantUUID": "0bdcbf82-937e-45ee-ae91-2927bb5c794e",
      "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": "ZTJhMzRmNmYwNGUxY2MwYWNmM2UzZGE4NmQxZjRmNWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f50d620c-6c86-430f-9052-ad6fa513b8bd",
          "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": "ec74a1bd-f52a-4410-b8a5-9136f795025f",
          "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": "8f14a542-175b-415f-b8ad-bb057f640138",
            "generatedFromUUID": "ec74a1bd-f52a-4410-b8a5-9136f795025f"
          },
          "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": "e61e29f8-fa54-4b23-9674-44aa740bc60f",
          "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": "8f14a542-175b-415f-b8ad-bb057f640138",
          "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": "19600016-3a45-44c8-a9b5-272956cf15d2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MmE1ZTM0ODRlNzBjYzQ4OWExZDUxMzNmNTc2ZmI1ZWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "07f47bb6-aff0-4900-a8d6-14c04e40c091"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T07:11:25.008Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T07:11:25.008Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 14e3d857-a252-43a2-818b-4ddd49eb5ab0 ASDC
2023-04-03T07:11:25.008Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:ef214ce9-5511-46fd-bd63-09602147d610
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:14e3d857-a252-43a2-818b-4ddd49eb5ab0
ServiceInvariantUUID:a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468
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:07f47bb6-aff0-4900-a8d6-14c04e40c091
ArtifactChecksum:MmE1ZTM0ODRlNzBjYzQ4OWExZDUxMzNmNTc2ZmI1ZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:7dbf3e05-6eec-4343-a8d9-a2470c564a03
ResourceInvariantUUID:0bdcbf82-937e-45ee-ae91-2927bb5c794e
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:7c0386e9-9839-4f71-a312-f530b2f9855e
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:f50d620c-6c86-430f-9052-ad6fa513b8bd
ArtifactChecksum:ZTJhMzRmNmYwNGUxY2MwYWNmM2UzZGE4NmQxZjRmNWE=
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:ec74a1bd-f52a-4410-b8a5-9136f795025f
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:8f14a542-175b-415f-b8ad-bb057f640138
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:e61e29f8-fa54-4b23-9674-44aa740bc60f
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:8f14a542-175b-415f-b8ad-bb057f640138
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:19600016-3a45-44c8-a9b5-272956cf15d2
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T07:11:25.008Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 14e3d857-a252-43a2-818b-4ddd49eb5ab0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:11:25.053Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:11:25.054Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:11:25.054Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:11:25.054Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 07f47bb6-aff0-4900-a8d6-14c04e40c091 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-03T07:11:25.054Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T07:11:25.054Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-03T07:11:25.409Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T07:11:25.415Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 07f47bb6-aff0-4900-a8d6-14c04e40c091 163263
2023-04-03T07:11:25.415Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-03T07:11:25.415Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-03T07:11:25.415Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T07:11:25.416Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:11:25.416Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:11:25.416Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505885415,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:11:26.416Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:11:26.417Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:11:26.417Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 07f47bb6-aff0-4900-a8d6-14c04e40c091, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T07:11:26.418Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-04-03T07:11:26.419Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T07:11:26.419Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T07:11:26.516Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7854468291584712349/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-04-03T07:11:27.365Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T07:11:27.365Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T07:11:27.365Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T07:11:27.365Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-04-03T07:11:27.365Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T07:11:27.365Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T07:11:27.365Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T07:11:27.366Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T07:11:27.366Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T07:11:27.366Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:11:27.366Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:11:27.366Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-03T07:11:27.366Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T07:11:27.366Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T07:11:27.366Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:11:27.366Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:11:27.366Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-03T07:11:27.366Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T07:11:27.366Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T07:11:27.366Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:11:27.367Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:11:27.367Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:11:27.367Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-03T07:11:27.367Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-04-03T07:11:27.367Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-04-03T07:11:27.367Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T07:11:27.367Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:11:27.367Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T07:11:27.367Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:11:27.367Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-03T07:11:27.367Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T07:11:27.367Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:11:27.367Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-03T07:11:27.368Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T07:11:27.368Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:11:27.368Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-03T07:11:27.368Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T07:11:27.368Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:11:27.368Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-03T07:11:27.368Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T07:11:27.368Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:11:27.368Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-03T07:11:27.368Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-04-03T07:11:27.368Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=35a4e008-d25b-47d2-bc34-87d5e3d152c5
2023-04-03T07:11:27.368Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:11:27.368Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:11:27.368Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:11:27.368Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:11:27.368Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:11:27.369Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:11:27.369Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:11:27.369Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:11:27.369Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:14e3d857-a252-43a2-818b-4ddd49eb5ab0
Model Version:NULL
Model InvariantUuid:a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:0f224b82-5bd2-44b7-a344-7ecc4a0b0889
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0bdcbf82-937e-45ee-ae91-2927bb5c794e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7dbf3e05-6eec-4343-a8d9-a2470c564a03
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5dd1e450-ce0c-4a57-9573-8df1dcddb5b2
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:5b090006-9bce-4aa0-9cb3-ea11b24e1929
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:093e0214-90f1-4f0d-ac3e-93a156f54f70
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:c6ec8731-b3eb-4d64-ada5-fc5a647fdde2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:35a4e008-d25b-47d2-bc34-87d5e3d152c5
ModelInvariantUuid:e8e27b04-b245-4be0-afcb-3e1f5771c7f6
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:c9860680-53b3-420e-97be-c1193453e525
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:3dab2e61-94de-44cc-a04c-4e6da3172677
ModelInvariantUuid:38f7c86e-cdc6-481b-ab59-ddbb03ae1daf
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:7e450667-61aa-4588-97ac-4a49132ed1f1
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-04-03T07:11:27.422Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||ERROR|500||Csar with UUID: 07f47bb6-aff0-4900-a8d6-14c04e40c091 already exists
2023-04-03T07:11:27.422Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-03T07:11:27.422Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: 07f47bb6-aff0-4900-a8d6-14c04e40c091 already exists)
2023-04-03T07:11:27.422Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:11:27.424Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:11:27.424Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:11:27.424Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505887422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 07f47bb6-aff0-4900-a8d6-14c04e40c091 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:11:28.426Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-03T07:11:28.426Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: 7c0386e9-9839-4f71-a312-f530b2f9855e already exists)
2023-04-03T07:11:28.426Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:11:28.426Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:11:28.426Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:11:28.427Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505888426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7c0386e9-9839-4f71-a312-f530b2f9855e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:11:29.427Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef214ce9-5511-46fd-bd63-09602147d610
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:11:29.453Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef214ce9-5511-46fd-bd63-09602147d610
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:11:29.458Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T07:11:29.458Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T07:11:29.458Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T07:11:29.458Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T07:11:29.458Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:11:29.458Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:11:29.458Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:11:29.458Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:11:29.459Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T07:11:29.474Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T07:11:59.474Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef214ce9-5511-46fd-bd63-09602147d610 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T07:11:59.485Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef214ce9-5511-46fd-bd63-09602147d610 and serviceModelVersionId: 14e3d857-a252-43a2-818b-4ddd49eb5ab0
2023-04-03T07:11:59.485Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468
2023-04-03T07:11:59.486Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468/model-vers/model-ver/14e3d857-a252-43a2-818b-4ddd49eb5ab0?depth=0
2023-04-03T07:11:59.494Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T07:11:59.520Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468/model-vers/model-ver/14e3d857-a252-43a2-818b-4ddd49eb5ab0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T07:11:59.522Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468/model-vers/model-ver/14e3d857-a252-43a2-818b-4ddd49eb5ab0?depth=0|INFO|500||Invoke
2023-04-03T07:11:59.531Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468/model-vers/model-ver/14e3d857-a252-43a2-818b-4ddd49eb5ab0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T07:11:59.726Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468/model-vers/model-ver/14e3d857-a252-43a2-818b-4ddd49eb5ab0?depth=0|INFO|500||InvokeReturn
2023-04-03T07:11:59.727Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468/model-vers/model-ver/14e3d857-a252-43a2-818b-4ddd49eb5ab0?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 07:11:59 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[190], vertex-id=[241688], x-aai-txid=[0-aai-resources-230403-07:11:59:541-48203], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T07:11:59.727Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T07:11:59.727Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T07:11:59.727Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T07:11:59.741Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T07:11:59.741Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef214ce9-5511-46fd-bd63-09602147d610 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T07:11:59.741Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T07:11:59.741Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:11:59.741Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:11:59.742Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505919741,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:12:00.773Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T07:12:00.774Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"84b6fc94-3a00-4340-88b6-4136dacd68e6","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"68059ad1-9a18-45c9-8ec3-d86a344b5837","serviceDescription":"service","serviceInvariantUUID":"3dd77692-c10a-4649-acfc-39f0568d72f9","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"029c43d5-04d7-4011-b26f-14bad8b254c1","resourceInvariantUUID":"a6a1adc5-ca83-4c34-9358-b14193524f89","resourceCustomizationUUID":"dda43c55-702f-4ab6-8b3b-cd0ec49cfcd9","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":"MGZlZTUzNWI0YTc1ZTliM2IxYWY4ZWEzNTllOTI2NTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2e402c6f-d511-4095-9d33-6afba8dc436a","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":"NzI1N2QyMGVjMGE1NmEyZjE0MzUzZTAyNTMzOWY4ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f1508676-1765-463e-8d86-0a7d104cbed8","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":"600e1254-ddf0-4e97-bd9d-92742c4b4535","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":"bfb24068-9c2a-4af8-a63b-5bd8cf59feba","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":"0a5e7f0f-ac2f-41dc-a6be-b6526f12e231","artifactVersion":"2","generatedFromUUID":"600e1254-ddf0-4e97-bd9d-92742c4b4535"},{"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":"MWQ5MzIxNmRhZmRmOGIzOGMwODRlYmFjZjJlMzkwODU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ba93e657-93ee-4632-a142-806be59c93f9","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":"NDdmMzgyNThjMTQyNDMzN2RjMTgyNTA3NDZkMGQ5Njk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aea47b1e-7013-4cd4-a0b8-d21283192f56","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NTBjNGRkZGViMTVlYzY5ZDU1ZDhmN2JiNGJjZGYxODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0f3faf60-68c3-4cee-ae71-36b7c394819c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T07:12:00.774Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:12:00.775Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:12:00.775Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:12:00.775Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "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-04-03T07:12:01.775Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:12:01.776Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:12:01.776Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:12:01.776Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "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-04-03T07:12:02.776Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:12:02.777Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:12:02.777Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:12:02.777Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "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-04-03T07:12:03.777Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:12:03.778Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:12:03.778Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:12:03.778Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "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-04-03T07:12:04.779Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:12:04.779Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:12:04.779Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:12:04.779Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "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-04-03T07:12:05.780Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:12:05.780Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:12:05.780Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:12:05.781Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "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-04-03T07:12:06.781Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:12:06.781Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:12:06.781Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:12:06.782Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:12:07.773Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:12:07.774Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: cached metadata has changed from (version109: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version110: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-04-03T07:12:07.782Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:12:07.782Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:12:07.782Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:12:07.783Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:12:07.790Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T07:12:07.791Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T07:12:07.795Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=46, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T07:12:07.795Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 46: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-03T07:12:07.811Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=46, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T07:12:07.812Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T07:12:07.812Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T07:12:07.816Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T07:12:07.817Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T07:12:07.817Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T07:12:07.817Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1667, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T07:12:07.817Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T07:12:07.817Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T07:12:08.783Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "68059ad1-9a18-45c9-8ec3-d86a344b5837",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3dd77692-c10a-4649-acfc-39f0568d72f9",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "dda43c55-702f-4ab6-8b3b-cd0ec49cfcd9",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "029c43d5-04d7-4011-b26f-14bad8b254c1",
      "resourceInvariantUUID": "a6a1adc5-ca83-4c34-9358-b14193524f89",
      "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": "NzI1N2QyMGVjMGE1NmEyZjE0MzUzZTAyNTMzOWY4ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f1508676-1765-463e-8d86-0a7d104cbed8",
          "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": "600e1254-ddf0-4e97-bd9d-92742c4b4535",
          "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": "0a5e7f0f-ac2f-41dc-a6be-b6526f12e231",
            "generatedFromUUID": "600e1254-ddf0-4e97-bd9d-92742c4b4535"
          },
          "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": "0a5e7f0f-ac2f-41dc-a6be-b6526f12e231",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NTBjNGRkZGViMTVlYzY5ZDU1ZDhmN2JiNGJjZGYxODM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0f3faf60-68c3-4cee-ae71-36b7c394819c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T07:12:08.784Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T07:12:08.784Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 68059ad1-9a18-45c9-8ec3-d86a344b5837 ASDC
2023-04-03T07:12:08.784Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:84b6fc94-3a00-4340-88b6-4136dacd68e6
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:68059ad1-9a18-45c9-8ec3-d86a344b5837
ServiceInvariantUUID:3dd77692-c10a-4649-acfc-39f0568d72f9
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:0f3faf60-68c3-4cee-ae71-36b7c394819c
ArtifactChecksum:NTBjNGRkZGViMTVlYzY5ZDU1ZDhmN2JiNGJjZGYxODM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:dda43c55-702f-4ab6-8b3b-cd0ec49cfcd9
ResourceInvariantUUID:a6a1adc5-ca83-4c34-9358-b14193524f89
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:029c43d5-04d7-4011-b26f-14bad8b254c1
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:f1508676-1765-463e-8d86-0a7d104cbed8
ArtifactChecksum:NzI1N2QyMGVjMGE1NmEyZjE0MzUzZTAyNTMzOWY4ODc=
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:600e1254-ddf0-4e97-bd9d-92742c4b4535
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:0a5e7f0f-ac2f-41dc-a6be-b6526f12e231
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:0a5e7f0f-ac2f-41dc-a6be-b6526f12e231
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T07:12:08.784Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 68059ad1-9a18-45c9-8ec3-d86a344b5837 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:12:08.824Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:12:08.825Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:12:08.825Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:12:08.825Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0f3faf60-68c3-4cee-ae71-36b7c394819c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-03T07:12:08.825Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T07:12:08.826Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-03T07:12:08.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:12:08.833Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505873974,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T07:12:08.833Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:12:08.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:12:08.833Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:12:08.834Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:12:08.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:12:08.834Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T07:12:08.834Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:12:08.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:12:08.834Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-04-03T07:12:08.834Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:12:08.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:12:08.834Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:12:08.834Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:12:08.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:12:08.834Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-04-03T07:12:08.834Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:12:08.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:12:08.834Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-04-03T07:12:08.834Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:12:08.834Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:12:08.834Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-04-03T07:12:08.834Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:12:08.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:12:08.835Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:12:08.835Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:12:08.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:12:08.835Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:12:08.835Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:12:08.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:12:08.835Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T07:12:08.835Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:12:08.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:12:08.835Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505885415,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T07:12:08.835Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:12:08.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:12:08.835Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505887422,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 07f47bb6-aff0-4900-a8d6-14c04e40c091 already exists"
}
2023-04-03T07:12:08.835Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:12:08.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:12:08.835Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505888426,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7c0386e9-9839-4f71-a312-f530b2f9855e already exists"
}
2023-04-03T07:12:08.835Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:12:08.835Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:12:08.836Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505919741,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T07:12:08.836Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:12:08.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:12:08.836Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:12:08.836Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:12:08.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:12:08.836Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T07:12:08.839Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:12:08.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:12:08.839Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-03T07:12:08.839Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:12:08.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:12:08.839Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:12:08.839Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:12:08.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:12:08.839Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-03T07:12:08.840Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:12:08.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:12:08.840Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:12:08.840Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:12:08.840Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:12:08.841Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:12:08.841Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:12:08.841Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:12:08.841Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T07:12:08.841Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:12:09.146Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T07:12:09.146Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 0f3faf60-68c3-4cee-ae71-36b7c394819c 82979
2023-04-03T07:12:09.147Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-03T07:12:09.147Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-03T07:12:09.147Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T07:12:09.147Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:12:09.147Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:12:09.147Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505929147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:12:10.147Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:12:10.148Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:12:10.148Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 0f3faf60-68c3-4cee-ae71-36b7c394819c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T07:12:10.149Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-04-03T07:12:10.149Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T07:12:10.149Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T07:12:10.241Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12538105691900279808/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-04-03T07:12:11.088Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T07:12:11.089Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T07:12:11.089Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T07:12:11.089Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T07:12:11.089Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T07:12:11.089Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T07:12:11.089Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T07:12:11.089Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T07:12:11.089Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T07:12:11.089Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T07:12:11.089Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T07:12:11.089Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T07:12:11.089Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:12:11.089Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:12:11.090Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-03T07:12:11.090Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T07:12:11.090Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T07:12:11.090Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:12:11.090Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:12:11.090Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-03T07:12:11.090Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T07:12:11.090Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T07:12:11.090Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:12:11.090Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:12:11.090Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:12:11.090Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-03T07:12:11.091Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-03T07:12:11.091Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-03T07:12:11.091Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-03T07:12:11.091Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-03T07:12:11.091Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T07:12:11.091Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:12:11.091Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T07:12:11.091Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:12:11.091Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-03T07:12:11.091Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T07:12:11.091Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:12:11.091Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-03T07:12:11.091Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T07:12:11.091Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:12:11.091Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-03T07:12:11.091Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T07:12:11.092Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:12:11.092Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-03T07:12:11.092Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-03T07:12:11.092Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-03T07:12:11.092Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5c50b8ea-2007-4154-8f5b-5eea068fbddc
2023-04-03T07:12:11.092Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:12:11.092Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:12:11.092Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:12:11.092Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:12:11.092Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:12:11.092Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:12:11.092Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:12:11.092Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:12:11.092Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:68059ad1-9a18-45c9-8ec3-d86a344b5837
Model Version:NULL
Model InvariantUuid:3dd77692-c10a-4649-acfc-39f0568d72f9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:92163078-86f5-4676-9d5c-b5c88aa934fe
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a6a1adc5-ca83-4c34-9358-b14193524f89
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:dda43c55-702f-4ab6-8b3b-cd0ec49cfcd9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:000251ef-db80-43cf-8162-4c767ff160c9
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:1afb41e2-e01a-441b-a70c-6d67cafa930b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5c50b8ea-2007-4154-8f5b-5eea068fbddc
ModelInvariantUuid:9f086eca-3647-4f61-b28b-450a3eb3b52b
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:22bfaada-dd4a-4320-b95d-10b93ac9ee71
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b42a6b2b-2164-456a-ba1c-ff8e8454923b
ModelInvariantUuid:13c39772-a1d5-42ff-839d-678c48708bfd
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:fc961ec1-4324-4783-80d8-210586e71094
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-04-03T07:12:11.144Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||ERROR|500||Csar with UUID: 0f3faf60-68c3-4cee-ae71-36b7c394819c already exists
2023-04-03T07:12:11.145Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-03T07:12:11.145Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: 0f3faf60-68c3-4cee-ae71-36b7c394819c already exists)
2023-04-03T07:12:11.145Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:12:11.145Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:12:11.145Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:12:11.145Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505931145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0f3faf60-68c3-4cee-ae71-36b7c394819c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:12:12.146Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-03T07:12:12.147Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: 029c43d5-04d7-4011-b26f-14bad8b254c1 already exists)
2023-04-03T07:12:12.147Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:12:12.147Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:12:12.147Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:12:12.147Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505932146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 029c43d5-04d7-4011-b26f-14bad8b254c1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:12:13.148Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84b6fc94-3a00-4340-88b6-4136dacd68e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:12:13.172Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84b6fc94-3a00-4340-88b6-4136dacd68e6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:12:13.175Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T07:12:13.175Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T07:12:13.175Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T07:12:13.175Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T07:12:13.175Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:12:13.176Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:12:13.176Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:12:13.176Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:12:13.176Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T07:12:13.188Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T07:12:43.189Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 84b6fc94-3a00-4340-88b6-4136dacd68e6 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T07:12:43.193Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 84b6fc94-3a00-4340-88b6-4136dacd68e6 and serviceModelVersionId: 68059ad1-9a18-45c9-8ec3-d86a344b5837
2023-04-03T07:12:43.193Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3dd77692-c10a-4649-acfc-39f0568d72f9
2023-04-03T07:12:43.194Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3dd77692-c10a-4649-acfc-39f0568d72f9/model-vers/model-ver/68059ad1-9a18-45c9-8ec3-d86a344b5837?depth=0
2023-04-03T07:12:43.201Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T07:12:43.224Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3dd77692-c10a-4649-acfc-39f0568d72f9/model-vers/model-ver/68059ad1-9a18-45c9-8ec3-d86a344b5837?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T07:12:43.234Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3dd77692-c10a-4649-acfc-39f0568d72f9/model-vers/model-ver/68059ad1-9a18-45c9-8ec3-d86a344b5837?depth=0|INFO|500||Invoke
2023-04-03T07:12:43.241Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3dd77692-c10a-4649-acfc-39f0568d72f9/model-vers/model-ver/68059ad1-9a18-45c9-8ec3-d86a344b5837?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T07:12:43.403Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3dd77692-c10a-4649-acfc-39f0568d72f9/model-vers/model-ver/68059ad1-9a18-45c9-8ec3-d86a344b5837?depth=0|INFO|500||InvokeReturn
2023-04-03T07:12:43.404Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/3dd77692-c10a-4649-acfc-39f0568d72f9/model-vers/model-ver/68059ad1-9a18-45c9-8ec3-d86a344b5837?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 07:12:43 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[157], vertex-id=[544856], x-aai-txid=[1-aai-resources-230403-07:12:43:252-89809], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T07:12:43.404Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T07:12:43.404Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T07:12:43.404Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T07:12:43.410Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T07:12:43.411Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 84b6fc94-3a00-4340-88b6-4136dacd68e6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T07:12:43.411Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T07:12:43.411Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:12:43.411Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:12:43.412Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505963411,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:12:44.430Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T07:12:44.430Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"405f1a67-e753-4e43-8549-639a9a3a3358","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"34ed2b9b-72af-407b-8419-276f4f70513b","serviceDescription":"service","serviceInvariantUUID":"11428829-ad57-410d-962c-aabe5f234cde","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"9fc8c214-d68b-46ae-92d5-47dd1e682509","resourceInvariantUUID":"23e4c505-677b-41eb-9fa1-c0e85e9bfff3","resourceCustomizationUUID":"1047faa4-9c56-4e5d-bec3-1d3d5e95f8e1","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":"ZDVkYTNmYTJkYzQ5NmVlN2Y3YzI3MmUyOTJhMWRjNGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cd759285-06db-4c3a-8a9a-7cd4b98eb666","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":"4a339c90-d48b-439a-8466-c91a2b536bb0","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":"8c7d99e9-f97d-4c27-9635-bd8fac9f88dc","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":"NjAwMDY5NTAzOGViZDI1NDRmNjU5NWNhODI0YzI3M2U\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d3d112b1-b13e-4ca9-a771-474be398bc72","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":"881edf04-7904-4266-af12-09d6ea6246fd","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":"20b818f9-a1cb-4f70-847d-aff06aba6f7a","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":"9a1195a1-b8f0-48b0-a792-35bdbdcecf75","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":"N2IzOTBkOTg5YWMzMTI2MDE4ZGU4MTVhYTNjOGY0MDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"306ec1a7-c14c-4261-a721-774a172ab544","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NDIwN2Q3YmNiNTA0NmE2MzM1Yjg1ZmI3ZjljODY1ZGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"afe617df-e12f-4e3b-b199-1a35c2301f84","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T07:12:44.430Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:12:44.431Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:12:44.431Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:12:44.431Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "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-04-03T07:12:45.431Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:12:45.431Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:12:45.432Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:12:45.432Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:12:46.432Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:12:46.433Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:12:46.433Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:12:46.433Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:12:47.433Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:12:47.434Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:12:47.434Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:12:47.434Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "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-04-03T07:12:48.435Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:12:48.436Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:12:48.436Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:12:48.436Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "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-04-03T07:12:49.437Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:12:49.437Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:12:49.437Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:12:49.437Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "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-04-03T07:12:50.438Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:12:50.438Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:12:50.438Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:12:50.438Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "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-04-03T07:12:51.439Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:12:51.440Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:12:51.440Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:12:51.440Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:12:52.441Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:12:52.441Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:12:52.441Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:12:52.441Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:12:53.442Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "34ed2b9b-72af-407b-8419-276f4f70513b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "11428829-ad57-410d-962c-aabe5f234cde",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "1047faa4-9c56-4e5d-bec3-1d3d5e95f8e1",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "9fc8c214-d68b-46ae-92d5-47dd1e682509",
      "resourceInvariantUUID": "23e4c505-677b-41eb-9fa1-c0e85e9bfff3",
      "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": "NDIwN2Q3YmNiNTA0NmE2MzM1Yjg1ZmI3ZjljODY1ZGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "afe617df-e12f-4e3b-b199-1a35c2301f84"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T07:12:53.442Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T07:12:53.443Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 34ed2b9b-72af-407b-8419-276f4f70513b ASDC
2023-04-03T07:12:53.443Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:405f1a67-e753-4e43-8549-639a9a3a3358
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:34ed2b9b-72af-407b-8419-276f4f70513b
ServiceInvariantUUID:11428829-ad57-410d-962c-aabe5f234cde
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:afe617df-e12f-4e3b-b199-1a35c2301f84
ArtifactChecksum:NDIwN2Q3YmNiNTA0NmE2MzM1Yjg1ZmI3ZjljODY1ZGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:1047faa4-9c56-4e5d-bec3-1d3d5e95f8e1
ResourceInvariantUUID:23e4c505-677b-41eb-9fa1-c0e85e9bfff3
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:9fc8c214-d68b-46ae-92d5-47dd1e682509
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-03T07:12:53.443Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 34ed2b9b-72af-407b-8419-276f4f70513b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:12:53.471Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:12:53.471Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:12:53.472Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:12:53.472Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: afe617df-e12f-4e3b-b199-1a35c2301f84 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-04-03T07:12:53.472Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T07:12:53.472Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2023-04-03T07:12:53.497Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-04-03T07:12:53.497Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@45ab7570
2023-04-03T07:12:53.498Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T07:12:53.498Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "TestPnfMacro"
      ]
    }
  }
}
2023-04-03T07:12:53.498Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-TestPnfMacro-csar.csar /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar afe617df-e12f-4e3b-b199-1a35c2301f84 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T07:12:53.498Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-04-03T07:12:53.498Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(Specified artifact is  not found)
2023-04-03T07:12:53.498Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T07:12:53.498Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:12:53.498Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:12:53.498Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505973498,
  "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-04-03T07:12:54.499Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-TestPnfMacro-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar(UUID:afe617df-e12f-4e3b-b199-1a35c2301f84)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-03T07:12:54.530Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||ERROR|500||Csar with UUID: afe617df-e12f-4e3b-b199-1a35c2301f84 already exists
2023-04-03T07:12:54.531Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-04-03T07:12:54.531Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||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: afe617df-e12f-4e3b-b199-1a35c2301f84 already exists)
2023-04-03T07:12:54.531Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:12:54.531Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:12:54.531Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:12:54.531Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505974531,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: afe617df-e12f-4e3b-b199-1a35c2301f84 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:12:55.532Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2023-04-03T07:12:55.533Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||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: 9fc8c214-d68b-46ae-92d5-47dd1e682509 already exists)
2023-04-03T07:12:55.533Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:12:55.533Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:12:55.533Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:12:55.533Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505975532,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9fc8c214-d68b-46ae-92d5-47dd1e682509 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:12:56.534Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 405f1a67-e753-4e43-8549-639a9a3a3358
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:12:56.544Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 405f1a67-e753-4e43-8549-639a9a3a3358
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:12:56.547Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T07:12:56.547Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T07:12:56.547Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T07:12:56.547Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T07:12:56.547Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:12:56.547Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:12:56.547Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:12:56.547Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:12:56.547Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T07:12:56.555Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T07:13:07.773Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:13:07.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:13:07.775Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505929147,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T07:13:07.775Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:13:26.555Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 405f1a67-e753-4e43-8549-639a9a3a3358 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T07:13:26.569Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 405f1a67-e753-4e43-8549-639a9a3a3358 and serviceModelVersionId: 34ed2b9b-72af-407b-8419-276f4f70513b
2023-04-03T07:13:26.569Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 11428829-ad57-410d-962c-aabe5f234cde
2023-04-03T07:13:26.570Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/11428829-ad57-410d-962c-aabe5f234cde/model-vers/model-ver/34ed2b9b-72af-407b-8419-276f4f70513b?depth=0
2023-04-03T07:13:26.574Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T07:13:26.591Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11428829-ad57-410d-962c-aabe5f234cde/model-vers/model-ver/34ed2b9b-72af-407b-8419-276f4f70513b?depth=0|INFO|500||Invoke
2023-04-03T07:13:26.592Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11428829-ad57-410d-962c-aabe5f234cde/model-vers/model-ver/34ed2b9b-72af-407b-8419-276f4f70513b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11428829-ad57-410d-962c-aabe5f234cde/model-vers/model-ver/34ed2b9b-72af-407b-8419-276f4f70513b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[405f1a67-e753-4e43-8549-639a9a3a3358], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4c05d928-6fff-4162-955d-642ab42e2ff0], X-ECOMP-RequestID=[405f1a67-e753-4e43-8549-639a9a3a3358], X-TransactionId=[], X-ONAP-RequestID=[405f1a67-e753-4e43-8549-639a9a3a3358], Content-Type=[application/merge-patch+json]}
2023-04-03T07:13:26.599Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11428829-ad57-410d-962c-aabe5f234cde/model-vers/model-ver/34ed2b9b-72af-407b-8419-276f4f70513b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T07:13:26.744Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11428829-ad57-410d-962c-aabe5f234cde/model-vers/model-ver/34ed2b9b-72af-407b-8419-276f4f70513b?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11428829-ad57-410d-962c-aabe5f234cde/model-vers/model-ver/34ed2b9b-72af-407b-8419-276f4f70513b?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 07:13:26 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[141], vertex-id=[561240], x-aai-txid=[1-aai-resources-230403-07:13:26:608-58594], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T07:13:26.744Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11428829-ad57-410d-962c-aabe5f234cde/model-vers/model-ver/34ed2b9b-72af-407b-8419-276f4f70513b?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T07:13:26.744Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/11428829-ad57-410d-962c-aabe5f234cde/model-vers/model-ver/34ed2b9b-72af-407b-8419-276f4f70513b?depth=0|INFO|500||InvokeReturn
2023-04-03T07:13:26.744Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T07:13:26.744Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T07:13:26.751Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T07:13:26.752Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 405f1a67-e753-4e43-8549-639a9a3a3358 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T07:13:26.752Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T07:13:26.752Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:13:26.752Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:13:26.752Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506006752,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:13:27.782Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Polling for messages from topic: SDC-DISTR-NOTIF-TOPIC-AUTO
2023-04-03T07:13:27.782Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Failing OffsetCommit request since the consumer is not part of an active group
2023-04-03T07:13:27.783Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Node 0 disconnected.
2023-04-03T07:13:27.784Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Cancelled in-flight METADATA request with correlation id 118710 due to node 0 being disconnected (elapsed time since creation: 1ms, elapsed time since send: 1ms, request timeout: 30000ms)
2023-04-03T07:13:27.784Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Node 2 disconnected.
2023-04-03T07:13:27.784Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||ERROR|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T07:13:27.784Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T07:13:27.784Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T07:13:27.784Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T07:13:27.788Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: need to re-join with the given member-id: SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-d05727ce-12e7-4ce5-8f66-cc0de47cb143
2023-04-03T07:13:27.789Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T07:13:27.789Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T07:13:27.789Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] (Re-)joining group
2023-04-03T07:13:29.163Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T07:13:32.172Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T07:13:35.182Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T07:13:38.191Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T07:13:41.201Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T07:13:44.209Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T07:13:47.218Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T07:13:50.226Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T07:13:53.237Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T07:13:56.250Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T07:13:59.259Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T07:14:02.268Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T07:14:05.278Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T07:14:07.773Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:14:07.787Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T07:14:07.787Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T07:14:07.792Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully joined group with generation Generation{generationId=47, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-d05727ce-12e7-4ce5-8f66-cc0de47cb143', protocol='range'}
2023-04-03T07:14:07.792Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=47, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T07:14:07.795Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 224Buxt-TfaoZml-aDplqw
2023-04-03T07:14:07.795Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 224Buxt-TfaoZml-aDplqw
2023-04-03T07:14:07.795Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 224Buxt-TfaoZml-aDplqw
2023-04-03T07:14:07.796Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 224Buxt-TfaoZml-aDplqw
2023-04-03T07:14:07.796Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 224Buxt-TfaoZml-aDplqw
2023-04-03T07:14:07.796Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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 224Buxt-TfaoZml-aDplqw
2023-04-03T07:14:07.796Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 47: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5]), SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-d05727ce-12e7-4ce5-8f66-cc0de47cb143=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-04-03T07:14:07.814Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Successfully synced group in generation Generation{generationId=47, memberId='SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-d05727ce-12e7-4ce5-8f66-cc0de47cb143', protocol='range'}
2023-04-03T07:14:07.815Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T07:14:07.815Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T07:14:07.815Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=47, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T07:14:07.815Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T07:14:07.816Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T07:14:07.818Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T07:14:07.819Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T07:14:07.819Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T07:14:07.819Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T07:14:07.819Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T07:14:07.819Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Setting offset for partition SDC-DISTR-NOTIF-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T07:14:07.819Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T07:14:07.819Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T07:14:07.819Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T07:14:07.819Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1691, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T07:14:07.820Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T07:14:07.820Z||pool-2-thread-9|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T07:14:07.902Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T07:14:07.902Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"67140925-3a6f-407a-959c-109e177260de","serviceName":"basic_onboard_FLWUdk","serviceVersion":"1.0","serviceUUID":"19ebdf40-c64a-481d-8a8f-8b59c9326af3","serviceDescription":"service","serviceInvariantUUID":"2bac4cbd-5db1-4650-9def-8fec2ad66681","resources":[{"resourceInstanceName":"basic_onboard_FLWUdk 0","resourceName":"basic_onboard_FLWUdk","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dac3165c-a204-413f-adbe-704623ed23b4","resourceInvariantUUID":"d53cee2e-031e-415a-8fae-95f51faf2e70","resourceCustomizationUUID":"4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml","artifactChecksum":"NGM5YzhiYzRjZjc0ZjU3MmRkMjA5ZTUyYTAwMjQwNjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd788691-5050-4702-936e-5323ddbfa177","artifactVersion":"1"},{"artifactName":"basic_onboard_flwudk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json","artifactChecksum":"ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d45e3439-bba4-4631-9b18-813915a57166","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6f47d27f-dfde-477b-a49d-8653be82ad1c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ea2f5259-0af6-448f-9bc0-3a618a91f457","artifactVersion":"2","generatedFromUUID":"01129bd9-4e3f-4f2f-92c1-083f0cfccae5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardFlwudk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml","artifactChecksum":"MDk4ODRiZjQ2ZjgxMzhiYjYyYjdkMDAzZGYyNTc2MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"589963b3-da11-4d3e-b9e4-5adee2b92999","artifactVersion":"1"},{"artifactName":"service-BasicOnboardFlwudk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar","artifactChecksum":"ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f8f74d7f-c5f7-425e-a01c-0a969b83b0dc","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T07:14:07.903Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:14:07.903Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:14:07.903Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:14:07.903Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:14:08.836Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:14:08.836Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505931145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0f3faf60-68c3-4cee-ae71-36b7c394819c already exists"
}
2023-04-03T07:14:08.836Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:14:08.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:14:08.837Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505932146,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 029c43d5-04d7-4011-b26f-14bad8b254c1 already exists"
}
2023-04-03T07:14:08.837Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:14:08.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:14:08.837Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505963411,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T07:14:08.837Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:14:08.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:14:08.837Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:14:08.837Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:14:08.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:14:08.837Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:14:08.837Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:14:08.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:14:08.837Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:14:08.837Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:14:08.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:14:08.837Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:14:08.837Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:14:08.837Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:14:08.838Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:14:08.838Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:14:08.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:14:08.838Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:14:08.838Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:14:08.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:14:08.838Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:14:08.838Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:14:08.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:14:08.838Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:14:08.838Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:14:08.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:14:08.838Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505231924,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T07:14:08.838Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:14:08.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:14:08.838Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505973498,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T07:14:08.838Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:14:08.838Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:14:08.838Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505974531,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: afe617df-e12f-4e3b-b199-1a35c2301f84 already exists"
}
2023-04-03T07:14:08.839Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:14:08.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:14:08.839Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680505975532,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 9fc8c214-d68b-46ae-92d5-47dd1e682509 already exists"
}
2023-04-03T07:14:08.839Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:14:08.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:14:08.839Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "405f1a67-e753-4e43-8549-639a9a3a3358",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506006752,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T07:14:08.839Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:14:08.839Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:14:08.839Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:14:08.839Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:14:08.903Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:14:08.904Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:14:08.904Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:14:08.904Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:14:09.904Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:14:09.904Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:14:09.905Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:14:09.905Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:14:10.905Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:14:10.905Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:14:10.905Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:14:10.906Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:14:11.906Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:14:11.906Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:14:11.907Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:14:11.907Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:14:12.907Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:14:12.908Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:14:12.908Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:14:12.908Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:14:13.908Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:14:13.908Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:14:13.909Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:14:13.909Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:14:14.909Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "serviceName": "basic_onboard_FLWUdk",
  "serviceVersion": "1.0",
  "serviceUUID": "19ebdf40-c64a-481d-8a8f-8b59c9326af3",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2bac4cbd-5db1-4650-9def-8fec2ad66681",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_FLWUdk 0",
      "resourceCustomizationUUID": "4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf",
      "resourceName": "basic_onboard_FLWUdk",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dac3165c-a204-413f-adbe-704623ed23b4",
      "resourceInvariantUUID": "d53cee2e-031e-415a-8fae-95f51faf2e70",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_flwudk0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
          "artifactChecksum": "ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d45e3439-bba4-4631-9b18-813915a57166",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
            "generatedFromUUID": "01129bd9-4e3f-4f2f-92c1-083f0cfccae5"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ea2f5259-0af6-448f-9bc0-3a618a91f457",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardFlwudk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
      "artifactChecksum": "ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f8f74d7f-c5f7-425e-a01c-0a969b83b0dc"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T07:14:14.910Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T07:14:14.910Z|405f1a67-e753-4e43-8549-639a9a3a3358|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC
2023-04-03T07:14:14.910Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:67140925-3a6f-407a-959c-109e177260de
ServiceName:basic_onboard_FLWUdk
ServiceVersion:1.0
ServiceUUID:19ebdf40-c64a-481d-8a8f-8b59c9326af3
ServiceInvariantUUID:2bac4cbd-5db1-4650-9def-8fec2ad66681
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardFlwudk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
ArtifactUUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc
ArtifactChecksum:ZmY4NWMxNjdmNGNkNGM3M2RiYjZjMDYzM2JhODE2NjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_FLWUdk 0
ResourceCustomizationUUID:4a12d9b5-2bf6-4b2d-bf23-45d2850d17cf
ResourceInvariantUUID:d53cee2e-031e-415a-8fae-95f51faf2e70
ResourceName:basic_onboard_FLWUdk
ResourceType:VF
ResourceUUID:dac3165c-a204-413f-adbe-704623ed23b4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_flwudk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
ArtifactUUID:d45e3439-bba4-4631-9b18-813915a57166
ArtifactChecksum:ZDMwOTgzM2YxNWYwMWYzZTUwODJjNzZlODllNjViNDQ=
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:01129bd9-4e3f-4f2f-92c1-083f0cfccae5
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
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/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env
ArtifactUUID:ea2f5259-0af6-448f-9bc0-3a618a91f457
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T07:14:14.910Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 19ebdf40-c64a-481d-8a8f-8b59c9326af3 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:14:14.954Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:14:14.955Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:14:14.955Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:14:14.955Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f8f74d7f-c5f7-425e-a01c-0a969b83b0dc from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T07:14:14.955Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T07:14:14.955Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar
2023-04-03T07:14:14.988Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-04-03T07:14:14.988Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@37a4353b
2023-04-03T07:14:14.988Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T07:14:14.988Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T07:14:14.988Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL service-BasicOnboardFlwudk-csar.csar /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar f8f74d7f-c5f7-425e-a01c-0a969b83b0dc Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T07:14:14.989Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar ASDC sendASDCNotification
2023-04-03T07:14:14.989Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(Specified artifact is  not found)
2023-04-03T07:14:14.989Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T07:14:14.989Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:14:14.989Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:14:14.989Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506054989,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:14:15.990Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during processCsarServiceArtifacts ASDC processCsarServiceArtifacts 500 Exception in processCsarServiceArtifacts
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact service-BasicOnboardFlwudk-csar.csar could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar(UUID:f8f74d7f-c5f7-425e-a01c-0a969b83b0dc)
Error message is Specified artifact is  not found

	at org.onap.so.asdc.client.ASDCController.downloadTheArtifact(ASDCController.java:394)
	at org.onap.so.asdc.client.ASDCController.processCsarServiceArtifacts(ASDCController.java:893)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:755)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME 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-04-03T07:14:16.014Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||error NSST process resource failure 
java.lang.NullPointerException: null
	at org.onap.so.asdc.client.ASDCController.processNsstNotification(ASDCController.java:978)
	at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:760)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T07:14:16.015Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T07:14:16.020Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||basic_onboard_FLWUdk 0
2023-04-03T07:14:16.020Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dac3165c-a204-413f-adbe-704623ed23b4
2023-04-03T07:14:16.020Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d45e3439-bba4-4631-9b18-813915a57166 from URL: /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T07:14:16.021Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T07:14:16.021Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json
2023-04-03T07:14:16.044Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||GET Response Status 404
2023-04-03T07:14:16.045Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||status from SDC is org.onap.sdc.http.HttpSdcResponse@3566e986
2023-04-03T07:14:16.045Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||DistributionClientResultImpl [responseStatus=ARTIFACT_NOT_FOUND, responseMessage=Specified artifact is  not found]
2023-04-03T07:14:16.045Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||error from SDC is: {
  "requestError": {
    "serviceException": {
      "messageId": "SVC4503",
      "text": "Error: Requested \u0027%1\u0027 service was not found.",
      "variables": [
        "BasicOnboardFlwudk"
      ]
    }
  }
}
2023-04-03T07:14:16.045Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||ASDC_ARTIFACT_DOWNLOAD_FAIL basic_onboard_flwudk0_modules.json /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json d45e3439-bba4-4631-9b18-813915a57166 Specified artifact is  not found 300 ASDC artifact download fail
2023-04-03T07:14:16.045Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_ERROR /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json ASDC sendASDCNotification
2023-04-03T07:14:16.046Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(Specified artifact is  not found)
2023-04-03T07:14:16.046Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus with errorReason
2023-04-03T07:14:16.046Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:14:16.046Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:14:16.046Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506056045,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:14:17.047Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||ASDC_GENERAL_EXCEPTION_ARG Exception caught during Installation of artifact ASDC processResourceNotification 500 Exception in processResourceNotification
org.onap.so.asdc.client.exceptions.ASDCDownloadException: Artifact basic_onboard_flwudk0_modules.json could not be downloaded from ASDC URL /sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json(UUID:d45e3439-bba4-4631-9b18-813915a57166)
Error message 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-04-03T07:14:17.047Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:14:17.072Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:14:17.076Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T07:14:17.077Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T07:14:47.077Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:14:47.105Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:14:47.109Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T07:14:47.109Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T07:15:07.773Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:15:07.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:15:07.775Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T07:15:07.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:15:17.109Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:15:17.133Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:15:17.138Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T07:15:17.138Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T07:15:47.139Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:15:47.166Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:15:47.169Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T07:15:47.170Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T07:16:07.773Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:16:07.775Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:16:07.775Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2023-04-03T07:16:07.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:16:07.776Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:16:07.776Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:16:07.776Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:16:07.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:16:07.777Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2023-04-03T07:16:07.777Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:16:07.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:16:07.777Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:16:07.777Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:16:07.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:16:07.777Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T07:16:07.777Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:16:07.777Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:16:07.777Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506054989,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/artifacts/service-BasicOnboardFlwudk-csar.csar",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T07:16:07.778Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:16:07.778Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2023-04-03T07:16:07.778Z||pool-2-thread-9|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506056045,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardFlwudk/1.0/resourceInstances/basic_onboard_flwudk0/artifacts/basic_onboard_flwudk0_modules.json",
  "status": "DOWNLOAD_ERROR",
  "errorReason": "Specified artifact is  not found"
}
2023-04-03T07:16:07.778Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:16:17.170Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:16:17.193Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:16:17.198Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T07:16:17.198Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T07:16:47.198Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:16:47.225Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:16:47.229Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T07:16:47.230Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T07:17:07.773Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:17:17.230Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:17:17.256Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:17:17.262Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T07:17:17.262Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T07:17:47.262Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:17:47.288Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:17:47.292Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T07:17:47.293Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T07:18:07.774Z||pool-2-thread-9|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:18:17.293Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:18:17.317Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:18:17.321Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T07:18:17.322Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T07:18:47.322Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:18:47.349Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67140925-3a6f-407a-959c-109e177260de
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:18:47.354Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||SO has not be updated in the the WatchDog Component DB yet, so ending the loop
2023-04-03T07:18:47.354Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2023-04-03T07:19:07.775Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:19:07.970Z||kafka-coordinator-heartbeat-thread | so|||||WARN|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, 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-04-03T07:19:07.971Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Member SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac-d05727ce-12e7-4ce5-8f66-cc0de47cb143 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-04-03T07:19:07.971Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Resetting generation and member id due to: consumer pro-actively leaving the group
2023-04-03T07:19:07.971Z||kafka-coordinator-heartbeat-thread | so|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-811e84c1-a69b-41cb-a005-43a964d1a1ac, groupId=so] Request joining group due to: consumer pro-actively leaving the group
2023-04-03T07:19:08.357Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: group is already rebalancing
2023-04-03T07:19:08.371Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T07:19:08.371Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T07:19:08.375Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=48, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T07:19:08.375Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 48: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-03T07:19:08.395Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=48, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T07:19:08.395Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T07:19:08.396Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T07:19:08.399Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T07:19:08.400Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T07:19:08.400Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T07:19:08.400Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1716, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T07:19:08.400Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T07:19:08.400Z||pool-2-thread-4|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T07:19:17.355Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Timeout of 300000 seconds was reached before all components reported status
2023-04-03T07:19:17.355Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67140925-3a6f-407a-959c-109e177260de and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T07:19:17.363Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67140925-3a6f-407a-959c-109e177260de and serviceModelVersionId: 19ebdf40-c64a-481d-8a8f-8b59c9326af3
2023-04-03T07:19:17.363Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2bac4cbd-5db1-4650-9def-8fec2ad66681
2023-04-03T07:19:17.363Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0
2023-04-03T07:19:17.370Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T07:19:17.395Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T07:19:17.396Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||Invoke
2023-04-03T07:19:17.405Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"}

2023-04-03T07:19:17.561Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0|INFO|500||InvokeReturn
2023-04-03T07:19:17.562Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2bac4cbd-5db1-4650-9def-8fec2ad66681/model-vers/model-ver/19ebdf40-c64a-481d-8a8f-8b59c9326af3?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 07:19:17 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[152], vertex-id=[376920], x-aai-txid=[0-aai-resources-230403-07:19:17:415-69741], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T07:19:17.562Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T07:19:17.562Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T07:19:17.562Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T07:19:17.570Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T07:19:17.570Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67140925-3a6f-407a-959c-109e177260de and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Timeout occurred while waiting for all components to report status
2023-04-03T07:19:17.570Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason
2023-04-03T07:19:17.570Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:19:17.570Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:19:17.570Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506357570,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:19:17.591Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:19:17.591Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "67140925-3a6f-407a-959c-109e177260de",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506357570,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_ERROR",
  "errorReason": "Timeout occurred while waiting for all components to report status"
}
2023-04-03T07:19:17.592Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:19:18.598Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T07:19:18.598Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"1ba6c437-f06e-4cf5-971b-291d0684a066","serviceName":"vFW 2023-04-03 04-26-19","serviceVersion":"1.0","serviceUUID":"1d95d522-2e0f-4343-9cc1-c8057874e1a7","serviceDescription":"catalog service description","serviceInvariantUUID":"8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38","resources":[{"resourceInstanceName":"vFW 8e02d361-5433 0","resourceName":"vFW 8e02d361-5433","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6acdd6c7-fab4-4f67-9353-504622dd5512","resourceInvariantUUID":"38e6e99e-de44-4a71-b00e-d6a14e39c0d0","resourceCustomizationUUID":"c8134348-724c-4ac8-8b4e-b4601205c1d5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml","artifactChecksum":"MTlhZWVmMDU3OWZkMjU2Njk5YWMzZWI4YTk1YzgwZTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6a0a1ac1-1076-4d05-be3a-49fee5f34737","artifactVersion":"1"},{"artifactName":"vfw8e02d36154330_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json","artifactChecksum":"NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"476a91f6-7739-4473-b109-ebba85512af9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml","artifactChecksum":"MDJmNmQ4NzA3YTZmNDA2MDA0ZDU4MTRiOGFlN2Q2Mjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b38e7060-1448-4d85-8cdf-3a929672567e","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"966ecea8-9af0-46aa-8d5d-3895d9686ba8","artifactVersion":"2","generatedFromUUID":"62b20843-bd6e-4ffa-9cf5-dfe2585e9862"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230403042619-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml","artifactChecksum":"MGZlMGI4Zjc5NjcxZjg2N2I1Y2I2NWUyNTVjYjIzNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1540bab5-1751-409a-b2de-7a325f5eb69d","artifactVersion":"1"},{"artifactName":"service-Vfw20230403042619-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar","artifactChecksum":"ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"284a7ed8-be7f-4a31-9f04-d5e7b63fe142","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T07:19:18.599Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:19:18.599Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:19:18.599Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:19:18.599Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:19:19.600Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:19:19.601Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:19:19.601Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:19:19.601Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:19:20.602Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:19:20.602Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:19:20.602Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:19:20.603Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:19:21.604Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:19:21.604Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:19:21.605Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:19:21.605Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:19:22.606Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:19:22.607Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:19:22.607Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:19:22.607Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:19:23.608Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:19:23.609Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:19:23.609Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:19:23.609Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:19:24.611Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:19:24.611Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:19:24.611Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:19:24.612Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:19:25.613Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "serviceName": "vFW 2023-04-03 04-26-19",
  "serviceVersion": "1.0",
  "serviceUUID": "1d95d522-2e0f-4343-9cc1-c8057874e1a7",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38",
  "resources": [
    {
      "resourceInstanceName": "vFW 8e02d361-5433 0",
      "resourceCustomizationUUID": "c8134348-724c-4ac8-8b4e-b4601205c1d5",
      "resourceName": "vFW 8e02d361-5433",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "6acdd6c7-fab4-4f67-9353-504622dd5512",
      "resourceInvariantUUID": "38e6e99e-de44-4a71-b00e-d6a14e39c0d0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8e02d36154330_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
          "artifactChecksum": "NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "476a91f6-7739-4473-b109-ebba85512af9",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
            "generatedFromUUID": "62b20843-bd6e-4ffa-9cf5-dfe2585e9862"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "966ecea8-9af0-46aa-8d5d-3895d9686ba8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230403042619-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
      "artifactChecksum": "ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "284a7ed8-be7f-4a31-9f04-d5e7b63fe142"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T07:19:25.613Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T07:19:25.613Z|67140925-3a6f-407a-959c-109e177260de|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC
2023-04-03T07:19:25.614Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:1ba6c437-f06e-4cf5-971b-291d0684a066
ServiceName:vFW 2023-04-03 04-26-19
ServiceVersion:1.0
ServiceUUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
ServiceInvariantUUID:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230403042619-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
ArtifactUUID:284a7ed8-be7f-4a31-9f04-d5e7b63fe142
ArtifactChecksum:ZWVmNWE1MGQwMjgwYzM3YmE0MGMzOGYwYmFjOTc0MzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8e02d361-5433 0
ResourceCustomizationUUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
ResourceInvariantUUID:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
ResourceName:vFW 8e02d361-5433
ResourceType:VF
ResourceUUID:6acdd6c7-fab4-4f67-9353-504622dd5512
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8e02d36154330_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json
ArtifactUUID:476a91f6-7739-4473-b109-ebba85512af9
ArtifactChecksum:NmNiYzc1YTQwNTA4YjI2MWY5MjRkMTQ3OTM5YWQ2NDI=
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml
ArtifactUUID:62b20843-bd6e-4ffa-9cf5-dfe2585e9862
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
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/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env
ArtifactUUID:966ecea8-9af0-46aa-8d5d-3895d9686ba8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T07:19:25.614Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1d95d522-2e0f-4343-9cc1-c8057874e1a7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:19:25.666Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:19:25.667Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:19:25.667Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:19:25.667Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 from URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T07:19:25.667Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T07:19:25.667Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T07:19:26.015Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T07:19:26.017Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 101447
2023-04-03T07:19:26.018Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T07:19:26.018Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar
2023-04-03T07:19:26.018Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T07:19:26.018Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:19:26.018Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:19:26.019Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506366018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:19:27.019Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:19:27.020Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:19:27.020Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142, URL: /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar to file: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T07:19:27.021Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230403042619-csar.csar
2023-04-03T07:19:27.021Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T07:19:27.021Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T07:19:27.149Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9914496848079811634/Definitions/service-Vfw20230403042619-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-03T07:19:28.625Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T07:19:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T07:19:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T07:19:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-03T07:19:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T07:19:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T07:19:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T07:19:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T07:19:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T07:19:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T07:19:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T07:19:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T07:19:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T07:19:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403042619-csar.csar
2023-04-03T07:19:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8e02d361-5433 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-Vfw20230403042619-csar.csar
2023-04-03T07:19:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T07:19:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:19:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:19:28.626Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T07:19:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T07:19:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T07:19:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:19:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:19:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T07:19:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T07:19:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T07:19:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:19:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:19:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:19:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T07:19:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T07:19:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T07:19:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T07:19:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T07:19:28.627Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T07:19:28.628Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T07:19:28.628Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T07:19:28.628Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T07:19:28.628Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T07:19:28.628Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T07:19:28.628Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T07:19:28.628Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T07:19:28.628Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T07:19:28.628Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T07:19:28.628Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T07:19:28.628Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T07:19:28.628Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:19:28.628Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T07:19:28.628Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:19:28.628Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T07:19:28.628Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T07:19:28.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:19:28.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T07:19:28.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T07:19:28.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:19:28.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is matching search criteria
2023-04-03T07:19:28.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 8e02d361-5433 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T07:19:28.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:19:28.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T07:19:28.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T07:19:28.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-03T07:19:28.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T07:19:28.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T07:19:28.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T07:19:28.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T07:19:28.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T07:19:28.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T07:19:28.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T07:19:28.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T07:19:28.629Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T07:19:28.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5ffc881a-26c6-4204-a1d2-ba4d1a62f347
2023-04-03T07:19:28.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:19:28.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T07:19:28.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T07:19:28.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T07:19:28.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T07:19:28.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T07:19:28.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T07:19:28.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T07:19:28.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T07:19:28.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-03T07:19:28.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T07:19:28.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T07:19:28.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T07:19:28.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T07:19:28.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
2023-04-03T07:19:28.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:19:28.630Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vFW 8e02d361-5433 0 is not matching search criteria
2023-04-03T07:19:28.631Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T07:19:28.631Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T07:19:28.631Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T07:19:28.631Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T07:19:28.631Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T07:19:28.631Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T07:19:28.631Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T07:19:28.631Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T07:19:28.631Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T07:19:28.631Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T07:19:28.631Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T07:19:28.631Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-03T07:19:28.631Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=122e325f-2e27-4d48-9a3f-efbc72a34c71
2023-04-03T07:19:28.631Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:19:28.631Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:19:28.631Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:19:28.631Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:19:28.631Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:19:28.631Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:19:28.631Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:19:28.631Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 04-26-19 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:19:28.631Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-03 04-26-19
Description:catalog service description
Model UUID:1d95d522-2e0f-4343-9cc1-c8057874e1a7
Model Version:NULL
Model InvariantUuid:8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8e02d361-5433
Model UUID:47d4862e-1a6e-4dae-9653-99928c24d602
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:38e6e99e-de44-4a71-b00e-d6a14e39c0d0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c8134348-724c-4ac8-8b4e-b4601205c1d5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:cde9fb02-b9a2-4c60-9c16-09798dbb426d
ModelName:Vfw8e02d3615433..base_vfw..module-0
ModelUuid:6455b1ae-49c2-4d62-8cfb-2a21c47b6279
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5ffc881a-26c6-4204-a1d2-ba4d1a62f347
ModelInvariantUuid:7e3cea96-7596-4528-9dfb-591d1405d3a3
ModelName:vFW 8e02d361-5433-nodes.vfwCvfc
ModelUuid:756475be-46b0-4af1-9b47-3051a8f60749
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:082e0945-8a5f-423d-8d6d-a828b35abcfb
ModelInvariantUuid:b465ff3b-5bff-4c01-8015-9a6983208da2
ModelName:Vfw8e02d3615433.compute.nodes.heat.vfw
ModelUuid:79b898ee-37ad-4e21-a0c4-244ae0393f4e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:c1c2d587-aad2-4e8c-bd2a-d6f4e6bb5a94
ModelInvariantUuid:7ca98905-f86a-4518-bbb0-9bfbc9cb899c
ModelName:vFW 8e02d361-5433-nodes.vsnCvfc
ModelUuid:d550497c-377e-420a-b821-53296abc0905
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:8d40a476-40b7-4511-b338-57d6275036c1
ModelInvariantUuid:d1f91f15-5937-45d6-aa49-dd806b16d46a
ModelName:Vfw8e02d3615433.compute.nodes.heat.vsn
ModelUuid:4983761a-7d0f-41cc-981e-225a831f6b16
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:122e325f-2e27-4d48-9a3f-efbc72a34c71
ModelInvariantUuid:506f7d29-0459-42b4-a53f-aaea27378297
ModelName:vFW 8e02d361-5433-nodes.vpgCvfc
ModelUuid:78065023-194b-4fca-99d6-23e702ead165
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:97f360b6-9db5-41fa-ac2b-da7a01872868
ModelInvariantUuid:427fbd83-51f4-4c81-ba9e-90d3b0aa9915
ModelName:Vfw8e02d3615433.compute.nodes.heat.vpg
ModelUuid:d5bc98b6-ccee-4a42-aeac-9b5dd51b7f56
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-04-03T07:19:28.673Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||ERROR|500||Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists
2023-04-03T07:19:28.674Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T07:19:28.674Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists)
2023-04-03T07:19:28.674Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:19:28.674Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:19:28.674Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:19:28.674Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506368674,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:19:29.675Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar ASDC sendASDCNotification
2023-04-03T07:19:29.675Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar(Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists)
2023-04-03T07:19:29.675Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:19:29.675Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:19:29.675Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:19:29.675Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506369675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:19:30.675Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:19:30.699Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:19:30.704Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T07:19:30.704Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T07:19:30.704Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T07:19:30.704Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T07:19:30.704Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:19:30.704Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:19:30.704Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:19:30.704Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:19:30.705Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T07:19:30.719Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T07:20:00.719Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T07:20:00.733Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ba6c437-f06e-4cf5-971b-291d0684a066 and serviceModelVersionId: 1d95d522-2e0f-4343-9cc1-c8057874e1a7
2023-04-03T07:20:00.733Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38
2023-04-03T07:20:00.734Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0
2023-04-03T07:20:00.740Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T07:20:00.766Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||Invoke
2023-04-03T07:20:00.767Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6d4b0504-15ac-4153-a8f2-7152a0725b4f], X-ECOMP-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], X-TransactionId=[], X-ONAP-RequestID=[1ba6c437-f06e-4cf5-971b-291d0684a066], Content-Type=[application/merge-patch+json]}
2023-04-03T07:20:00.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T07:20:01.056Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 07:20:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[277], vertex-id=[241720], x-aai-txid=[0-aai-resources-230403-07:20:00:783-51600], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T07:20:01.057Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T07:20:01.057Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/8fd3fa5d-6dc6-409a-b6ac-8e1d59e60e38/model-vers/model-ver/1d95d522-2e0f-4343-9cc1-c8057874e1a7?depth=0|INFO|500||InvokeReturn
2023-04-03T07:20:01.057Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T07:20:01.058Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T07:20:01.066Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T07:20:01.066Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ba6c437-f06e-4cf5-971b-291d0684a066 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T07:20:01.066Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T07:20:01.066Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:20:01.066Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:20:01.066Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506401066,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:20:02.100Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T07:20:02.101Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"2a7eda29-9989-4138-bd46-cca320902689","serviceName":"vFW 2023-04-03 05-26-46","serviceVersion":"1.0","serviceUUID":"c608ba70-262e-4e6c-a5ac-a662dc3a40ae","serviceDescription":"catalog service description","serviceInvariantUUID":"2ab16a21-98dc-4b45-bfdd-8202f50de2ef","resources":[{"resourceInstanceName":"vFW 9788de87-67a5 0","resourceName":"vFW 9788de87-67a5","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a3eb70d2-577c-4ec5-a10e-227de41ce2e3","resourceInvariantUUID":"ceba352d-9b2d-4bfc-8c8e-3e4c94004a14","resourceCustomizationUUID":"cb88b717-d4c9-49ee-bd40-a092f617a26a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml","artifactChecksum":"M2QwMzBkMmFmYzVmMGNlNzYwNjVlM2JjY2Q2MWMzNzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1379996f-64e2-4052-8a4c-cfd918e3bbba","artifactVersion":"1"},{"artifactName":"vfw9788de8767a50_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json","artifactChecksum":"M2I0ZWZhOTk5OWY2ZjFiZDA4NmRmYTgzZDUyMjAwMGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0a3c8d72-899d-404d-9ec3-4a9aa9370a01","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"332f6cea-661b-44e7-8418-999a7faa362d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml","artifactChecksum":"OGZlY2NhMDljNGY1ZGRmNGU3ODJjMmE0YzljMzc0NWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b04aefc1-451c-483d-afaf-23a3c7bf28e6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5a4d096b-2ade-46d5-9e0a-f464972a54b7","artifactVersion":"2","generatedFromUUID":"332f6cea-661b-44e7-8418-999a7faa362d"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20230403052646-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml","artifactChecksum":"ZmQ5ODc5MTViY2Y5OWExMzk4ZjMwYjdjY2E1YThiZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"feeb6917-dcdc-4eff-be5b-8abdd320af8d","artifactVersion":"1"},{"artifactName":"service-Vfw20230403052646-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar","artifactChecksum":"NWRmYWJmOGUyMDRkODNmODM4MTlmMTE1YmFmNjQyZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5d50b584-a760-415f-b165-b06ef6b1f1e8","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T07:20:02.101Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:20:02.101Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:20:02.101Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:20:02.101Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:20:03.102Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:20:03.102Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:20:03.102Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:20:03.102Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:20:04.103Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:20:04.103Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:20:04.103Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:20:04.103Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:20:05.104Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:20:05.105Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:20:05.105Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:20:05.105Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:20:06.106Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:20:06.106Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:20:06.106Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:20:06.106Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:20:07.107Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:20:07.107Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:20:07.107Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:20:07.107Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:20:07.773Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:20:07.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:20:07.780Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:20:07.780Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:20:07.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:20:07.780Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vfw8e02d36154330_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T07:20:07.780Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:20:07.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:20:07.781Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-03T07:20:07.781Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:20:07.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:20:07.781Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:20:07.781Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:20:07.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:20:07.781Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/resourceInstances/vfw8e02d36154330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-03T07:20:07.781Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:20:07.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:20:07.781Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:20:07.781Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:20:07.781Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:20:07.782Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T07:20:07.782Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:20:07.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:20:07.782Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506366018,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T07:20:07.782Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:20:07.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:20:07.782Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506368674,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 284a7ed8-be7f-4a31-9f04-d5e7b63fe142 already exists"
}
2023-04-03T07:20:07.782Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:20:07.782Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:20:07.782Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506369675,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403042619/1.0/artifacts/service-Vfw20230403042619-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6acdd6c7-fab4-4f67-9353-504622dd5512 already exists"
}
2023-04-03T07:20:07.782Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:20:07.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:20:07.783Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "1ba6c437-f06e-4cf5-971b-291d0684a066",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506401066,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T07:20:07.783Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:20:07.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:20:07.783Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:20:07.783Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:20:07.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:20:07.783Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T07:20:07.783Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:20:07.783Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:20:07.784Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2023-04-03T07:20:07.784Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:20:07.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:20:07.784Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:20:07.784Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:20:07.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:20:07.784Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2023-04-03T07:20:07.784Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:20:07.784Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:20:07.784Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:20:07.784Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:20:08.111Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:20:08.112Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:20:08.112Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:20:08.112Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:20:09.112Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "serviceName": "vFW 2023-04-03 05-26-46",
  "serviceVersion": "1.0",
  "serviceUUID": "c608ba70-262e-4e6c-a5ac-a662dc3a40ae",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "2ab16a21-98dc-4b45-bfdd-8202f50de2ef",
  "resources": [
    {
      "resourceInstanceName": "vFW 9788de87-67a5 0",
      "resourceCustomizationUUID": "cb88b717-d4c9-49ee-bd40-a092f617a26a",
      "resourceName": "vFW 9788de87-67a5",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a3eb70d2-577c-4ec5-a10e-227de41ce2e3",
      "resourceInvariantUUID": "ceba352d-9b2d-4bfc-8c8e-3e4c94004a14",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw9788de8767a50_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json",
          "artifactChecksum": "M2I0ZWZhOTk5OWY2ZjFiZDA4NmRmYTgzZDUyMjAwMGI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0a3c8d72-899d-404d-9ec3-4a9aa9370a01",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "332f6cea-661b-44e7-8418-999a7faa362d",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "5a4d096b-2ade-46d5-9e0a-f464972a54b7",
            "generatedFromUUID": "332f6cea-661b-44e7-8418-999a7faa362d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5a4d096b-2ade-46d5-9e0a-f464972a54b7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20230403052646-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
      "artifactChecksum": "NWRmYWJmOGUyMDRkODNmODM4MTlmMTE1YmFmNjQyZmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5d50b584-a760-415f-b165-b06ef6b1f1e8"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T07:20:09.113Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T07:20:09.113Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c608ba70-262e-4e6c-a5ac-a662dc3a40ae ASDC
2023-04-03T07:20:09.113Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:2a7eda29-9989-4138-bd46-cca320902689
ServiceName:vFW 2023-04-03 05-26-46
ServiceVersion:1.0
ServiceUUID:c608ba70-262e-4e6c-a5ac-a662dc3a40ae
ServiceInvariantUUID:2ab16a21-98dc-4b45-bfdd-8202f50de2ef
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20230403052646-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
ArtifactUUID:5d50b584-a760-415f-b165-b06ef6b1f1e8
ArtifactChecksum:NWRmYWJmOGUyMDRkODNmODM4MTlmMTE1YmFmNjQyZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 9788de87-67a5 0
ResourceCustomizationUUID:cb88b717-d4c9-49ee-bd40-a092f617a26a
ResourceInvariantUUID:ceba352d-9b2d-4bfc-8c8e-3e4c94004a14
ResourceName:vFW 9788de87-67a5
ResourceType:VF
ResourceUUID:a3eb70d2-577c-4ec5-a10e-227de41ce2e3
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw9788de8767a50_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/vfw9788de8767a50_modules.json
ArtifactUUID:0a3c8d72-899d-404d-9ec3-4a9aa9370a01
ArtifactChecksum:M2I0ZWZhOTk5OWY2ZjFiZDA4NmRmYTgzZDUyMjAwMGI=
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/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.yaml
ArtifactUUID:332f6cea-661b-44e7-8418-999a7faa362d
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/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env
ArtifactUUID:5a4d096b-2ade-46d5-9e0a-f464972a54b7
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/Vfw20230403052646/1.0/resourceInstances/vfw9788de8767a50/artifacts/base_vfw.env
ArtifactUUID:5a4d096b-2ade-46d5-9e0a-f464972a54b7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T07:20:09.113Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c608ba70-262e-4e6c-a5ac-a662dc3a40ae ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:20:09.167Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:20:09.167Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:20:09.167Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:20:09.167Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 from URL: /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
2023-04-03T07:20:09.167Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T07:20:09.167Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
2023-04-03T07:20:09.497Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T07:20:09.500Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar 5d50b584-a760-415f-b165-b06ef6b1f1e8 101394
2023-04-03T07:20:09.501Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar ASDC sendASDCNotification
2023-04-03T07:20:09.501Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar
2023-04-03T07:20:09.501Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T07:20:09.501Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:20:09.501Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:20:09.501Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506409501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:20:10.502Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:20:10.503Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:20:10.503Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8, URL: /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar to file: /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T07:20:10.504Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20230403052646-csar.csar
2023-04-03T07:20:10.505Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T07:20:10.505Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T07:20:10.693Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14463082533616680968/Definitions/service-Vfw20230403052646-template.yml
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
2023-04-03T07:20:12.253Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T07:20:12.254Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T07:20:12.254Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T07:20:12.254Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2023-04-03T07:20:12.254Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T07:20:12.255Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T07:20:12.255Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T07:20:12.255Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T07:20:12.255Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T07:20:12.255Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T07:20:12.255Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T07:20:12.255Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T07:20:12.255Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T07:20:12.255Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 9788de87-67a5 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-Vfw20230403052646-csar.csar
2023-04-03T07:20:12.255Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20230403052646-csar.csar
2023-04-03T07:20:12.255Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T07:20:12.255Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:20:12.256Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:20:12.256Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T07:20:12.256Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T07:20:12.256Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T07:20:12.256Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:20:12.256Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:20:12.256Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T07:20:12.256Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T07:20:12.256Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T07:20:12.256Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:20:12.257Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:20:12.257Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:20:12.257Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T07:20:12.257Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T07:20:12.257Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T07:20:12.257Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T07:20:12.257Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T07:20:12.257Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T07:20:12.257Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T07:20:12.257Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T07:20:12.257Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T07:20:12.257Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T07:20:12.258Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T07:20:12.258Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T07:20:12.258Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T07:20:12.258Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T07:20:12.258Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T07:20:12.258Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T07:20:12.258Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T07:20:12.258Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:20:12.258Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T07:20:12.258Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:20:12.259Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T07:20:12.259Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T07:20:12.259Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:20:12.259Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T07:20:12.259Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T07:20:12.259Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:20:12.259Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is matching search criteria
2023-04-03T07:20:12.259Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 9788de87-67a5 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T07:20:12.260Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:20:12.260Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T07:20:12.260Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T07:20:12.260Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T07:20:12.260Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2023-04-03T07:20:12.260Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T07:20:12.260Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T07:20:12.260Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T07:20:12.260Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T07:20:12.260Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T07:20:12.261Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T07:20:12.261Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T07:20:12.261Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T07:20:12.261Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a430e9fd-041a-42d8-b147-c518cfc20c03
2023-04-03T07:20:12.261Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:20:12.261Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T07:20:12.261Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T07:20:12.261Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T07:20:12.261Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T07:20:12.261Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T07:20:12.262Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T07:20:12.262Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T07:20:12.262Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T07:20:12.262Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2023-04-03T07:20:12.262Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2023-04-03T07:20:12.262Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2023-04-03T07:20:12.262Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2023-04-03T07:20:12.262Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T07:20:12.262Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=ab73571b-7798-4ba9-977b-2137a4ccef6a
2023-04-03T07:20:12.263Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:20:12.263Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vFW 9788de87-67a5 0 is not matching search criteria
2023-04-03T07:20:12.263Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2023-04-03T07:20:12.263Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2023-04-03T07:20:12.263Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2023-04-03T07:20:12.263Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2023-04-03T07:20:12.263Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2023-04-03T07:20:12.263Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2023-04-03T07:20:12.263Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2023-04-03T07:20:12.263Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2023-04-03T07:20:12.263Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2023-04-03T07:20:12.264Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2023-04-03T07:20:12.264Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2023-04-03T07:20:12.264Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2023-04-03T07:20:12.264Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=16305da0-f57a-4b01-82d2-de9f0140b769
2023-04-03T07:20:12.264Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:20:12.264Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:20:12.264Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:20:12.265Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:20:12.265Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:20:12.265Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:20:12.265Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:20:12.265Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Service vFW 2023-04-03 05-26-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:20:12.265Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2023-04-03 05-26-46
Description:catalog service description
Model UUID:c608ba70-262e-4e6c-a5ac-a662dc3a40ae
Model Version:NULL
Model InvariantUuid:2ab16a21-98dc-4b45-bfdd-8202f50de2ef
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 9788de87-67a5
Model UUID:565afa59-b03d-48f0-93f9-012885fc7424
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ceba352d-9b2d-4bfc-8c8e-3e4c94004a14
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cb88b717-d4c9-49ee-bd40-a092f617a26a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:85136328-f095-47bb-bc1c-43a61975e49b
ModelName:Vfw9788de8767a5..base_vfw..module-0
ModelUuid:825a363c-eea9-4145-a6e9-00dc45aa43e4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a430e9fd-041a-42d8-b147-c518cfc20c03
ModelInvariantUuid:e4c62a9b-09a1-467b-bf7a-6e2eb5d52103
ModelName:vFW 9788de87-67a5-nodes.vfwCvfc
ModelUuid:04f5a6c2-5ed2-452d-bc04-b56dbdc1259a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:39b4f3bc-fb2c-49b5-beb6-0eb321eb4892
ModelInvariantUuid:8fd280ad-9d22-4c16-abe3-bfe12fedac79
ModelName:Vfw9788de8767a5.compute.nodes.heat.vfw
ModelUuid:4d8679d6-a308-49ad-8d75-0fe570cc9e12
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ab73571b-7798-4ba9-977b-2137a4ccef6a
ModelInvariantUuid:2e7cac4b-1a60-4ea2-a2ce-1ec4f00fb9bb
ModelName:vFW 9788de87-67a5-nodes.vsnCvfc
ModelUuid:1c97fb47-a071-4a26-83fa-f699107d14c1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:b1ad0e7f-19b7-4fd9-ba6a-f94020f801de
ModelInvariantUuid:70018cf0-0e4c-42ef-83c7-538284785f9f
ModelName:Vfw9788de8767a5.compute.nodes.heat.vsn
ModelUuid:9bcc28a2-9d7d-425e-9f60-3eca4a7cc3f1
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:16305da0-f57a-4b01-82d2-de9f0140b769
ModelInvariantUuid:48951810-a0e3-4e18-8b24-d7da77221b02
ModelName:vFW 9788de87-67a5-nodes.vpgCvfc
ModelUuid:4a32a8a1-548b-4963-96ed-4fe7a6d6a0a4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e2881614-1550-491b-98ce-b4973170b2be
ModelInvariantUuid:abf9146c-dc4f-4fe9-b92b-4d2a6c633a6b
ModelName:Vfw9788de8767a5.compute.nodes.heat.vpg
ModelUuid:1738041d-46dd-41ff-ab54-1107d8a343d4
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-04-03T07:20:12.316Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||ERROR|500||Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists
2023-04-03T07:20:12.316Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar ASDC sendASDCNotification
2023-04-03T07:20:12.316Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar(Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists)
2023-04-03T07:20:12.317Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:20:12.317Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:20:12.317Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:20:12.317Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506412316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:20:13.318Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar ASDC sendASDCNotification
2023-04-03T07:20:13.319Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar(Resource with UUID: a3eb70d2-577c-4ec5-a10e-227de41ce2e3 already exists)
2023-04-03T07:20:13.319Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:20:13.320Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:20:13.320Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:20:13.320Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506413318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a3eb70d2-577c-4ec5-a10e-227de41ce2e3 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:20:14.321Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2a7eda29-9989-4138-bd46-cca320902689
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:20:14.351Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2a7eda29-9989-4138-bd46-cca320902689
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:20:14.356Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T07:20:14.357Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T07:20:14.357Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T07:20:14.357Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T07:20:14.358Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:20:14.358Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:20:14.358Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:20:14.359Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:20:14.359Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T07:20:14.377Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T07:20:44.378Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2a7eda29-9989-4138-bd46-cca320902689 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T07:20:44.390Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2a7eda29-9989-4138-bd46-cca320902689 and serviceModelVersionId: c608ba70-262e-4e6c-a5ac-a662dc3a40ae
2023-04-03T07:20:44.391Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2ab16a21-98dc-4b45-bfdd-8202f50de2ef
2023-04-03T07:20:44.391Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0
2023-04-03T07:20:44.396Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T07:20:44.410Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T07:20:44.410Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|INFO|500||Invoke
2023-04-03T07:20:44.417Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T07:20:44.564Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0|INFO|500||InvokeReturn
2023-04-03T07:20:44.565Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/2ab16a21-98dc-4b45-bfdd-8202f50de2ef/model-vers/model-ver/c608ba70-262e-4e6c-a5ac-a662dc3a40ae?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 07:20:44 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[176360], x-aai-txid=[2-aai-resources-230403-07:20:44:426-73306], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T07:20:44.565Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T07:20:44.565Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T07:20:44.565Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T07:20:44.573Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T07:20:44.573Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2a7eda29-9989-4138-bd46-cca320902689 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T07:20:44.573Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T07:20:44.573Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:20:44.573Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:20:44.573Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506444573,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:20:45.599Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T07:20:45.600Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1","serviceDescription":"service","serviceInvariantUUID":"a8e681f8-62e7-4d21-a5fa-dd60cbb7513e","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"787af5c5-551e-4c25-b892-328c28277d94","resourceInvariantUUID":"cea6a232-8209-455d-b5b5-1ece29cf9aa9","resourceCustomizationUUID":"9606c9a9-94b4-499d-9e81-5800185e52f1","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":"NWQxOGZiNThkMjQyNGNlZGFlZjZjMGQ4ZjZhOTFiNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0461aead-9859-48ab-bafc-209cf2891a47","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NzcxYmY2ZmUyODYxN2M4NzdmYWE0N2YyZDQwN2U5MDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bacef586-115d-40b1-b3e1-5b20cbbe15e7","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T07:20:45.600Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:20:45.600Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:20:45.600Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:20:45.600Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:20:46.601Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:20:46.601Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:20:46.601Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:20:46.602Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:20:47.602Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a8e681f8-62e7-4d21-a5fa-dd60cbb7513e",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "9606c9a9-94b4-499d-9e81-5800185e52f1",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "787af5c5-551e-4c25-b892-328c28277d94",
      "resourceInvariantUUID": "cea6a232-8209-455d-b5b5-1ece29cf9aa9",
      "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": "NzcxYmY2ZmUyODYxN2M4NzdmYWE0N2YyZDQwN2U5MDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "bacef586-115d-40b1-b3e1-5b20cbbe15e7"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T07:20:47.603Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T07:20:47.603Z|2a7eda29-9989-4138-bd46-cca320902689|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1 ASDC
2023-04-03T07:20:47.604Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1
ServiceInvariantUUID:a8e681f8-62e7-4d21-a5fa-dd60cbb7513e
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:bacef586-115d-40b1-b3e1-5b20cbbe15e7
ArtifactChecksum:NzcxYmY2ZmUyODYxN2M4NzdmYWE0N2YyZDQwN2U5MDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:9606c9a9-94b4-499d-9e81-5800185e52f1
ResourceInvariantUUID:cea6a232-8209-455d-b5b5-1ece29cf9aa9
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:787af5c5-551e-4c25-b892-328c28277d94
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2023-04-03T07:20:47.604Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:20:47.653Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:20:47.654Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:20:47.654Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:20:47.654Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-03T07:20:47.655Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T07:20:47.655Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-03T07:20:47.977Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T07:20:47.978Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar bacef586-115d-40b1-b3e1-5b20cbbe15e7 57783
2023-04-03T07:20:47.978Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-03T07:20:47.978Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2023-04-03T07:20:47.978Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T07:20:47.979Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:20:47.979Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:20:47.979Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506447978,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:20:48.979Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:20:48.980Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:20:48.980Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T07:20:48.981Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2023-04-03T07:20:48.981Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T07:20:48.982Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T07:20:49.102Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP831117923325917580/Definitions/service-BasicNetwork-template.yml
2023-04-03T07:20:49.460Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T07:20:49.460Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T07:20:49.461Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T07:20:49.461Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2023-04-03T07:20:49.461Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T07:20:49.461Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T07:20:49.461Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T07:20:49.461Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T07:20:49.461Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T07:20:49.461Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T07:20:49.461Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T07:20:49.461Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2023-04-03T07:20:49.461Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T07:20:49.461Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:20:49.461Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:20:49.461Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-03T07:20:49.461Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T07:20:49.462Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T07:20:49.462Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:20:49.462Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:20:49.462Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2023-04-03T07:20:49.462Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T07:20:49.462Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T07:20:49.462Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:20:49.462Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:20:49.462Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:20:49.462Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:20:49.462Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:20:49.462Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:20:49.462Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:20:49.462Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:20:49.462Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:20:49.462Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:20:49.462Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1
Model Version:NULL
Model InvariantUuid:a8e681f8-62e7-4d21-a5fa-dd60cbb7513e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:cea6a232-8209-455d-b5b5-1ece29cf9aa9
Model UUID:8b34861b-9848-4d7e-a62d-634d34e94099
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:9606c9a9-94b4-499d-9e81-5800185e52f1
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2023-04-03T07:20:49.510Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||ERROR|500||Csar with UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 already exists
2023-04-03T07:20:49.510Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-03T07:20:49.510Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Csar with UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 already exists)
2023-04-03T07:20:49.511Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:20:49.511Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:20:49.511Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:20:49.511Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506449510,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:20:50.512Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2023-04-03T07:20:50.512Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar(Resource with UUID: 787af5c5-551e-4c25-b892-328c28277d94 already exists)
2023-04-03T07:20:50.512Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:20:50.513Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:20:50.513Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:20:50.513Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506450512,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 787af5c5-551e-4c25-b892-328c28277d94 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:20:51.514Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:20:51.537Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:20:51.542Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T07:20:51.543Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T07:20:51.543Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T07:20:51.543Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T07:20:51.544Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:20:51.544Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:20:51.544Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:20:51.545Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:20:51.545Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T07:20:51.558Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T07:21:07.773Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:21:07.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:21:07.775Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T07:21:07.776Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:21:21.558Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T07:21:21.572Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02 and serviceModelVersionId: 4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1
2023-04-03T07:21:21.572Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a8e681f8-62e7-4d21-a5fa-dd60cbb7513e
2023-04-03T07:21:21.573Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0
2023-04-03T07:21:21.580Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T07:21:21.599Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|INFO|500||Invoke
2023-04-03T07:21:21.599Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e97fc862-3734-4137-b299-797d0d41509c], X-ECOMP-RequestID=[b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02], X-TransactionId=[], X-ONAP-RequestID=[b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02], Content-Type=[application/merge-patch+json]}
2023-04-03T07:21:21.608Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T07:21:21.748Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 07:21:21 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[151768], x-aai-txid=[2-aai-resources-230403-07:21:21:617-64716], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T07:21:21.749Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T07:21:21.749Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a8e681f8-62e7-4d21-a5fa-dd60cbb7513e/model-vers/model-ver/4b4f7da7-67d6-4fa4-a33a-ebee4c579bc1?depth=0|INFO|500||InvokeReturn
2023-04-03T07:21:21.749Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T07:21:21.749Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T07:21:21.757Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T07:21:21.757Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T07:21:21.757Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T07:21:21.758Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:21:21.758Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:21:21.758Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506481757,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:21:22.788Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T07:21:22.788Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"faa6e256-3a0a-4c89-86b9-c4bedd8d632b","serviceName":"Demo_pNF_Oxl3B80h2m7gr6O9tOAo","serviceVersion":"1.0","serviceUUID":"1332212f-514b-4ea3-9653-22313ffcf1bd","serviceDescription":"catalog service description","serviceInvariantUUID":"55f9937c-9d37-4f8a-9eaa-29096097a150","resources":[{"resourceInstanceName":"pNF 4c97cee1-ff01 0","resourceName":"pNF 4c97cee1-ff01","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6dc9b242-9db9-49a0-bf5e-42ed573a9e51","resourceInvariantUUID":"fc0ac666-17a2-4b77-9bbb-772a72b5acf3","resourceCustomizationUUID":"c83a316e-0f12-4e26-88a9-d79a826ac680","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vf-license-model.xml","artifactChecksum":"MTViNzFmMzNhMzAzMzU0OTBmNWUwYjkzM2U0NTE4YmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"13dbec84-83ca-4a64-bc82-4a02eb81615e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/pNF.csar","artifactChecksum":"YWY1NzNlYTAyN2YwNmMyOGQ4YWMxMWZhMzZiY2NkNWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0083c2a9-2c9d-4c69-8cf4-4f4f39028164","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"10e2c8e0-0fc7-4d86-87d9-69b6df991a7a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vendor-license-model.xml","artifactChecksum":"OGZiNDFhZjc3ZmUwOGZkMjdjMGE0MzBlYTJkZjNjMTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b089e457-e80b-4fb5-90ff-5ba7b3212109","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d0cc56ab-72e3-4a8e-89a4-dce330776fde","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"204e205e-8af3-40dd-a5e1-2f579430756a","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml","artifactChecksum":"ZDQ2OThkYTFkMjRmYjJjOWYzY2VkMzBlNjFhNzk5NzE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ffb6d078-e956-4a3f-b490-9bc3b920d2a4","artifactVersion":"1"},{"artifactName":"service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar","artifactChecksum":"ZGI4ZjVmMWQ0NDQ0MzFkN2E0N2ZkZDRhMjE4ZGUxMmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3ab3e23b-b342-4f65-a547-e54977d397da","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T07:21:22.788Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:21:22.788Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:21:22.788Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:21:22.788Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:21:23.789Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:21:23.789Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:21:23.789Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:21:23.789Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:21:24.790Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:21:24.790Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:21:24.790Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:21:24.791Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:21:25.791Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:21:25.791Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:21:25.791Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:21:25.792Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:21:26.792Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:21:26.792Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:21:26.792Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:21:26.792Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:21:27.793Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:21:27.793Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:21:27.793Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:21:27.793Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:21:28.793Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:21:28.794Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:21:28.794Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:21:28.794Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:21:29.794Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:21:29.795Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:21:29.795Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:21:29.795Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:21:30.795Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "serviceName": "Demo_pNF_Oxl3B80h2m7gr6O9tOAo",
  "serviceVersion": "1.0",
  "serviceUUID": "1332212f-514b-4ea3-9653-22313ffcf1bd",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "55f9937c-9d37-4f8a-9eaa-29096097a150",
  "resources": [
    {
      "resourceInstanceName": "pNF 4c97cee1-ff01 0",
      "resourceCustomizationUUID": "c83a316e-0f12-4e26-88a9-d79a826ac680",
      "resourceName": "pNF 4c97cee1-ff01",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6dc9b242-9db9-49a0-bf5e-42ed573a9e51",
      "resourceInvariantUUID": "fc0ac666-17a2-4b77-9bbb-772a72b5acf3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
      "artifactChecksum": "ZGI4ZjVmMWQ0NDQ0MzFkN2E0N2ZkZDRhMjE4ZGUxMmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3ab3e23b-b342-4f65-a547-e54977d397da"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T07:21:30.796Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T07:21:30.796Z|b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1332212f-514b-4ea3-9653-22313ffcf1bd ASDC
2023-04-03T07:21:30.796Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:faa6e256-3a0a-4c89-86b9-c4bedd8d632b
ServiceName:Demo_pNF_Oxl3B80h2m7gr6O9tOAo
ServiceVersion:1.0
ServiceUUID:1332212f-514b-4ea3-9653-22313ffcf1bd
ServiceInvariantUUID:55f9937c-9d37-4f8a-9eaa-29096097a150
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
ArtifactUUID:3ab3e23b-b342-4f65-a547-e54977d397da
ArtifactChecksum:ZGI4ZjVmMWQ0NDQ0MzFkN2E0N2ZkZDRhMjE4ZGUxMmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4c97cee1-ff01 0
ResourceCustomizationUUID:c83a316e-0f12-4e26-88a9-d79a826ac680
ResourceInvariantUUID:fc0ac666-17a2-4b77-9bbb-772a72b5acf3
ResourceName:pNF 4c97cee1-ff01
ResourceType:PNF
ResourceUUID:6dc9b242-9db9-49a0-bf5e-42ed573a9e51
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-03T07:21:30.796Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1332212f-514b-4ea3-9653-22313ffcf1bd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:21:30.848Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:21:30.849Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:21:30.849Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:21:30.849Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 3ab3e23b-b342-4f65-a547-e54977d397da from URL: /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T07:21:30.850Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T07:21:30.850Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T07:21:31.154Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T07:21:31.156Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar 3ab3e23b-b342-4f65-a547-e54977d397da 87993
2023-04-03T07:21:31.157Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar ASDC sendASDCNotification
2023-04-03T07:21:31.157Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T07:21:31.157Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T07:21:31.157Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:21:31.157Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:21:31.157Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506491157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:21:32.158Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:21:32.158Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:21:32.159Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 3ab3e23b-b342-4f65-a547-e54977d397da, URL: /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar to file: /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T07:21:32.159Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T07:21:32.159Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T07:21:32.160Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T07:21:32.242Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7581804351305148663/Definitions/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml
2023-04-03T07:21:32.815Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T07:21:32.815Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T07:21:32.815Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T07:21:32.815Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T07:21:32.815Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4c97cee1-ff01 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-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T07:21:32.815Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T07:21:32.815Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T07:21:32.815Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T07:21:32.815Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T07:21:32.815Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T07:21:32.815Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar
2023-04-03T07:21:32.815Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T07:21:32.815Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:21:32.815Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:21:32.815Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Node template pNF 4c97cee1-ff01 0 is matching search criteria
2023-04-03T07:21:32.816Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T07:21:32.816Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 4c97cee1-ff01 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T07:21:32.816Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:21:32.816Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:21:32.816Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Node template pNF 4c97cee1-ff01 0 is matching search criteria
2023-04-03T07:21:32.816Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T07:21:32.816Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 4c97cee1-ff01 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T07:21:32.816Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:21:32.816Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:21:32.816Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:21:32.816Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:21:32.816Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:21:32.816Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:21:32.816Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:21:32.816Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:21:32.816Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:21:32.816Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_Oxl3B80h2m7gr6O9tOAo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:21:32.816Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Oxl3B80h2m7gr6O9tOAo
Description:catalog service description
Model UUID:1332212f-514b-4ea3-9653-22313ffcf1bd
Model Version:NULL
Model InvariantUuid:55f9937c-9d37-4f8a-9eaa-29096097a150
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-04-03T07:21:32.869Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||ERROR|500||Csar with UUID: 3ab3e23b-b342-4f65-a547-e54977d397da already exists
2023-04-03T07:21:32.869Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar ASDC sendASDCNotification
2023-04-03T07:21:32.869Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar(Csar with UUID: 3ab3e23b-b342-4f65-a547-e54977d397da already exists)
2023-04-03T07:21:32.869Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:21:32.869Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:21:32.869Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:21:32.869Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506492869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3ab3e23b-b342-4f65-a547-e54977d397da already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:21:33.870Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar ASDC sendASDCNotification
2023-04-03T07:21:33.871Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar(Resource with UUID: 6dc9b242-9db9-49a0-bf5e-42ed573a9e51 already exists)
2023-04-03T07:21:33.871Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:21:33.871Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:21:33.871Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:21:33.871Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506493870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6dc9b242-9db9-49a0-bf5e-42ed573a9e51 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:21:34.872Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: faa6e256-3a0a-4c89-86b9-c4bedd8d632b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:21:34.899Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: faa6e256-3a0a-4c89-86b9-c4bedd8d632b
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:21:34.904Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T07:21:34.904Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T07:21:34.904Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T07:21:34.904Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T07:21:34.904Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:21:34.905Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:21:34.905Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:21:34.905Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:21:34.905Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T07:21:34.920Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T07:22:04.921Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: faa6e256-3a0a-4c89-86b9-c4bedd8d632b and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T07:22:04.930Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: faa6e256-3a0a-4c89-86b9-c4bedd8d632b and serviceModelVersionId: 1332212f-514b-4ea3-9653-22313ffcf1bd
2023-04-03T07:22:04.930Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 55f9937c-9d37-4f8a-9eaa-29096097a150
2023-04-03T07:22:04.931Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0
2023-04-03T07:22:04.939Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T07:22:04.967Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T07:22:04.969Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|INFO|500||Invoke
2023-04-03T07:22:04.980Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T07:22:05.127Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0|INFO|500||InvokeReturn
2023-04-03T07:22:05.127Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/55f9937c-9d37-4f8a-9eaa-29096097a150/model-vers/model-ver/1332212f-514b-4ea3-9653-22313ffcf1bd?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 07:22:04 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[143], vertex-id=[204832], x-aai-txid=[0-aai-resources-230403-07:22:04:997-23864], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T07:22:05.128Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T07:22:05.128Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T07:22:05.128Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T07:22:05.137Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T07:22:05.138Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID faa6e256-3a0a-4c89-86b9-c4bedd8d632b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T07:22:05.138Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T07:22:05.138Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:22:05.138Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:22:05.138Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506525138,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:22:06.173Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T07:22:06.173Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"f6926451-6069-417e-b7db-2800b7061bb3","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"205c6bdd-fb55-4ab0-8210-70d6b0e9a06b","serviceDescription":"service","serviceInvariantUUID":"290a2027-5f50-48ce-b23b-d9958e461260","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cca49e2b-a592-45e7-ad60-a0b040a06b21","resourceInvariantUUID":"24305239-b2d0-4f68-bdfe-fcfaad612492","resourceCustomizationUUID":"d34b0cc4-af9b-4dcf-83b4-1bb790430cad","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":"ZjliNzNiZDBkNjNiMDhjNGU1ODEwMjRlM2ExMmM2MjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6646f189-8e5a-4d66-9645-a5c9bb3a7ea3","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":"ZGIyOWU2OGRhNWMwNWVjNTliMmU4N2IxYTZlZjVmMTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"248b0520-0753-43bc-8989-f4a2c11189fc","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":"138c0b31-d054-43d2-88ef-487fa941c727","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":"3eed7be2-186a-4381-be39-14e5c293ee30","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":"a1fc643c-6883-473b-8d39-b404e2a8fafd","artifactVersion":"2","generatedFromUUID":"138c0b31-d054-43d2-88ef-487fa941c727"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTkwOTFhZTNjODNkYTY0ZDNjMjY0OGMxM2QxMjA0OWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9394169b-ebc7-4234-b8f9-1af288a85dd0","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OWUwYzkyZmNmNTU5Njk4N2RmYmI0ZDM5NWZmYWVmMDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1bf7198e-bb62-4f46-9790-b009f8321faa","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T07:22:06.173Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:22:06.173Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:22:06.173Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:22:06.173Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "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-04-03T07:22:07.174Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:22:07.174Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:22:07.174Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:22:07.174Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "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-04-03T07:22:07.773Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:22:07.774Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:22:07.774Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506409501,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T07:22:07.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:22:07.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:22:07.775Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506412316,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 5d50b584-a760-415f-b165-b06ef6b1f1e8 already exists"
}
2023-04-03T07:22:07.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:22:07.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:22:07.775Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506413318,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20230403052646/1.0/artifacts/service-Vfw20230403052646-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a3eb70d2-577c-4ec5-a10e-227de41ce2e3 already exists"
}
2023-04-03T07:22:07.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:22:07.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:22:07.775Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "2a7eda29-9989-4138-bd46-cca320902689",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506444573,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T07:22:07.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:22:07.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:22:07.775Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:22:07.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:22:07.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:22:07.775Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T07:22:07.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:22:07.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:22:07.775Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506447978,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T07:22:07.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:22:07.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:22:07.776Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506449510,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: bacef586-115d-40b1-b3e1-5b20cbbe15e7 already exists"
}
2023-04-03T07:22:07.776Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:22:07.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:22:07.776Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506450512,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 787af5c5-551e-4c25-b892-328c28277d94 already exists"
}
2023-04-03T07:22:07.776Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:22:08.175Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:22:08.175Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:22:08.175Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:22:08.175Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "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-04-03T07:22:09.176Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:22:09.176Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:22:09.176Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:22:09.176Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "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-04-03T07:22:10.177Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:22:10.177Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:22:10.177Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:22:10.178Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "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-04-03T07:22:11.178Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:22:11.178Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:22:11.179Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:22:11.179Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:22:12.179Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:22:12.180Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:22:12.180Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:22:12.180Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:22:13.181Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "205c6bdd-fb55-4ab0-8210-70d6b0e9a06b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "290a2027-5f50-48ce-b23b-d9958e461260",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d34b0cc4-af9b-4dcf-83b4-1bb790430cad",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "cca49e2b-a592-45e7-ad60-a0b040a06b21",
      "resourceInvariantUUID": "24305239-b2d0-4f68-bdfe-fcfaad612492",
      "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": "ZGIyOWU2OGRhNWMwNWVjNTliMmU4N2IxYTZlZjVmMTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "248b0520-0753-43bc-8989-f4a2c11189fc",
          "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": "138c0b31-d054-43d2-88ef-487fa941c727",
          "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": "a1fc643c-6883-473b-8d39-b404e2a8fafd",
            "generatedFromUUID": "138c0b31-d054-43d2-88ef-487fa941c727"
          },
          "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": "a1fc643c-6883-473b-8d39-b404e2a8fafd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "OWUwYzkyZmNmNTU5Njk4N2RmYmI0ZDM5NWZmYWVmMDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1bf7198e-bb62-4f46-9790-b009f8321faa"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T07:22:13.181Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T07:22:13.181Z|faa6e256-3a0a-4c89-86b9-c4bedd8d632b|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 205c6bdd-fb55-4ab0-8210-70d6b0e9a06b ASDC
2023-04-03T07:22:13.181Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:f6926451-6069-417e-b7db-2800b7061bb3
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:205c6bdd-fb55-4ab0-8210-70d6b0e9a06b
ServiceInvariantUUID:290a2027-5f50-48ce-b23b-d9958e461260
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:1bf7198e-bb62-4f46-9790-b009f8321faa
ArtifactChecksum:OWUwYzkyZmNmNTU5Njk4N2RmYmI0ZDM5NWZmYWVmMDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d34b0cc4-af9b-4dcf-83b4-1bb790430cad
ResourceInvariantUUID:24305239-b2d0-4f68-bdfe-fcfaad612492
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:cca49e2b-a592-45e7-ad60-a0b040a06b21
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:248b0520-0753-43bc-8989-f4a2c11189fc
ArtifactChecksum:ZGIyOWU2OGRhNWMwNWVjNTliMmU4N2IxYTZlZjVmMTY=
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:138c0b31-d054-43d2-88ef-487fa941c727
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:a1fc643c-6883-473b-8d39-b404e2a8fafd
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:a1fc643c-6883-473b-8d39-b404e2a8fafd
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T07:22:13.182Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 205c6bdd-fb55-4ab0-8210-70d6b0e9a06b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:22:13.226Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:22:13.226Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:22:13.227Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:22:13.227Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-03T07:22:13.227Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T07:22:13.227Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-03T07:22:13.560Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T07:22:13.561Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 1bf7198e-bb62-4f46-9790-b009f8321faa 75157
2023-04-03T07:22:13.562Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-03T07:22:13.562Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2023-04-03T07:22:13.562Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T07:22:13.562Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:22:13.562Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:22:13.562Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506533562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:22:14.564Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:22:14.564Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:22:14.564Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T07:22:14.565Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2023-04-03T07:22:14.565Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T07:22:14.565Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T07:22:14.768Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP723412232156585469/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-04-03T07:22:15.684Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T07:22:15.685Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T07:22:15.685Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T07:22:15.685Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T07:22:15.685Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T07:22:15.685Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T07:22:15.685Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T07:22:15.685Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T07:22:15.685Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T07:22:15.686Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T07:22:15.686Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2023-04-03T07:22:15.686Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T07:22:15.686Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:22:15.686Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:22:15.686Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T07:22:15.686Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T07:22:15.686Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T07:22:15.686Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:22:15.686Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:22:15.687Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T07:22:15.687Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T07:22:15.687Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T07:22:15.687Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:22:15.687Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:22:15.687Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:22:15.687Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-03T07:22:15.687Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-03T07:22:15.687Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-03T07:22:15.687Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-03T07:22:15.688Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-03T07:22:15.688Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T07:22:15.688Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:22:15.688Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T07:22:15.688Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:22:15.688Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T07:22:15.688Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T07:22:15.688Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:22:15.689Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T07:22:15.689Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T07:22:15.689Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:22:15.689Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2023-04-03T07:22:15.689Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T07:22:15.689Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:22:15.689Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2023-04-03T07:22:15.689Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-03T07:22:15.689Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-03T07:22:15.690Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=386d9e5d-ce22-433e-b24c-37cd501f7a5e
2023-04-03T07:22:15.690Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:22:15.690Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:22:15.690Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:22:15.690Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:22:15.690Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:22:15.690Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:22:15.690Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:22:15.691Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:22:15.691Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:205c6bdd-fb55-4ab0-8210-70d6b0e9a06b
Model Version:NULL
Model InvariantUuid:290a2027-5f50-48ce-b23b-d9958e461260
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:5c1c232b-f9bd-4729-9222-6463a2fb68bb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:24305239-b2d0-4f68-bdfe-fcfaad612492
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d34b0cc4-af9b-4dcf-83b4-1bb790430cad
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:45ee27b9-2ec5-4a13-9086-329dcfc9217b
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:7ad00a28-eb6b-49d7-a44f-740a5327feb9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:386d9e5d-ce22-433e-b24c-37cd501f7a5e
ModelInvariantUuid:49fbba8b-8e7d-4588-ac83-522574bdb8c3
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:a2c7fc9a-e509-4068-80e6-b51e43bf82f6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:88907c78-b2df-4198-96df-32abf65b3916
ModelInvariantUuid:02bc1d5d-3906-4b72-9028-c9f379f61762
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:289b7c4e-6975-46bc-9f53-a059f29ecaa5
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-04-03T07:22:15.737Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||ERROR|500||Csar with UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa already exists
2023-04-03T07:22:15.737Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-03T07:22:15.737Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Csar with UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa already exists)
2023-04-03T07:22:15.738Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:22:15.738Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:22:15.738Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:22:15.738Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506535737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:22:16.740Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2023-04-03T07:22:16.740Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar(Resource with UUID: cca49e2b-a592-45e7-ad60-a0b040a06b21 already exists)
2023-04-03T07:22:16.740Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:22:16.741Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:22:16.741Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:22:16.741Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506536740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: cca49e2b-a592-45e7-ad60-a0b040a06b21 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:22:17.741Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f6926451-6069-417e-b7db-2800b7061bb3
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:22:17.767Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f6926451-6069-417e-b7db-2800b7061bb3
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:22:17.771Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T07:22:17.772Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T07:22:17.772Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T07:22:17.772Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T07:22:17.772Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:22:17.772Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:22:17.772Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:22:17.772Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:22:17.773Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T07:22:17.786Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T07:22:47.787Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f6926451-6069-417e-b7db-2800b7061bb3 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T07:22:47.799Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f6926451-6069-417e-b7db-2800b7061bb3 and serviceModelVersionId: 205c6bdd-fb55-4ab0-8210-70d6b0e9a06b
2023-04-03T07:22:47.799Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 290a2027-5f50-48ce-b23b-d9958e461260
2023-04-03T07:22:47.800Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0
2023-04-03T07:22:47.809Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T07:22:47.826Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T07:22:47.827Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0|INFO|500||Invoke
2023-04-03T07:22:47.834Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T07:22:47.972Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0|INFO|500||InvokeReturn
2023-04-03T07:22:47.973Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/290a2027-5f50-48ce-b23b-d9958e461260/model-vers/model-ver/205c6bdd-fb55-4ab0-8210-70d6b0e9a06b?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 07:22:47 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[135], vertex-id=[241736], x-aai-txid=[2-aai-resources-230403-07:22:47:843-3195], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T07:22:47.973Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T07:22:47.973Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T07:22:47.973Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T07:22:47.977Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T07:22:47.978Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f6926451-6069-417e-b7db-2800b7061bb3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T07:22:47.978Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T07:22:47.978Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:22:47.978Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:22:47.978Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506567978,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:22:49.007Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T07:22:49.008Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"96176ffb-93a7-4469-ba17-beb529a16739","serviceName":"Demo_pNF_tu7tgeomYpGKBQ0AQDjF","serviceVersion":"1.0","serviceUUID":"7a7094f3-459f-4259-92ff-345bb8f82ff1","serviceDescription":"catalog service description","serviceInvariantUUID":"d9db46d4-4115-4d8b-bbdc-eb705935ec31","resources":[{"resourceInstanceName":"pNF 1a375b37-bf2d 0","resourceName":"pNF 1a375b37-bf2d","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a53c58f7-9480-4033-b2b4-a5bf43228d88","resourceInvariantUUID":"c216dc19-0394-4801-b57a-deca2710f7f4","resourceCustomizationUUID":"e9bb89ba-768a-49cd-ac57-52b9d72d6b3b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vf-license-model.xml","artifactChecksum":"YmY0N2M4ZDE4NTY0NjhjZmRjYWViMDBhMGI1MWIxYjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"edefc8e0-95d5-4977-bfcf-24d220afd6b9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/pNF.csar","artifactChecksum":"YWY1NzNlYTAyN2YwNmMyOGQ4YWMxMWZhMzZiY2NkNWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d56217b0-ab36-4835-bde6-274ad03e4523","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7cd06037-a9d5-48ba-a05c-cdf1f4c740d6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vendor-license-model.xml","artifactChecksum":"Y2U4Njk4MWE1NDRkNTA1Y2ExM2I5ODEzMTQxOTI3NjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b5f85bc6-ca67-4fde-b27a-b30fb0ba4fa3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"30763a71-652c-4f01-9377-ae082aea79e6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"02a40e0d-6833-4c70-8069-cdf77a368cf2","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml","artifactChecksum":"YmM3NThlNjkwZTNkNWFkOWI5OTdkMWFiMmRjZjM4MDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79c4f570-f9e2-4680-a9f5-a496d9a0e700","artifactVersion":"1"},{"artifactName":"service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar","artifactChecksum":"ZWIxNjM5ZmRhNTE5MDI2ODBmM2MwYTA2Y2ExNTljYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2feb992d-4f7e-4b44-a9b8-e44262cd5ad5","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T07:22:49.008Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:22:49.008Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:22:49.008Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:22:49.008Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:22:50.009Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:22:50.010Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:22:50.010Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:22:50.010Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:22:51.011Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:22:51.011Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:22:51.011Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:22:51.012Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:22:52.013Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:22:52.013Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:22:52.013Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:22:52.013Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:22:53.014Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:22:53.015Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:22:53.015Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:22:53.015Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:22:54.016Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:22:54.017Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:22:54.017Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:22:54.017Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:22:55.019Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:22:55.019Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:22:55.019Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:22:55.019Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:22:56.020Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:22:56.020Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:22:56.020Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:22:56.020Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:22:57.021Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "serviceName": "Demo_pNF_tu7tgeomYpGKBQ0AQDjF",
  "serviceVersion": "1.0",
  "serviceUUID": "7a7094f3-459f-4259-92ff-345bb8f82ff1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "d9db46d4-4115-4d8b-bbdc-eb705935ec31",
  "resources": [
    {
      "resourceInstanceName": "pNF 1a375b37-bf2d 0",
      "resourceCustomizationUUID": "e9bb89ba-768a-49cd-ac57-52b9d72d6b3b",
      "resourceName": "pNF 1a375b37-bf2d",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "a53c58f7-9480-4033-b2b4-a5bf43228d88",
      "resourceInvariantUUID": "c216dc19-0394-4801-b57a-deca2710f7f4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
      "artifactChecksum": "ZWIxNjM5ZmRhNTE5MDI2ODBmM2MwYTA2Y2ExNTljYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2feb992d-4f7e-4b44-a9b8-e44262cd5ad5"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T07:22:57.021Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T07:22:57.021Z|f6926451-6069-417e-b7db-2800b7061bb3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7a7094f3-459f-4259-92ff-345bb8f82ff1 ASDC
2023-04-03T07:22:57.022Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:96176ffb-93a7-4469-ba17-beb529a16739
ServiceName:Demo_pNF_tu7tgeomYpGKBQ0AQDjF
ServiceVersion:1.0
ServiceUUID:7a7094f3-459f-4259-92ff-345bb8f82ff1
ServiceInvariantUUID:d9db46d4-4115-4d8b-bbdc-eb705935ec31
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
ArtifactUUID:2feb992d-4f7e-4b44-a9b8-e44262cd5ad5
ArtifactChecksum:ZWIxNjM5ZmRhNTE5MDI2ODBmM2MwYTA2Y2ExNTljYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 1a375b37-bf2d 0
ResourceCustomizationUUID:e9bb89ba-768a-49cd-ac57-52b9d72d6b3b
ResourceInvariantUUID:c216dc19-0394-4801-b57a-deca2710f7f4
ResourceName:pNF 1a375b37-bf2d
ResourceType:PNF
ResourceUUID:a53c58f7-9480-4033-b2b4-a5bf43228d88
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-03T07:22:57.022Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7a7094f3-459f-4259-92ff-345bb8f82ff1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:22:57.075Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:22:57.076Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:22:57.076Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:22:57.076Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 from URL: /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T07:22:57.076Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T07:22:57.076Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T07:22:57.577Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T07:22:57.579Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 87992
2023-04-03T07:22:57.580Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar ASDC sendASDCNotification
2023-04-03T07:22:57.580Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T07:22:57.580Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T07:22:57.581Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:22:57.581Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:22:57.581Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506577580,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:22:58.582Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:22:58.583Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:22:58.583Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5, URL: /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar to file: /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T07:22:58.583Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T07:22:58.584Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T07:22:58.584Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T07:22:58.684Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1510534647551491731/Definitions/service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml
2023-04-03T07:22:59.244Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T07:22:59.244Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T07:22:59.244Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T07:22:59.244Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T07:22:59.244Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1a375b37-bf2d 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-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T07:22:59.244Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T07:22:59.244Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T07:22:59.244Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T07:22:59.244Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T07:22:59.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T07:22:59.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar
2023-04-03T07:22:59.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T07:22:59.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:22:59.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:22:59.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Node template pNF 1a375b37-bf2d 0 is matching search criteria
2023-04-03T07:22:59.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T07:22:59.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 1a375b37-bf2d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T07:22:59.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:22:59.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:22:59.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Node template pNF 1a375b37-bf2d 0 is matching search criteria
2023-04-03T07:22:59.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T07:22:59.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 1a375b37-bf2d 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T07:22:59.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:22:59.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:22:59.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:22:59.245Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:22:59.246Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:22:59.246Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:22:59.246Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:22:59.246Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:22:59.246Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:22:59.246Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_tu7tgeomYpGKBQ0AQDjF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:22:59.246Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_tu7tgeomYpGKBQ0AQDjF
Description:catalog service description
Model UUID:7a7094f3-459f-4259-92ff-345bb8f82ff1
Model Version:NULL
Model InvariantUuid:d9db46d4-4115-4d8b-bbdc-eb705935ec31
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-04-03T07:22:59.282Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||ERROR|500||Csar with UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 already exists
2023-04-03T07:22:59.282Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar ASDC sendASDCNotification
2023-04-03T07:22:59.282Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar(Csar with UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 already exists)
2023-04-03T07:22:59.283Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:22:59.283Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:22:59.283Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:22:59.283Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506579282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:23:00.283Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar ASDC sendASDCNotification
2023-04-03T07:23:00.284Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar(Resource with UUID: a53c58f7-9480-4033-b2b4-a5bf43228d88 already exists)
2023-04-03T07:23:00.284Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:23:00.284Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:23:00.284Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:23:00.284Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506580283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a53c58f7-9480-4033-b2b4-a5bf43228d88 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:23:01.285Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96176ffb-93a7-4469-ba17-beb529a16739
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:23:01.313Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96176ffb-93a7-4469-ba17-beb529a16739
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:23:01.318Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T07:23:01.318Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T07:23:01.319Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T07:23:01.319Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T07:23:01.319Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:23:01.319Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:23:01.319Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:23:01.319Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:23:01.319Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T07:23:01.335Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T07:23:07.773Z||pool-2-thread-4|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:23:07.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:23:07.775Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "b7fddb9b-84fa-4dbe-a7a9-c3ae104a3f02",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506481757,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T07:23:07.775Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:23:07.775Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:23:07.775Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:23:07.776Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:23:07.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:23:07.776Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:23:07.776Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:23:07.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:23:07.776Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:23:07.776Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:23:07.776Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:23:07.776Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:23:07.777Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:23:07.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:23:07.777Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:23:07.777Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:23:07.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:23:07.777Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/resourceInstances/pnf4c97cee1ff010/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:23:07.777Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:23:07.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:23:07.777Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:23:07.777Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:23:07.777Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:23:07.777Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T07:23:07.777Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:23:07.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:23:07.778Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506491157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T07:23:07.778Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:23:07.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:23:07.778Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506492869,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 3ab3e23b-b342-4f65-a547-e54977d397da already exists"
}
2023-04-03T07:23:07.778Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:23:07.778Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:23:07.778Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506493870,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfOxl3b80h2m7gr6o9toao/1.0/artifacts/service-DemoPnfOxl3b80h2m7gr6o9toao-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 6dc9b242-9db9-49a0-bf5e-42ed573a9e51 already exists"
}
2023-04-03T07:23:07.778Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:23:07.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:23:07.779Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "faa6e256-3a0a-4c89-86b9-c4bedd8d632b",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506525138,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T07:23:07.779Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:23:07.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:23:07.779Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:23:07.779Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:23:07.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2023-04-03T07:23:07.779Z||pool-2-thread-4|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T07:23:07.779Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:23:31.336Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 96176ffb-93a7-4469-ba17-beb529a16739 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T07:23:31.345Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 96176ffb-93a7-4469-ba17-beb529a16739 and serviceModelVersionId: 7a7094f3-459f-4259-92ff-345bb8f82ff1
2023-04-03T07:23:31.345Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d9db46d4-4115-4d8b-bbdc-eb705935ec31
2023-04-03T07:23:31.345Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0
2023-04-03T07:23:31.352Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T07:23:31.376Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0|INFO|500||Invoke
2023-04-03T07:23:31.377Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[96176ffb-93a7-4469-ba17-beb529a16739], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e2e73426-1f27-4006-8447-6f27c66e76f5], X-ECOMP-RequestID=[96176ffb-93a7-4469-ba17-beb529a16739], X-TransactionId=[], X-ONAP-RequestID=[96176ffb-93a7-4469-ba17-beb529a16739], Content-Type=[application/merge-patch+json]}
2023-04-03T07:23:31.386Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T07:23:31.551Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 07:23:31 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[162], vertex-id=[241672], x-aai-txid=[0-aai-resources-230403-07:23:31:393-3347], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T07:23:31.551Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T07:23:31.552Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/d9db46d4-4115-4d8b-bbdc-eb705935ec31/model-vers/model-ver/7a7094f3-459f-4259-92ff-345bb8f82ff1?depth=0|INFO|500||InvokeReturn
2023-04-03T07:23:31.552Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T07:23:31.552Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T07:23:31.560Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T07:23:31.560Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 96176ffb-93a7-4469-ba17-beb529a16739 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T07:23:31.560Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T07:23:31.560Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:23:31.561Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:23:31.561Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506611560,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:23:32.588Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T07:23:32.589Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"d15e255c-b15d-4c52-8bb3-899edc3349b8","serviceName":"Demo_pNF_HMbbR0oJEskKtjBqjweY","serviceVersion":"1.0","serviceUUID":"085768f5-69a5-4cc6-91eb-f148e874cd4b","serviceDescription":"catalog service description","serviceInvariantUUID":"7cc41ecd-aa8a-450b-966d-b8d6202674f9","resources":[{"resourceInstanceName":"pNF 9e2c9b74-de23 0","resourceName":"pNF 9e2c9b74-de23","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7e5c0815-3629-4711-b9cc-64128e7bc38a","resourceInvariantUUID":"ff4e96ce-678d-42d7-9d2f-0cc0ccc601f9","resourceCustomizationUUID":"d5115979-21fd-4c94-a171-254b861d96cd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vf-license-model.xml","artifactChecksum":"Mjg2MWY2MzNmOTUwOTBjNTFhMGM3MTcwZjE0YTM4ZGI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1d05cb5f-4889-4f76-ad69-c6b2804eb618","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/pNF.csar","artifactChecksum":"YWY1NzNlYTAyN2YwNmMyOGQ4YWMxMWZhMzZiY2NkNWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"901ec9fe-988a-4d22-89d8-97a9b0f85b40","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a285b584-7148-4730-b1dc-c9dfadabdafd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vendor-license-model.xml","artifactChecksum":"MzZhYTg3ZWM4MGU0YjAzOTQ3ZmI1ZGE2MWM5N2VkYjg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d06d43e2-12bc-4847-ac73-38f73ef2ca86","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70032e67-b3c3-4e72-b9c1-4a66dc738c8c","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"88a1af8b-d467-427c-a2ec-90575a5a8a32","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHmbbr0ojeskktjbqjwey-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-template.yml","artifactChecksum":"NjY0OTQwZTMyMTZmM2JiYWYxNTFkMmM3YjI1YmNmM2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"29135bb3-8256-4a02-8dcc-01aca055419b","artifactVersion":"1"},{"artifactName":"service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar","artifactChecksum":"YjE2Yjk5NzM3OGI0YmYwZWVkNGRmMTUxNTUxOGZhOTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e45fce11-82e9-4b19-9578-e00f62f2e584","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T07:23:32.589Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:23:32.589Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:23:32.590Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:23:32.590Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:23:33.590Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:23:33.591Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:23:33.591Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:23:33.591Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:23:34.591Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:23:34.592Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:23:34.592Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:23:34.592Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:23:35.592Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:23:35.593Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:23:35.593Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:23:35.593Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:23:36.593Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:23:36.594Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:23:36.594Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:23:36.594Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:23:37.595Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:23:37.595Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:23:37.595Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:23:37.595Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:23:38.596Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:23:38.596Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:23:38.597Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:23:38.597Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:23:39.597Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:23:39.598Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:23:39.598Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:23:39.598Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:23:40.599Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "serviceName": "Demo_pNF_HMbbR0oJEskKtjBqjweY",
  "serviceVersion": "1.0",
  "serviceUUID": "085768f5-69a5-4cc6-91eb-f148e874cd4b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "7cc41ecd-aa8a-450b-966d-b8d6202674f9",
  "resources": [
    {
      "resourceInstanceName": "pNF 9e2c9b74-de23 0",
      "resourceCustomizationUUID": "d5115979-21fd-4c94-a171-254b861d96cd",
      "resourceName": "pNF 9e2c9b74-de23",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "7e5c0815-3629-4711-b9cc-64128e7bc38a",
      "resourceInvariantUUID": "ff4e96ce-678d-42d7-9d2f-0cc0ccc601f9",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
      "artifactChecksum": "YjE2Yjk5NzM3OGI0YmYwZWVkNGRmMTUxNTUxOGZhOTY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e45fce11-82e9-4b19-9578-e00f62f2e584"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T07:23:40.599Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T07:23:40.599Z|96176ffb-93a7-4469-ba17-beb529a16739|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 085768f5-69a5-4cc6-91eb-f148e874cd4b ASDC
2023-04-03T07:23:40.599Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:d15e255c-b15d-4c52-8bb3-899edc3349b8
ServiceName:Demo_pNF_HMbbR0oJEskKtjBqjweY
ServiceVersion:1.0
ServiceUUID:085768f5-69a5-4cc6-91eb-f148e874cd4b
ServiceInvariantUUID:7cc41ecd-aa8a-450b-966d-b8d6202674f9
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
ArtifactUUID:e45fce11-82e9-4b19-9578-e00f62f2e584
ArtifactChecksum:YjE2Yjk5NzM3OGI0YmYwZWVkNGRmMTUxNTUxOGZhOTY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 9e2c9b74-de23 0
ResourceCustomizationUUID:d5115979-21fd-4c94-a171-254b861d96cd
ResourceInvariantUUID:ff4e96ce-678d-42d7-9d2f-0cc0ccc601f9
ResourceName:pNF 9e2c9b74-de23
ResourceType:PNF
ResourceUUID:7e5c0815-3629-4711-b9cc-64128e7bc38a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2023-04-03T07:23:40.599Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 085768f5-69a5-4cc6-91eb-f148e874cd4b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:23:40.651Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:23:40.652Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:23:40.652Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:23:40.652Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e45fce11-82e9-4b19-9578-e00f62f2e584 from URL: /sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T07:23:40.652Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T07:23:40.653Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T07:23:40.942Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T07:23:40.945Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar e45fce11-82e9-4b19-9578-e00f62f2e584 87986
2023-04-03T07:23:40.945Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar ASDC sendASDCNotification
2023-04-03T07:23:40.945Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T07:23:40.945Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T07:23:40.946Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:23:40.946Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:23:40.946Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506620945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:23:41.947Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:23:41.947Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:23:41.947Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e45fce11-82e9-4b19-9578-e00f62f2e584, URL: /sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar to file: /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T07:23:41.947Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T07:23:41.948Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T07:23:41.948Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T07:23:42.052Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10694546875280688885/Definitions/service-DemoPnfHmbbr0ojeskktjbqjwey-template.yml
2023-04-03T07:23:42.677Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T07:23:42.678Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T07:23:42.678Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T07:23:42.678Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T07:23:42.678Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 9e2c9b74-de23 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-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T07:23:42.678Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T07:23:42.678Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T07:23:42.678Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T07:23:42.678Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T07:23:42.678Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T07:23:42.678Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar
2023-04-03T07:23:42.678Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T07:23:42.678Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:23:42.678Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:23:42.678Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Node template pNF 9e2c9b74-de23 0 is matching search criteria
2023-04-03T07:23:42.678Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T07:23:42.678Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 9e2c9b74-de23 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T07:23:42.679Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:23:42.679Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:23:42.679Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Node template pNF 9e2c9b74-de23 0 is matching search criteria
2023-04-03T07:23:42.679Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T07:23:42.679Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 9e2c9b74-de23 0] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T07:23:42.679Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:23:42.679Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:23:42.679Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:23:42.679Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:23:42.679Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:23:42.679Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:23:42.679Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:23:42.679Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:23:42.679Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:23:42.679Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_HMbbR0oJEskKtjBqjweY is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:23:42.679Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_HMbbR0oJEskKtjBqjweY
Description:catalog service description
Model UUID:085768f5-69a5-4cc6-91eb-f148e874cd4b
Model Version:NULL
Model InvariantUuid:7cc41ecd-aa8a-450b-966d-b8d6202674f9
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-04-03T07:23:42.728Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||ERROR|500||Csar with UUID: e45fce11-82e9-4b19-9578-e00f62f2e584 already exists
2023-04-03T07:23:42.728Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar ASDC sendASDCNotification
2023-04-03T07:23:42.728Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar(Csar with UUID: e45fce11-82e9-4b19-9578-e00f62f2e584 already exists)
2023-04-03T07:23:42.728Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:23:42.728Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:23:42.729Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:23:42.729Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506622728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e45fce11-82e9-4b19-9578-e00f62f2e584 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:23:43.729Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar ASDC sendASDCNotification
2023-04-03T07:23:43.730Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar(Resource with UUID: 7e5c0815-3629-4711-b9cc-64128e7bc38a already exists)
2023-04-03T07:23:43.730Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:23:43.730Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:23:43.730Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:23:43.730Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506623729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7e5c0815-3629-4711-b9cc-64128e7bc38a already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:23:44.731Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d15e255c-b15d-4c52-8bb3-899edc3349b8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:23:44.758Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d15e255c-b15d-4c52-8bb3-899edc3349b8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:23:44.762Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T07:23:44.763Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T07:23:44.763Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T07:23:44.763Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T07:23:44.763Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:23:44.763Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:23:44.763Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:23:44.763Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:23:44.763Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T07:23:44.777Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T07:24:07.773Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:24:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T07:24:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-03T07:24:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:24:07.775Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T07:24:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:24:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:24:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T07:24:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-03T07:24:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:24:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T07:24:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:24:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:24:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T07:24:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T07:24:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:24:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T07:24:07.776Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506533562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T07:24:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:24:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T07:24:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506535737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 1bf7198e-bb62-4f46-9790-b009f8321faa already exists"
}
2023-04-03T07:24:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:24:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T07:24:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506536740,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: cca49e2b-a592-45e7-ad60-a0b040a06b21 already exists"
}
2023-04-03T07:24:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:24:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T07:24:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "f6926451-6069-417e-b7db-2800b7061bb3",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506567978,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T07:24:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:24:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T07:24:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:24:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:24:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T07:24:07.777Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:24:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:24:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T07:24:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:24:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:24:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T07:24:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:24:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:24:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T07:24:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:24:07.778Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:24:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T07:24:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/resourceInstances/pnf1a375b37bf2d0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:24:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:24:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T07:24:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:24:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:24:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T07:24:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T07:24:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:24:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T07:24:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506577580,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T07:24:07.779Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:24:07.780Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T07:24:07.780Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506579282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 2feb992d-4f7e-4b44-a9b8-e44262cd5ad5 already exists"
}
2023-04-03T07:24:07.780Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:24:07.780Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received message from topic
2023-04-03T07:24:07.780Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506580283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfTu7tgeomypgkbq0aqdjf/1.0/artifacts/service-DemoPnfTu7tgeomypgkbq0aqdjf-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: a53c58f7-9480-4033-b2b4-a5bf43228d88 already exists"
}
2023-04-03T07:24:07.780Z|1ba6c437-f06e-4cf5-971b-291d0684a066|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:24:14.778Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d15e255c-b15d-4c52-8bb3-899edc3349b8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T07:24:14.790Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d15e255c-b15d-4c52-8bb3-899edc3349b8 and serviceModelVersionId: 085768f5-69a5-4cc6-91eb-f148e874cd4b
2023-04-03T07:24:14.791Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7cc41ecd-aa8a-450b-966d-b8d6202674f9
2023-04-03T07:24:14.792Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7cc41ecd-aa8a-450b-966d-b8d6202674f9/model-vers/model-ver/085768f5-69a5-4cc6-91eb-f148e874cd4b?depth=0
2023-04-03T07:24:14.798Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T07:24:14.815Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7cc41ecd-aa8a-450b-966d-b8d6202674f9/model-vers/model-ver/085768f5-69a5-4cc6-91eb-f148e874cd4b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2023-04-03T07:24:14.816Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7cc41ecd-aa8a-450b-966d-b8d6202674f9/model-vers/model-ver/085768f5-69a5-4cc6-91eb-f148e874cd4b?depth=0|INFO|500||Invoke
2023-04-03T07:24:14.823Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7cc41ecd-aa8a-450b-966d-b8d6202674f9/model-vers/model-ver/085768f5-69a5-4cc6-91eb-f148e874cd4b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T07:24:14.964Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7cc41ecd-aa8a-450b-966d-b8d6202674f9/model-vers/model-ver/085768f5-69a5-4cc6-91eb-f148e874cd4b?depth=0|INFO|500||InvokeReturn
2023-04-03T07:24:14.965Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/7cc41ecd-aa8a-450b-966d-b8d6202674f9/model-vers/model-ver/085768f5-69a5-4cc6-91eb-f148e874cd4b?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 07:24:14 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[137], vertex-id=[253960], x-aai-txid=[1-aai-resources-230403-07:24:14:832-17744], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T07:24:14.965Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2023-04-03T07:24:14.965Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T07:24:14.965Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T07:24:14.975Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T07:24:14.976Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d15e255c-b15d-4c52-8bb3-899edc3349b8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T07:24:14.976Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T07:24:14.976Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:24:14.976Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:24:14.976Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506654976,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:24:16.011Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T07:24:16.011Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"ef214ce9-5511-46fd-bd63-09602147d610","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"14e3d857-a252-43a2-818b-4ddd49eb5ab0","serviceDescription":"service","serviceInvariantUUID":"a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7c0386e9-9839-4f71-a312-f530b2f9855e","resourceInvariantUUID":"0bdcbf82-937e-45ee-ae91-2927bb5c794e","resourceCustomizationUUID":"7dbf3e05-6eec-4343-a8d9-a2470c564a03","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":"NDM5ZjU4NTg1ZTkyMzkyNTA2NGIxMTAzZDZkMTQ2ZTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7879a818-5c26-4eb4-86ea-a11a2c2b5863","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":"ZTJhMzRmNmYwNGUxY2MwYWNmM2UzZGE4NmQxZjRmNWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f50d620c-6c86-430f-9052-ad6fa513b8bd","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":"ec74a1bd-f52a-4410-b8a5-9136f795025f","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":"9b2d950f-ed68-4647-b97c-41651886a40a","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":"e61e29f8-fa54-4b23-9674-44aa740bc60f","artifactVersion":"2","generatedFromUUID":"19600016-3a45-44c8-a9b5-272956cf15d2"},{"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":"8f14a542-175b-415f-b8ad-bb057f640138","artifactVersion":"2","generatedFromUUID":"ec74a1bd-f52a-4410-b8a5-9136f795025f"},{"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":"19600016-3a45-44c8-a9b5-272956cf15d2","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":"b37d0219-2590-472d-9f67-d83aafb2c3d2","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":"MTcwNjA0Y2QxZTMwNDIwMDgwZWE3YmU3NzhhYmE5MDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a1cb1614-18ee-43a3-8a6f-532fc06b341e","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MmE1ZTM0ODRlNzBjYzQ4OWExZDUxMzNmNTc2ZmI1ZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"07f47bb6-aff0-4900-a8d6-14c04e40c091","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T07:24:16.012Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:24:16.012Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:24:16.012Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:24:16.012Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "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-04-03T07:24:17.013Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:24:17.013Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:24:17.013Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:24:17.014Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "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-04-03T07:24:18.014Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:24:18.014Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:24:18.015Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:24:18.015Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "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-04-03T07:24:19.015Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:24:19.015Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:24:19.015Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:24:19.016Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "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-04-03T07:24:20.016Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:24:20.016Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:24:20.016Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:24:20.016Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "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-04-03T07:24:21.017Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:24:21.017Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:24:21.017Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:24:21.017Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "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-04-03T07:24:22.017Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:24:22.018Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:24:22.018Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:24:22.018Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "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-04-03T07:24:23.019Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:24:23.019Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:24:23.019Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:24:23.019Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "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-04-03T07:24:24.020Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:24:24.020Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:24:24.020Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:24:24.020Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:24:25.021Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:24:25.021Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:24:25.021Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:24:25.022Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:24:26.022Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "14e3d857-a252-43a2-818b-4ddd49eb5ab0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "7dbf3e05-6eec-4343-a8d9-a2470c564a03",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7c0386e9-9839-4f71-a312-f530b2f9855e",
      "resourceInvariantUUID": "0bdcbf82-937e-45ee-ae91-2927bb5c794e",
      "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": "ZTJhMzRmNmYwNGUxY2MwYWNmM2UzZGE4NmQxZjRmNWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f50d620c-6c86-430f-9052-ad6fa513b8bd",
          "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": "ec74a1bd-f52a-4410-b8a5-9136f795025f",
          "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": "8f14a542-175b-415f-b8ad-bb057f640138",
            "generatedFromUUID": "ec74a1bd-f52a-4410-b8a5-9136f795025f"
          },
          "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": "e61e29f8-fa54-4b23-9674-44aa740bc60f",
          "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": "8f14a542-175b-415f-b8ad-bb057f640138",
          "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": "19600016-3a45-44c8-a9b5-272956cf15d2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MmE1ZTM0ODRlNzBjYzQ4OWExZDUxMzNmNTc2ZmI1ZWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "07f47bb6-aff0-4900-a8d6-14c04e40c091"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T07:24:26.023Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T07:24:26.023Z|d15e255c-b15d-4c52-8bb3-899edc3349b8|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 14e3d857-a252-43a2-818b-4ddd49eb5ab0 ASDC
2023-04-03T07:24:26.023Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:ef214ce9-5511-46fd-bd63-09602147d610
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:14e3d857-a252-43a2-818b-4ddd49eb5ab0
ServiceInvariantUUID:a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468
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:07f47bb6-aff0-4900-a8d6-14c04e40c091
ArtifactChecksum:MmE1ZTM0ODRlNzBjYzQ4OWExZDUxMzNmNTc2ZmI1ZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:7dbf3e05-6eec-4343-a8d9-a2470c564a03
ResourceInvariantUUID:0bdcbf82-937e-45ee-ae91-2927bb5c794e
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:7c0386e9-9839-4f71-a312-f530b2f9855e
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:f50d620c-6c86-430f-9052-ad6fa513b8bd
ArtifactChecksum:ZTJhMzRmNmYwNGUxY2MwYWNmM2UzZGE4NmQxZjRmNWE=
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:ec74a1bd-f52a-4410-b8a5-9136f795025f
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:8f14a542-175b-415f-b8ad-bb057f640138
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:e61e29f8-fa54-4b23-9674-44aa740bc60f
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:8f14a542-175b-415f-b8ad-bb057f640138
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:19600016-3a45-44c8-a9b5-272956cf15d2
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T07:24:26.023Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 14e3d857-a252-43a2-818b-4ddd49eb5ab0 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:24:26.075Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:24:26.076Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:24:26.076Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:24:26.076Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 07f47bb6-aff0-4900-a8d6-14c04e40c091 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-03T07:24:26.076Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T07:24:26.076Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-03T07:24:26.387Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T07:24:26.389Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 07f47bb6-aff0-4900-a8d6-14c04e40c091 163263
2023-04-03T07:24:26.389Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-03T07:24:26.389Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2023-04-03T07:24:26.389Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T07:24:26.390Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:24:26.390Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:24:26.390Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506666389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:24:27.390Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:24:27.391Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:24:27.391Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 07f47bb6-aff0-4900-a8d6-14c04e40c091, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T07:24:27.392Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2023-04-03T07:24:27.393Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T07:24:27.393Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T07:24:27.503Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13676306011712314176/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2023-04-03T07:24:28.376Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T07:24:28.377Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T07:24:28.377Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T07:24:28.377Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2023-04-03T07:24:28.377Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T07:24:28.377Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T07:24:28.377Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T07:24:28.377Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2023-04-03T07:24:28.377Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T07:24:28.377Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:24:28.377Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:24:28.377Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-03T07:24:28.378Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T07:24:28.378Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T07:24:28.378Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:24:28.378Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:24:28.378Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-03T07:24:28.378Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T07:24:28.378Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T07:24:28.378Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:24:28.378Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:24:28.378Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:24:28.378Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-03T07:24:28.378Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2023-04-03T07:24:28.378Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template dummy_base is not matching search criteria
2023-04-03T07:24:28.378Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T07:24:28.379Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:24:28.379Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T07:24:28.379Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:24:28.379Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-03T07:24:28.379Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T07:24:28.379Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:24:28.379Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-03T07:24:28.379Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T07:24:28.379Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:24:28.379Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-03T07:24:28.379Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T07:24:28.379Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:24:28.380Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2023-04-03T07:24:28.380Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T07:24:28.380Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:24:28.380Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2023-04-03T07:24:28.380Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2023-04-03T07:24:28.380Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=35a4e008-d25b-47d2-bc34-87d5e3d152c5
2023-04-03T07:24:28.380Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:24:28.380Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:24:28.380Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:24:28.380Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:24:28.380Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:24:28.380Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:24:28.380Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:24:28.380Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:24:28.380Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:14e3d857-a252-43a2-818b-4ddd49eb5ab0
Model Version:NULL
Model InvariantUuid:a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:0f224b82-5bd2-44b7-a344-7ecc4a0b0889
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0bdcbf82-937e-45ee-ae91-2927bb5c794e
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7dbf3e05-6eec-4343-a8d9-a2470c564a03
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5dd1e450-ce0c-4a57-9573-8df1dcddb5b2
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:5b090006-9bce-4aa0-9cb3-ea11b24e1929
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:093e0214-90f1-4f0d-ac3e-93a156f54f70
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:c6ec8731-b3eb-4d64-ada5-fc5a647fdde2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:35a4e008-d25b-47d2-bc34-87d5e3d152c5
ModelInvariantUuid:e8e27b04-b245-4be0-afcb-3e1f5771c7f6
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:c9860680-53b3-420e-97be-c1193453e525
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:3dab2e61-94de-44cc-a04c-4e6da3172677
ModelInvariantUuid:38f7c86e-cdc6-481b-ab59-ddbb03ae1daf
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:7e450667-61aa-4588-97ac-4a49132ed1f1
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-04-03T07:24:28.423Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||ERROR|500||Csar with UUID: 07f47bb6-aff0-4900-a8d6-14c04e40c091 already exists
2023-04-03T07:24:28.423Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-03T07:24:28.423Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Csar with UUID: 07f47bb6-aff0-4900-a8d6-14c04e40c091 already exists)
2023-04-03T07:24:28.423Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:24:28.423Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:24:28.423Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:24:28.423Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506668423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 07f47bb6-aff0-4900-a8d6-14c04e40c091 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:24:29.424Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2023-04-03T07:24:29.425Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar(Resource with UUID: 7c0386e9-9839-4f71-a312-f530b2f9855e already exists)
2023-04-03T07:24:29.425Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:24:29.425Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:24:29.425Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:24:29.425Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506669424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7c0386e9-9839-4f71-a312-f530b2f9855e already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:24:30.426Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ef214ce9-5511-46fd-bd63-09602147d610
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:24:30.447Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ef214ce9-5511-46fd-bd63-09602147d610
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:24:30.450Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T07:24:30.451Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T07:24:30.451Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T07:24:30.451Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T07:24:30.451Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:24:30.451Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:24:30.451Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:24:30.451Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:24:30.451Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T07:24:30.462Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2023-04-03T07:25:00.462Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ef214ce9-5511-46fd-bd63-09602147d610 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2023-04-03T07:25:00.474Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ef214ce9-5511-46fd-bd63-09602147d610 and serviceModelVersionId: 14e3d857-a252-43a2-818b-4ddd49eb5ab0
2023-04-03T07:25:00.475Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468
2023-04-03T07:25:00.476Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468/model-vers/model-ver/14e3d857-a252-43a2-818b-4ddd49eb5ab0?depth=0
2023-04-03T07:25:00.482Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2023-04-03T07:25:00.503Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468/model-vers/model-ver/14e3d857-a252-43a2-818b-4ddd49eb5ab0?depth=0|INFO|500||Invoke
2023-04-03T07:25:00.503Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468/model-vers/model-ver/14e3d857-a252-43a2-818b-4ddd49eb5ab0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468/model-vers/model-ver/14e3d857-a252-43a2-818b-4ddd49eb5ab0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ef214ce9-5511-46fd-bd63-09602147d610], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[08111a55-7784-4759-aa90-cf8df1e3c59b], X-ECOMP-RequestID=[ef214ce9-5511-46fd-bd63-09602147d610], X-TransactionId=[], X-ONAP-RequestID=[ef214ce9-5511-46fd-bd63-09602147d610], Content-Type=[application/merge-patch+json]}
2023-04-03T07:25:00.511Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468/model-vers/model-ver/14e3d857-a252-43a2-818b-4ddd49eb5ab0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2023-04-03T07:25:00.646Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468/model-vers/model-ver/14e3d857-a252-43a2-818b-4ddd49eb5ab0?depth=0|DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468/model-vers/model-ver/14e3d857-a252-43a2-818b-4ddd49eb5ab0?depth=0 has http status code:200 and response headers:{date=[Mon, 03 Apr 2023 07:25:00 GMT], server=[envoy], content-length=[0], x-envoy-upstream-service-time=[132], vertex-id=[241688], x-aai-txid=[0-aai-resources-230403-07:25:00:520-20236], content-type=[application/json], strict-transport-security=[max-age=16000000; includeSubDomains; preload;]}
2023-04-03T07:25:00.647Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468/model-vers/model-ver/14e3d857-a252-43a2-818b-4ddd49eb5ab0?depth=0|DEBUG|500||Response was returned with an empty entity.
2023-04-03T07:25:00.647Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||AAI|http://aai.onap:80/aai/v24/service-design-and-creation/models/model/a7ae97fe-a8c8-495e-b9b6-d5d4d21ba468/model-vers/model-ver/14e3d857-a252-43a2-818b-4ddd49eb5ab0?depth=0|INFO|500||InvokeReturn
2023-04-03T07:25:00.647Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2023-04-03T07:25:00.647Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2023-04-03T07:25:00.655Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:69)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2023-04-03T07:25:00.655Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ef214ce9-5511-46fd-bd63-09602147d610 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2023-04-03T07:25:00.655Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2023-04-03T07:25:00.656Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:25:00.656Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:25:00.656Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506700655,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:25:01.686Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||received message from topic
2023-04-03T07:25:01.686Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||received notification from broker: {"distributionID":"84b6fc94-3a00-4340-88b6-4136dacd68e6","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"68059ad1-9a18-45c9-8ec3-d86a344b5837","serviceDescription":"service","serviceInvariantUUID":"3dd77692-c10a-4649-acfc-39f0568d72f9","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"029c43d5-04d7-4011-b26f-14bad8b254c1","resourceInvariantUUID":"a6a1adc5-ca83-4c34-9358-b14193524f89","resourceCustomizationUUID":"dda43c55-702f-4ab6-8b3b-cd0ec49cfcd9","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":"MGZlZTUzNWI0YTc1ZTliM2IxYWY4ZWEzNTllOTI2NTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2e402c6f-d511-4095-9d33-6afba8dc436a","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":"NzI1N2QyMGVjMGE1NmEyZjE0MzUzZTAyNTMzOWY4ODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f1508676-1765-463e-8d86-0a7d104cbed8","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":"600e1254-ddf0-4e97-bd9d-92742c4b4535","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":"bfb24068-9c2a-4af8-a63b-5bd8cf59feba","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":"0a5e7f0f-ac2f-41dc-a6be-b6526f12e231","artifactVersion":"2","generatedFromUUID":"600e1254-ddf0-4e97-bd9d-92742c4b4535"},{"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":"MWQ5MzIxNmRhZmRmOGIzOGMwODRlYmFjZjJlMzkwODU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ba93e657-93ee-4632-a142-806be59c93f9","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":"NDdmMzgyNThjMTQyNDMzN2RjMTgyNTA3NDZkMGQ5Njk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aea47b1e-7013-4cd4-a0b8-d21283192f56","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NTBjNGRkZGViMTVlYzY5ZDU1ZDhmN2JiNGJjZGYxODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0f3faf60-68c3-4cee-ae71-36b7c394819c","artifactVersion":"1"}],"workloadContext":"Production"}
2023-04-03T07:25:01.687Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:25:01.687Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:25:01.687Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:25:01.687Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "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-04-03T07:25:02.688Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:25:02.688Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:25:02.689Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:25:02.689Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "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-04-03T07:25:03.689Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:25:03.689Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:25:03.689Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:25:03.690Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "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-04-03T07:25:04.690Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:25:04.691Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:25:04.691Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:25:04.691Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "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-04-03T07:25:05.692Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:25:05.692Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:25:05.692Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:25:05.692Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "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-04-03T07:25:06.693Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:25:06.693Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:25:06.693Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:25:06.693Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "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-04-03T07:25:07.694Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:25:07.694Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:25:07.694Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:25:07.695Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:25:07.773Z||pool-2-thread-6|||||INFO|500||Polling for messages from topic: SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:25:07.774Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Request joining group due to: cached metadata has changed from (version112: {SDC-DISTR-STATUS-TOPIC-AUTO=6, SDC-DISTR-NOTIF-TOPIC-AUTO=6}) at the beginning of the rebalance to (version113: {SDC-DISTR-STATUS-TOPIC-AUTO=6})
2023-04-03T07:25:07.790Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T07:25:07.791Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] (Re-)joining group
2023-04-03T07:25:07.795Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully joined group with generation Generation{generationId=49, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T07:25:07.795Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Finished assignment for group at generation 49: {SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252=Assignment(partitions=[SDC-DISTR-STATUS-TOPIC-AUTO-0, SDC-DISTR-STATUS-TOPIC-AUTO-1, SDC-DISTR-STATUS-TOPIC-AUTO-2, SDC-DISTR-STATUS-TOPIC-AUTO-3, SDC-DISTR-STATUS-TOPIC-AUTO-4, SDC-DISTR-STATUS-TOPIC-AUTO-5])}
2023-04-03T07:25:07.811Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Successfully synced group in generation Generation{generationId=49, memberId='SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926-04fe86f9-0f35-4895-8a9b-8bfb025b8252', protocol='range'}
2023-04-03T07:25:07.812Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T07:25:07.812Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, 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-04-03T07:25:07.816Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-5 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T07:25:07.816Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-4 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T07:25:07.816Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-3 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T07:25:07.817Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-2 to the committed offset FetchPosition{offset=1779, offsetEpoch=Optional[0], currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-0.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 0 rack: null)], epoch=0}}
2023-04-03T07:25:07.817Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-1 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-1.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 1 rack: null)], epoch=0}}
2023-04-03T07:25:07.817Z||pool-2-thread-6|||||INFO|500||[Consumer clientId=SO-sdc-controller-consumer-63368d20-f757-4a30-82f0-9c3faa71b926, groupId=so] Setting offset for partition SDC-DISTR-STATUS-TOPIC-AUTO-0 to the committed offset FetchPosition{offset=0, offsetEpoch=Optional.empty, currentLeader=LeaderAndEpoch{leader=Optional[onap-strimzi-kafka-2.onap-strimzi-kafka-brokers.onap.svc:9092 (id: 2 rack: null)], epoch=0}}
2023-04-03T07:25:08.695Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2023-04-03T07:25:08.696Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:25:08.696Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:25:08.696Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:25:08.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:25:08.831Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "96176ffb-93a7-4469-ba17-beb529a16739",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506611560,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T07:25:08.831Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:25:08.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:25:08.831Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:25:08.831Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:25:08.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:25:08.832Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:25:08.832Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:25:08.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:25:08.832Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:25:08.832Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:25:08.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:25:08.833Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:25:08.833Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:25:08.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:25:08.833Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:25:08.833Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:25:08.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:25:08.833Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/resourceInstances/pnf9e2c9b74de230/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:25:08.834Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:25:08.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:25:08.834Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:25:08.834Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:25:08.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:25:08.834Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T07:25:08.834Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:25:08.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:25:08.834Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506620945,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T07:25:08.834Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:25:08.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:25:08.835Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506622728,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: e45fce11-82e9-4b19-9578-e00f62f2e584 already exists"
}
2023-04-03T07:25:08.835Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:25:08.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:25:08.835Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506623729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHmbbr0ojeskktjbqjwey/1.0/artifacts/service-DemoPnfHmbbr0ojeskktjbqjwey-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7e5c0815-3629-4711-b9cc-64128e7bc38a already exists"
}
2023-04-03T07:25:08.835Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:25:08.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:25:08.835Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "d15e255c-b15d-4c52-8bb3-899edc3349b8",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506654976,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T07:25:08.835Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:25:08.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:25:08.835Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:25:08.835Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:25:08.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:25:08.836Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T07:25:08.836Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:25:08.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:25:08.836Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2023-04-03T07:25:08.836Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:25:08.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:25:08.836Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:25:08.836Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:25:08.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:25:08.836Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2023-04-03T07:25:08.837Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:25:08.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:25:08.837Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2023-04-03T07:25:08.837Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:25:08.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:25:08.837Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2023-04-03T07:25:08.837Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:25:08.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:25:08.837Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:25:08.837Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:25:08.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:25:08.837Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:25:08.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:25:08.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:25:08.838Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T07:25:08.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:25:08.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:25:08.838Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506666389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2023-04-03T07:25:08.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:25:08.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:25:08.838Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506668423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 07f47bb6-aff0-4900-a8d6-14c04e40c091 already exists"
}
2023-04-03T07:25:08.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:25:08.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:25:08.838Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506669424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 7c0386e9-9839-4f71-a312-f530b2f9855e already exists"
}
2023-04-03T07:25:08.838Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:25:08.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:25:08.839Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "ef214ce9-5511-46fd-bd63-09602147d610",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506700655,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2023-04-03T07:25:08.839Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:25:08.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:25:08.839Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:25:08.839Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:25:08.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:25:08.839Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2023-04-03T07:25:08.839Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:25:08.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:25:08.839Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2023-04-03T07:25:08.839Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:25:08.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:25:08.840Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:25:08.840Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:25:08.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:25:08.840Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2023-04-03T07:25:08.840Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:25:08.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:25:08.840Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:25:08.840Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:25:08.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:25:08.841Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2023-04-03T07:25:08.841Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:25:08.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2023-04-03T07:25:08.841Z||pool-2-thread-6|||||DEBUG|500||received notification from broker: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506007782,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2023-04-03T07:25:08.842Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2023-04-03T07:25:09.697Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "68059ad1-9a18-45c9-8ec3-d86a344b5837",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3dd77692-c10a-4649-acfc-39f0568d72f9",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "dda43c55-702f-4ab6-8b3b-cd0ec49cfcd9",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "029c43d5-04d7-4011-b26f-14bad8b254c1",
      "resourceInvariantUUID": "a6a1adc5-ca83-4c34-9358-b14193524f89",
      "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": "NzI1N2QyMGVjMGE1NmEyZjE0MzUzZTAyNTMzOWY4ODc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f1508676-1765-463e-8d86-0a7d104cbed8",
          "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": "600e1254-ddf0-4e97-bd9d-92742c4b4535",
          "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": "0a5e7f0f-ac2f-41dc-a6be-b6526f12e231",
            "generatedFromUUID": "600e1254-ddf0-4e97-bd9d-92742c4b4535"
          },
          "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": "0a5e7f0f-ac2f-41dc-a6be-b6526f12e231",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NTBjNGRkZGViMTVlYzY5ZDU1ZDhmN2JiNGJjZGYxODM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0f3faf60-68c3-4cee-ae71-36b7c394819c"
    }
  ],
  "workloadContext": "Production"
}
2023-04-03T07:25:09.697Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2023-04-03T07:25:09.698Z|ef214ce9-5511-46fd-bd63-09602147d610|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 68059ad1-9a18-45c9-8ec3-d86a344b5837 ASDC
2023-04-03T07:25:09.698Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:84b6fc94-3a00-4340-88b6-4136dacd68e6
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:68059ad1-9a18-45c9-8ec3-d86a344b5837
ServiceInvariantUUID:3dd77692-c10a-4649-acfc-39f0568d72f9
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:0f3faf60-68c3-4cee-ae71-36b7c394819c
ArtifactChecksum:NTBjNGRkZGViMTVlYzY5ZDU1ZDhmN2JiNGJjZGYxODM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:dda43c55-702f-4ab6-8b3b-cd0ec49cfcd9
ResourceInvariantUUID:a6a1adc5-ca83-4c34-9358-b14193524f89
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:029c43d5-04d7-4011-b26f-14bad8b254c1
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:f1508676-1765-463e-8d86-0a7d104cbed8
ArtifactChecksum:NzI1N2QyMGVjMGE1NmEyZjE0MzUzZTAyNTMzOWY4ODc=
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:600e1254-ddf0-4e97-bd9d-92742c4b4535
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:0a5e7f0f-ac2f-41dc-a6be-b6526f12e231
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:0a5e7f0f-ac2f-41dc-a6be-b6526f12e231
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2023-04-03T07:25:09.698Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 68059ad1-9a18-45c9-8ec3-d86a344b5837 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2023-04-03T07:25:09.751Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:25:09.752Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:25:09.752Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:25:09.752Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 0f3faf60-68c3-4cee-ae71-36b7c394819c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-03T07:25:09.752Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - download
2023-04-03T07:25:09.752Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||url to send http://sdc-be.onap:8080/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-03T07:25:10.080Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2023-04-03T07:25:10.082Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 0f3faf60-68c3-4cee-ae71-36b7c394819c 82979
2023-04-03T07:25:10.082Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-03T07:25:10.082Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2023-04-03T07:25:10.083Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2023-04-03T07:25:10.083Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:25:10.083Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:25:10.083Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506710082,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:25:11.084Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2023-04-03T07:25:11.085Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2023-04-03T07:25:11.085Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 0f3faf60-68c3-4cee-ae71-36b7c394819c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T07:25:11.086Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2023-04-03T07:25:11.086Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T07:25:11.086Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T07:25:11.173Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7295690590340353305/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-04-03T07:25:12.154Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2023-04-03T07:25:12.155Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T07:25:12.155Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T07:25:12.155Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2023-04-03T07:25:12.155Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T07:25:12.155Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T07:25:12.155Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T07:25:12.155Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T07:25:12.155Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T07:25:12.155Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T07:25:12.155Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2023-04-03T07:25:12.155Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||WARN|500||####################################################################################################
2023-04-03T07:25:12.155Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:25:12.155Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:25:12.155Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-03T07:25:12.156Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T07:25:12.156Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T07:25:12.156Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:25:12.156Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:25:12.156Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-03T07:25:12.156Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2023-04-03T07:25:12.156Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2023-04-03T07:25:12.156Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:25:12.156Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:25:12.156Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:25:12.156Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-03T07:25:12.156Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2023-04-03T07:25:12.156Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2023-04-03T07:25:12.156Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2023-04-03T07:25:12.156Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-03T07:25:12.157Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2023-04-03T07:25:12.157Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:25:12.157Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2023-04-03T07:25:12.157Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:25:12.157Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-03T07:25:12.157Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T07:25:12.157Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:25:12.157Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-03T07:25:12.157Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T07:25:12.157Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:25:12.157Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2023-04-03T07:25:12.157Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2023-04-03T07:25:12.157Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:25:12.157Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2023-04-03T07:25:12.157Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2023-04-03T07:25:12.157Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2023-04-03T07:25:12.157Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=5c50b8ea-2007-4154-8f5b-5eea068fbddc
2023-04-03T07:25:12.158Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:25:12.158Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:25:12.158Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:25:12.158Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:25:12.158Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:25:12.158Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:25:12.158Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2023-04-03T07:25:12.158Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2023-04-03T07:25:12.158Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:68059ad1-9a18-45c9-8ec3-d86a344b5837
Model Version:NULL
Model InvariantUuid:3dd77692-c10a-4649-acfc-39f0568d72f9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:92163078-86f5-4676-9d5c-b5c88aa934fe
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a6a1adc5-ca83-4c34-9358-b14193524f89
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:dda43c55-702f-4ab6-8b3b-cd0ec49cfcd9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:000251ef-db80-43cf-8162-4c767ff160c9
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:1afb41e2-e01a-441b-a70c-6d67cafa930b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5c50b8ea-2007-4154-8f5b-5eea068fbddc
ModelInvariantUuid:9f086eca-3647-4f61-b28b-450a3eb3b52b
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:22bfaada-dd4a-4320-b95d-10b93ac9ee71
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b42a6b2b-2164-456a-ba1c-ff8e8454923b
ModelInvariantUuid:13c39772-a1d5-42ff-839d-678c48708bfd
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:fc961ec1-4324-4783-80d8-210586e71094
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-04-03T07:25:12.205Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||ERROR|500||Csar with UUID: 0f3faf60-68c3-4cee-ae71-36b7c394819c already exists
2023-04-03T07:25:12.206Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-03T07:25:12.206Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Csar with UUID: 0f3faf60-68c3-4cee-ae71-36b7c394819c already exists)
2023-04-03T07:25:12.206Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:25:12.206Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:25:12.206Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:25:12.206Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506712205,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Csar with UUID: 0f3faf60-68c3-4cee-ae71-36b7c394819c already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:25:13.206Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY ALREADY_DEPLOYED /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2023-04-03T07:25:13.207Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(ALREADY_DEPLOYED) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar(Resource with UUID: 029c43d5-04d7-4011-b26f-14bad8b254c1 already exists)
2023-04-03T07:25:13.207Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2023-04-03T07:25:13.207Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2023-04-03T07:25:13.207Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Publisher server list: [onap-strimzi-kafka-bootstrap:9092]
2023-04-03T07:25:13.207Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||INFO|500||Trying to send status: {
  "distributionID": "84b6fc94-3a00-4340-88b6-4136dacd68e6",
  "consumerID": "SO-sdc-controller",
  "timestamp": 1680506713206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "ALREADY_DEPLOYED",
  "errorReason": "Resource with UUID: 029c43d5-04d7-4011-b26f-14bad8b254c1 already exists"
} 
 to topic SDC-DISTR-STATUS-TOPIC-AUTO
2023-04-03T07:25:14.209Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84b6fc94-3a00-4340-88b6-4136dacd68e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:25:14.237Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84b6fc94-3a00-4340-88b6-4136dacd68e6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2023-04-03T07:25:14.241Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2023-04-03T07:25:14.241Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2023-04-03T07:25:14.241Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2023-04-03T07:25:14.241Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2023-04-03T07:25:14.241Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:25:14.241Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:25:14.242Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:25:14.242Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2023-04-03T07:25:14.242Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2023-04-03T07:25:14.256Z|84b6fc94-3a00-4340-88b6-4136dacd68e6|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution